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