updated doom-theme mode-line color
This commit is contained in:
parent
f75fa02505
commit
41c39ff6d4
2 changed files with 5 additions and 1 deletions
3
init.el
3
init.el
|
@ -59,6 +59,9 @@
|
|||
(doom-themes-org-config)
|
||||
(add-to-list 'custom-theme-load-path (expand-file-name "themes/" user-emacs-directory)) ;; personal modified version of doom-monokai-classic
|
||||
(load-theme 'doom-monokai-classic t)
|
||||
(custom-set-faces
|
||||
`(mode-line ((t (:background ,(doom-color 'dark-violet)))))
|
||||
`(font-lock-comment-face ((t (:foreground ,(doom-color 'base6))))))
|
||||
)
|
||||
|
||||
(use-package evil
|
||||
|
|
|
@ -28,7 +28,8 @@ determine the exact padding."
|
|||
"A dark, vibrant theme inspired by Textmate's Monokai."
|
||||
|
||||
;; name gui 256 16
|
||||
;; { -- START --
|
||||
;; ((bg '("#272822" nil nil ))
|
||||
;; (bg-alt '("#1D1E19" nil nil ))
|
||||
((bg '("#1B1D1F" nil nil ))
|
||||
(bg-alt '("#283639" nil nil ))
|
||||
(base0 '("#1B2229" "black" "black" ))
|
||||
|
|
Loading…
Reference in a new issue