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(-) 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 id/base16-swaylock-template/tree/colors/base16-qualia'>treecommitdiff
path: root/colors/base16-qualia
blob: 6880d84e67fee0c1f113ee25dfc4e5fe8ce22311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19