More themes for emacs by prot.
Go to file
Protesilaos Stavrou b5037702f4
Make modus-themes-get-themes also sort alphabetically
We provide a large collection. Having them A-Z makes it easier to
figure out where we are when we perform a rotation, for example.
2025-10-02 13:02:10 +03:00
.dir-locals.el Add a .dir-locals.el to avoid whitespace issue 2022-09-03 03:49:51 +03:00
.gitignore Add ef-theme.{info,texi} to gitignore 2022-09-02 16:59:33 +03:00
CHANGELOG.org Update ef-themes to version 1.11.0 2025-09-25 16:34:47 +03:00
contrast-ratios.org ef-light: tweak the value of red-cooler 2024-11-14 07:47:19 +02:00
COPYING Update copyright years 2023-01-01 17:30:29 +02:00
doclicense.texi Add the manual 2022-08-16 23:05:30 +03:00
ef-arbutus-theme.el Make sure the themes support the Modus link mappings 2025-09-30 10:59:32 +03:00
ef-autumn-theme.el Make sure the themes support the Modus link mappings 2025-09-30 10:59:32 +03:00
ef-bio-theme.el Make sure the themes support the Modus link mappings 2025-09-30 10:59:32 +03:00
ef-cherie-theme.el Make sure the themes support the Modus link mappings 2025-09-30 10:59:32 +03:00
ef-cyprus-theme.el Make sure the themes support the Modus link mappings 2025-09-30 10:59:32 +03:00
ef-dark-theme.el Make sure the themes support the Modus link mappings 2025-09-30 10:59:32 +03:00
ef-day-theme.el Make sure the themes support the Modus link mappings 2025-09-30 10:59:32 +03:00
ef-deuteranopia-dark-theme.el Make sure the themes support the Modus link mappings 2025-09-30 10:59:32 +03:00
ef-deuteranopia-light-theme.el Make sure the themes support the Modus link mappings 2025-09-30 10:59:32 +03:00
ef-dream-theme.el Make sure the themes support the Modus link mappings 2025-09-30 10:59:32 +03:00
ef-duo-dark-theme.el Make sure the themes support the Modus link mappings 2025-09-30 10:59:32 +03:00
ef-duo-light-theme.el Make sure the themes support the Modus link mappings 2025-09-30 10:59:32 +03:00
ef-eagle-theme.el Make sure the themes support the Modus link mappings 2025-09-30 10:59:32 +03:00
ef-elea-dark-theme.el Make sure the themes support the Modus link mappings 2025-09-30 10:59:32 +03:00
ef-elea-light-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-frost-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-kassio-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-light-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-maris-dark-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-maris-light-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-melissa-dark-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-melissa-light-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-night-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-owl-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-reverie-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-rosa-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-spring-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-summer-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-symbiosis-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-themes.el Make modus-themes-get-themes also sort alphabetically 2025-10-02 13:02:10 +03:00
ef-trio-dark-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-trio-light-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-tritanopia-dark-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-tritanopia-light-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
ef-winter-theme.el Fix the bg-paren-match symbol 2025-10-01 05:41:20 +03:00
README.md Explain that the ef-themes are built on top of the modus-themes 2025-10-01 18:59:57 +03:00
README.org Greatly simplify the manual and mention the Modus themes 2025-10-01 18:59:42 +03:00

Ef (εὖ) themes for GNU Emacs

IMAGES HERE: https://protesilaos.com/emacs/ef-themes-pictures.

The ef-themes are a collection of light and dark themes for GNU Emacs whose goal is to provide colorful ("pretty") yet legible options for users who want something with a bit more flair than the modus-themes (also designed by me).

Starting with version 2.0.0, the ef-themes are built on top of the modus-themes. This means that all customisation options of the Modus themes apply to the Ef themes. Same for all Modus commands that load a theme. Enable ef-themes-take-over-modus-themes-mode to set up this arrangement.

(use-package ef-themes
  :ensure t
  :init
  ;; This makes the Modus commands listed below consider only the Ef
  ;; themes.  For an alternative that includes Modus and all
  ;; derivative themes (like Ef), enable the
  ;; `modus-themes-include-derivatives-mode' instead.
  (ef-themes-take-over-modus-themes-mode 1)
  :bind
  (("<f5>" . modus-themes-rotate)
   ("C-<f5>" . modus-themes-select)
   ("M-<f5>" . modus-themes-load-random))
  :config
  ;; All customisations here.
  (setq modus-themes-mixed-fonts t)
  (setq modus-themes-italic-constructs t))