mirror of
https://github.com/tanrax/thankful-eyes-theme.el.git
synced 2025-04-03 01:55:26 +02:00
Update
This commit is contained in:
parent
0c82dda70a
commit
64b87ff45e
34
README.org
34
README.org
@ -1,22 +1,24 @@
|
|||||||
* Thankful Eyes Theme
|
* Thankful Eyes Theme
|
||||||
|
|
||||||
Thankful Eyes es un tema oscuro para Emacs diseñado para ser amigable con la vista.
|
Emacs theme, based on Thankful-eyes rouge, with a contrast ready for colour blind or visually impaired people.
|
||||||
|
|
||||||
** Instalación
|
** Install
|
||||||
1. Manual:
|
|
||||||
- Coloca el archivo =thankful-eyes-theme.el= en tu directorio =~/.emacs.d/themes/=
|
|
||||||
- Añade lo siguiente a tu =init.el=:
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
*** Manual
|
||||||
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
|
|
||||||
(load-theme 'thankful-eyes t)
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
2. MELPA (cuando se publique):
|
Download the theme and add the following to your init file:
|
||||||
#+begin_src emacs-lisp
|
|
||||||
M-x package-install RET thankful-eyes-theme RET
|
|
||||||
(load-theme 'thankful-eyes t)
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
** Captura de pantalla
|
#+BEGIN_SRC emacs-lisp
|
||||||
¡Pronto!
|
(add-to-list 'custom-theme-load-path "~/.emacs.d/thankful-eyes-theme.el")
|
||||||
|
(load-theme 'thankful-eyes t)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
*** MELPA
|
||||||
|
|
||||||
|
This theme is available in MELPA, so you can install it with ~M-x package-install RET thankful-eyes-theme RET~
|
||||||
|
|
||||||
|
You can also add the following to your init file:
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(load-theme 'thankful-eyes t)
|
||||||
|
#+END_SRC
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
;;; thankful-eyes-theme.el --- Thankful Eyes: Un tema oscuro elegante para Emacs -*- lexical-binding: t; -*-
|
;;; thankful-eyes-theme.el --- Theme with a contrast ready for colour blind or visually impaired people. -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Author: Tu Nombre <tu@email.com>
|
;; Author: Andros Fenollosa <hi@andros.dev>
|
||||||
;; URL: https://github.com/tuusuario/thankful-eyes-theme
|
;; URL: https://github.com/tanrax/thankful-eyes-theme.el
|
||||||
;; Version: 1.0.0
|
;; Version: 1.0.0
|
||||||
;; Package-Requires: ((emacs "24.1"))
|
;; Package-Requires: ((emacs "24.1"))
|
||||||
;; Keywords: themes, color
|
;; Keywords: themes, color, accessibility, blind, contrast, thankful, eyes
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; Este es el tema Thankful Eyes para Emacs. Inspirado en colores oscuros con
|
;; This theme is designed to be high contrast and easy to read for people with
|
||||||
;; tonos suaves para la vista.
|
;; color blindness or visual impairments.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user