From 575c05ba49fc19e7b78e21d3ff122ccb0055a574 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 23 Dec 2017 18:14:22 +0000 Subject: [PATCH] Customize doom-vibrant theme slightly --- themes/siren-theme-doom-vibrant.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/siren-theme-doom-vibrant.el b/themes/siren-theme-doom-vibrant.el index d5d8cf9..4102c26 100644 --- a/themes/siren-theme-doom-vibrant.el +++ b/themes/siren-theme-doom-vibrant.el @@ -31,7 +31,13 @@ ;; Corrects (and improves) org-mode's native fontification. ;; (doom-themes-org-config) - ) + + ;; Override some of doom-vibrant's colors. + (setq fci-rule-color (doom-color 'base3)) + (set-face-attribute 'font-lock-variable-name-face nil + :foreground (doom-lighten (doom-color 'blue) 0.25)) + (set-face-attribute 'vertical-border nil + :foreground (doom-darken (doom-color 'vertical-bar) 0.1))) (provide 'siren-theme-doom-vibrant) ;;; siren-theme-doom-vibrant.el ends here