forked from colonelpanic/dotfiles
[Emacs] Use high contrast modeline in solarized
This commit is contained in:
parent
58ac429e44
commit
e597d69cd8
@ -3944,6 +3944,11 @@ This might be useless, but I believe that it is a macro that converts between bi
|
|||||||
** Themes
|
** Themes
|
||||||
Ensure all themes that I use are installed:
|
Ensure all themes that I use are installed:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package solarized-theme
|
||||||
|
:init
|
||||||
|
(progn
|
||||||
|
(setq solarized-high-contrast-mode-line t)))
|
||||||
|
|
||||||
(defvar-setq packages-appearance
|
(defvar-setq packages-appearance
|
||||||
'(monokai-theme solarized-theme zenburn-theme base16-theme molokai-theme
|
'(monokai-theme solarized-theme zenburn-theme base16-theme molokai-theme
|
||||||
tango-2-theme gotham-theme sublime-themes rainbow-delimiters waher-theme
|
tango-2-theme gotham-theme sublime-themes rainbow-delimiters waher-theme
|
||||||
|
Loading…
Reference in New Issue
Block a user