diff options
Diffstat (limited to 'ef-duo-light-theme.el')
| -rw-r--r-- | ef-duo-light-theme.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ef-duo-light-theme.el b/ef-duo-light-theme.el index 7656c2a..ec36ca7 100644 --- a/ef-duo-light-theme.el +++ b/ef-duo-light-theme.el @@ -35,6 +35,13 @@ (require 'ef-themes) +;;;###theme-autoload +(deftheme ef-duo-light + "Legible light theme with mostly blue and yellow colors." + :background-mode 'light + :kind 'color-scheme + :family 'ef) + (defconst ef-duo-light-palette-partial '((cursor "#1144ff") (bg-main "#fff8f0") |
