mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Dark theme include mode-line
This commit is contained in:
parent
60fa751e67
commit
34aec2044e
1 changed files with 3 additions and 1 deletions
|
|
@ -29,7 +29,9 @@
|
|||
(custom-theme-set-faces
|
||||
'dark-default
|
||||
|
||||
'(default ((t (:background "gray8" :foreground "#70FF00")))))
|
||||
'(default ((t (:background "gray8" :foreground "#70FF00"))))
|
||||
'(mode-line-inactive ((t :foreground "gray60" :background "#404045" :inverse-video nil)))
|
||||
'(mode-line ((t :foreground "gray60" :background "black" :inverse-video nil))))
|
||||
|
||||
;;###autoload
|
||||
(when load-file-name
|
||||
|
|
|
|||
Loading…
Reference in a new issue