Andros Fenollosa 71d5528aa7 Added test
2025-03-19 10:21:08 +01:00
2025-02-28 15:48:53 +01:00
2025-02-28 10:38:12 +01:00
Fix
2025-02-28 15:53:10 +01:00
2025-03-19 10:21:08 +01:00

Thankful Eyes Theme

Emacs theme, based on Thankful-eyes rouge, with a contrast ready for colour blind or visually impaired people.

Install

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:

(load-theme 'thankful-eyes t)

Manual

1. Download the theme file to your emacs themes directory, for example ~/.emacs.d/themes/.
  mkdir -p ~/.emacs.d/themes/
  curl https://raw.githubusercontent.com/tanrax/thankful-eyes-theme.el/refs/heads/main/thankful-eyes-theme.el -o ~/.emacs.d/themes/thankful-eyes-theme.el
2. Add the following to your init file:
    (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
    (load-theme 'thankful-eyes t)
3. Enjoy

Screenshots

/andros/thankful-eyes-theme.el/media/branch/main/screenshots/python.png

Description
Emacs theme with a contrast ready for colour blind or visually impaired people.
Readme GPL-3.0 320 KiB
Languages
Emacs Lisp 100%