diff options
Diffstat (limited to 'ef-trio-dark-theme.el')
| -rw-r--r-- | ef-trio-dark-theme.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ef-trio-dark-theme.el b/ef-trio-dark-theme.el index 93e4213..3baacd9 100644 --- a/ef-trio-dark-theme.el +++ b/ef-trio-dark-theme.el @@ -35,6 +35,13 @@ (require 'ef-themes) +;;;###theme-autoload +(deftheme ef-trio-dark + "Legible dark theme with magenta, blue, teal colors." + :background-mode 'dark + :kind 'color-scheme + :family 'ef) + (defconst ef-trio-dark-palette-partial '((cursor "#ff99ff") (bg-main "#160f0f") |
