diff options
author | Michaël Ball <michael.ball@gmail.com> | 2019-08-23 08:38:23 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@gmail.com> | 2019-08-23 08:38:23 +0100 |
commit | 789dc901b24a55b4dd7d9d48724c58a84304b8b2 (patch) | |
tree | 516dc3f4e2840fcec610a3cc55b2a95cc1509268 | |
parent | 290b3f2fd7be2b940e892dcaae4ca21367a570e4 (diff) |
Update custom faces
-rwxr-xr-x | .emacs | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -145,8 +145,13 @@ '(sml/read-only ((t (:inherit (font-lock-type-face sml/not-modified) :foreground "#24A8B4")))) '(success ((t (:foreground "#09F7A0" :weight bold)))) '(tooltip ((t (:inherit default :background "#6C6F93")))) - '(vertical-border ((t (:background "#1C1E26" :foreground "#6F6F70")))) - '(whitespace-line ((t (:background "red" :foreground "black"))))) + '(vertical-border ((t (:background "#1C1E26" :foreground "#232530")))) + '(warning ((t (:foreground "#E4A382" :weight bold)))) + '(web-mode-error-face ((t (:background "#E93C58")))) + '(whitespace-big-indent ((t (:background "#E93C58")))) + '(whitespace-line ((t (:background "#E93C58" :foreground "#1C1E26")))) + '(whitespace-trailing ((t (:background "#E93C58" :foreground "#EFB993")))) + '(yaml-tab-face ((t (:background "#E93C58" :foreground "#E93C58" :weight bold))))) (show-paren-mode 1) |