mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Tweak doom-vibrant theme settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user