mirror of
https://github.com/tanrax/thankful-eyes-theme.el.git
synced 2025-04-04 02:25:26 +02:00
25 lines
595 B
Org Mode
25 lines
595 B
Org Mode
* Thankful Eyes Theme
|
|
|
|
Emacs theme, based on Thankful-eyes rouge, with a contrast ready for colour blind or visually impaired people.
|
|
|
|
** 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
|
|
|
|
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
|