mirror of
https://github.com/tanrax/thankful-eyes-theme.el.git
synced 2025-04-05 10:55:38 +02:00
Add screenshot
This commit is contained in:
parent
a32ab78f32
commit
3dce781cd5
32
README.org
32
README.org
@ -4,15 +4,6 @@ Emacs theme, based on Thankful-eyes rouge, with a contrast ready for colour blin
|
|||||||
|
|
||||||
** Install
|
** Install
|
||||||
|
|
||||||
*** Manual
|
|
||||||
|
|
||||||
Download the theme and add the following to your init file:
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(add-to-list 'custom-theme-load-path "~/.emacs.d/thankful-eyes-theme.el")
|
|
||||||
(load-theme 'thankful-eyes t)
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
*** MELPA
|
*** MELPA
|
||||||
|
|
||||||
This theme is available in MELPA, so you can install it with ~M-x package-install RET thankful-eyes-theme RET~
|
This theme is available in MELPA, so you can install it with ~M-x package-install RET thankful-eyes-theme RET~
|
||||||
@ -22,3 +13,26 @@ You can also add the following to your init file:
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(load-theme 'thankful-eyes t)
|
(load-theme 'thankful-eyes t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
*** Manual
|
||||||
|
|
||||||
|
1. Download the theme file to your emacs themes directory, for example ~~.emacs.d/themes/~.
|
||||||
|
|
||||||
|
#+BEGIN_SRC sh
|
||||||
|
mkdir -p ~/.emacs.d/themes/
|
||||||
|
curl https://raw.githubusercontent.com/ianpan870102/thankful-eyes-theme/master/thankful-eyes-theme.el -o ~/.emacs.d/themes/thankful-eyes-theme.el
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
2. Add the following to your init file:
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
|
||||||
|
(load-theme 'thankful-eyes t)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
3. Enjoy
|
||||||
|
|
||||||
|
** Screenshots
|
||||||
|
|
||||||
|
|
||||||
|
[[file:screenshots/python.png][Python]]
|
||||||
|
BIN
screenshots/python.png
Normal file
BIN
screenshots/python.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
Loading…
x
Reference in New Issue
Block a user