From 8205311d44c535a8dbfa3766d2cfb51eb2b8ba50 Mon Sep 17 00:00:00 2001 From: Jen-Chieh Date: Wed, 12 Jan 2022 15:10:36 +0800 Subject: [PATCH] Config more faces --- vs-light-theme.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vs-light-theme.el b/vs-light-theme.el index 2b2063a..1347d21 100644 --- a/vs-light-theme.el +++ b/vs-light-theme.el @@ -54,6 +54,8 @@ `(region ((t :background "#99C9EF"))) `(fringe ((t :background "#E6E7E8"))) + `(fill-column-indicator ((t :foreground "#AA4242"))) + `(show-paren-match ((t :background "#C6E370"))) `(tree-sitter-hl-face:tag ((t :foreground "#900022"))) @@ -115,6 +117,8 @@ `(whitespace-indentation ((t :background "grey20" :foreground "aquamarine3"))) `(whitespace-trailing ((t :background "grey20" :foreground "red"))) + + `(highlight-numbers-number ((t :foreground "#9BCEA3"))) ) ;;;###autoload