mirror of
https://github.com/protesilaos/ef-themes.git
synced 2026-09-10 07:06:15 -04:00
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. |
||
|---|---|---|
| .dir-locals.el | ||
| .gitignore | ||
| CHANGELOG.org | ||
| contrast-ratios.org | ||
| COPYING | ||
| doclicense.texi | ||
| ef-arbutus-theme.el | ||
| ef-autumn-theme.el | ||
| ef-bio-theme.el | ||
| ef-cherie-theme.el | ||
| ef-cyprus-theme.el | ||
| ef-dark-theme.el | ||
| ef-day-theme.el | ||
| ef-deuteranopia-dark-theme.el | ||
| ef-deuteranopia-light-theme.el | ||
| ef-dream-theme.el | ||
| ef-duo-dark-theme.el | ||
| ef-duo-light-theme.el | ||
| ef-eagle-theme.el | ||
| ef-elea-dark-theme.el | ||
| ef-elea-light-theme.el | ||
| ef-frost-theme.el | ||
| ef-kassio-theme.el | ||
| ef-light-theme.el | ||
| ef-maris-dark-theme.el | ||
| ef-maris-light-theme.el | ||
| ef-melissa-dark-theme.el | ||
| ef-melissa-light-theme.el | ||
| ef-night-theme.el | ||
| ef-owl-theme.el | ||
| ef-reverie-theme.el | ||
| ef-rosa-theme.el | ||
| ef-spring-theme.el | ||
| ef-summer-theme.el | ||
| ef-symbiosis-theme.el | ||
| ef-themes.el | ||
| ef-trio-dark-theme.el | ||
| ef-trio-light-theme.el | ||
| ef-tritanopia-dark-theme.el | ||
| ef-tritanopia-light-theme.el | ||
| ef-winter-theme.el | ||
| README.md | ||
| README.org | ||
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.
- Package name (GNU ELPA):
ef-themes - Official manual: https://protesilaos.com/emacs/ef-themes
- Change log: https://protesilaos.com/emacs/ef-themes-changelog
- Sample pictures: https://protesilaos.com/emacs/ef-themes-pictures
- Git repositories:
- Backronym: Eclectic Fashion in Themes Hides Exaggerated Markings, Embellishments, and Sparkles.
(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))