Taller modeline
This commit is contained in:
parent
1c15aae678
commit
b401cadc14
@ -120,9 +120,9 @@
|
||||
|
||||
`(font-lock-builtin-face ((,class (:foreground ,petrol-purple))))
|
||||
`(font-lock-comment-delimiter-face ((,class (:weight normal :foreground "#919aa1"))))
|
||||
`(font-lock-comment-face ((,class (:slant italic :weight normal :foreground "#919aa1"))))
|
||||
`(font-lock-comment-face ((,class (:weight normal :foreground "#919aa1"))))
|
||||
`(font-lock-constant-face ((,class (:foreground "#008080"))))
|
||||
`(font-lock-doc-face ((,class (:slant italic :weight normal :foreground "#678f03"))))
|
||||
`(font-lock-doc-face ((,class (:weight normal :foreground "#678f03"))))
|
||||
`(font-lock-function-name-face ((,class (:foreground "#454545"))))
|
||||
`(font-lock-keyword-face ((,class (:weight bold :foreground "#00638a"))))
|
||||
`(font-lock-preprocessor-face ((,class (:foreground ,petrol-purple))))
|
||||
@ -134,8 +134,18 @@
|
||||
`(font-lock-warning-face ((,class (:weight bold :foreground "#cc6d00"))))
|
||||
|
||||
|
||||
`(mode-line ((,class (:background ,petrol-blue :foreground "#f2f2f2" :box (:line-width 1 :color ,petrol-blue)))))
|
||||
`(mode-line-inactive ((,class (:background "#cccccc" :foreground "#f2f2f2" :box (:line-width 1 :color "#cccccc")))))
|
||||
`(mode-line ((,class (:background ,petrol-blue
|
||||
:foreground "#f2f2f2"
|
||||
:box (:line-width 5 :color ,petrol-blue)
|
||||
)
|
||||
))
|
||||
)
|
||||
`(mode-line-inactive ((,class (:background "#cccccc"
|
||||
:foreground "#f2f2f2"
|
||||
:box (:line-width 5 :color "#cccccc")
|
||||
)
|
||||
))
|
||||
)
|
||||
`(mode-line-buffer-id ((,class (:weight bold))))
|
||||
`(mode-line-emphasis ((,class (:foreground "#f2f2f2"))))
|
||||
`(mode-line-highlight ((,class (:background "#fffbc4" :foreground "#454545"))))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user