diff options
Diffstat (limited to 'ef-maris-dark-theme.el')
| -rw-r--r-- | ef-maris-dark-theme.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ef-maris-dark-theme.el b/ef-maris-dark-theme.el index fe7d0f5..c6033ea 100644 --- a/ef-maris-dark-theme.el +++ b/ef-maris-dark-theme.el @@ -35,6 +35,13 @@ (require 'ef-themes) +;;;###theme-autoload +(deftheme ef-maris-dark + "Legible dark theme with blue, cyan, and green colors." + :background-mode 'dark + :kind 'color-scheme + :family 'ef) + (defconst ef-maris-dark-palette-partial '((cursor "#8fdfff") (bg-main "#131c2b") |
