From ad43d007c4cd42f71e8de1e8d2542a944924127a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 16 Dec 2017 16:13:36 +0000 Subject: [PATCH] Tweak doom-vibrant theme settings --- themes/siren-theme-doom-vibrant.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/themes/siren-theme-doom-vibrant.el b/themes/siren-theme-doom-vibrant.el index f82fdcf..febd8e8 100644 --- a/themes/siren-theme-doom-vibrant.el +++ b/themes/siren-theme-doom-vibrant.el @@ -13,10 +13,13 @@ ;; Global settings (defaults) (setq doom-themes-enable-bold t ; if nil, bold is universally disabled - doom-themes-enable-italic t) ; if nil, italics is universally disabled + doom-themes-enable-italic t ; if nil, italics is universally disabled + doom-vibrant-brighter-comments nil + doom-vibrant-comment-bg t + doom-vibrant-padded-modeline nil) - ;; Load the theme (doom-vibrant, doom-molokai, etc); keep in mind that each theme - ;; may have their own settings. + ;; Load the theme (doom-vibrant, doom-molokai, etc); keep in mind that each + ;; theme may have their own settings. (load-theme 'doom-vibrant t) ;; Enable flashing mode-line on errors