Change modeline colors
This commit is contained in:
parent
8dadd4a2e2
commit
232c9ba1d9
1 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@
|
|||
'(info-xref-visited ((t (:inherit 'mouse :underline t))))
|
||||
|
||||
;; mode-line
|
||||
'(mode-line ((t (:inherit 'default :box (:line-width 1 :color "#19cdea")))))
|
||||
'(mode-line-buffer-id ((t (:inherit 'font-lock-string-face :weight bold))))
|
||||
'(mode-line-inactive ((t (:inherit 'mode-line :box (:color "#0c191c")))))
|
||||
'(mode-line ((t (:background "#e0c625" :foreground "#000000" :box nil))))
|
||||
'(mode-line-buffer-id ((t (:weight bold))))
|
||||
'(mode-line-inactive ((t (:inherit 'mode-line :background "#15abc3"))))
|
||||
|
||||
;; rainbow-delimiters
|
||||
'(rainbow-delimiters-depth-1-face ((t (:foreground "#a3e8ef"))))
|
||||
|
|
Loading…
Reference in a new issue