Tweak doom-vibrant theme settings

This commit is contained in:
2017-12-16 16:13:36 +00:00
parent b99842974c
commit ad43d007c4

View File

@@ -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