|
|
@ -197,7 +197,8 @@ The result is cached for one second to avoid hiccups." |
|
|
|
(default (if (true-color-p) "#abb2bf" "#afafaf")) |
|
|
|
(light (if (true-color-p) "#ccd4e3" "#d7d7d7")) |
|
|
|
(background (if (true-color-p) "#282c34" "#333333")) |
|
|
|
(background-darker (if (true-color-p) "#21252b" "#222222")) |
|
|
|
(background-dark (if (true-color-p) "#24282f" "#222222")) |
|
|
|
(background-darker (if (true-color-p) "#22252c" "#222222")) |
|
|
|
(mode-line-inactive (if "#1c2129" "#222222")) |
|
|
|
(mode-line-active (if (true-color-p) "#6f337e" "#875f87")) |
|
|
|
(background-lighter (if (true-color-p) "#3a3f4b" "#5f5f5f")) |
|
|
@ -233,7 +234,7 @@ The result is cached for one second to avoid hiccups." |
|
|
|
`(cursor ((,class (:background ,default)))) |
|
|
|
|
|
|
|
;; Highlighting faces |
|
|
|
`(fringe ((,class (:background ,background)))) |
|
|
|
`(fringe ((,class (:background ,background-dark :foreground ,comment)))) |
|
|
|
`(border ((,class (:foreground ,background-lighter)))) |
|
|
|
`(vertical-border ((,class (:foreground ,background-lighter)))) |
|
|
|
`(highlight ((,class (:background ,highlight :foreground ,default :underline nil)))) |
|
|
|