From 789dc901b24a55b4dd7d9d48724c58a84304b8b2 Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Fri, 23 Aug 2019 08:38:23 +0100 Subject: Update custom faces --- .emacs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index e4dded5..47f9b80 100755 --- a/.emacs +++ b/.emacs @@ -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) -- cgit v1.2.3