[Emacs] Update themes

This commit is contained in:
Ivan Malison 2017-01-11 11:42:07 -08:00
parent b79d1f3faf
commit 1e1c799205
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -4703,9 +4703,11 @@ Ensure all themes that I use are installed:
(defvar-setq packages-appearance
'(monokai-theme solarized-theme zenburn-theme base16-theme molokai-theme
tango-2-theme gotham-theme sublime-themes rainbow-delimiters waher-theme
ample-theme material-theme zerodark-theme color-theme-modern leuven-theme
spacemacs-theme gruvbox-theme forest-blue-theme flatland-theme afternoon-theme))
tango-2-theme gotham-theme sublime-themes rainbow-delimiters
waher-theme ample-theme material-theme zerodark-theme
color-theme-modern leuven-theme spacemacs-theme gruvbox-theme
forest-blue-theme flatland-theme afternoon-theme
cyberpunk-theme))
(ensure-packages-installed packages-appearance)
#+END_SRC