Emacs theme, based on Thankful-eyes rouge, with a contrast ready for colour blind or visually impaired people.
This theme is available in MELPA, so you can install it with M-x package-install RET thankful-eyes-theme RET
M-x package-install RET thankful-eyes-theme RET
You can also add the following to your init file:
(load-theme 'thankful-eyes t)
~.emacs.d/themes/
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
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") (load-theme 'thankful-eyes t)