mirror of
https://github.com/tanrax/thankful-eyes-theme.el.git
synced 2025-04-03 01:55:26 +02:00
Create README.org
This commit is contained in:
parent
8836bd0e14
commit
a8a349bbdb
22
README.org
Normal file
22
README.org
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
* Thankful Eyes Theme
|
||||||
|
|
||||||
|
Thankful Eyes es un tema oscuro para Emacs diseñado para ser amigable con la vista.
|
||||||
|
|
||||||
|
** Instalación
|
||||||
|
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
|
||||||
|
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
|
||||||
|
(load-theme 'thankful-eyes t)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
2. MELPA (cuando se publique):
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
M-x package-install RET thankful-eyes-theme RET
|
||||||
|
(load-theme 'thankful-eyes t)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
** Captura de pantalla
|
||||||
|
¡Pronto!
|
Loading…
x
Reference in New Issue
Block a user