comment face has been improved in doom-one

This commit is contained in:
Sameer Rahmani 2018-05-22 12:36:54 +01:00
parent 87a508344d
commit be92dc1f99
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@
doom-themes-enable-italic t) ; if nil, italics is universally disabled
(load-theme 'doom-one t)
(custom-theme-set-faces
'doom-one
'(font-lock-comment-face ((t (:foreground "#8B9298"))))
'(font-lock-comment-delimiter-face ((t (:foreground "#5B6268")))))
(enable-theme 'doom-one)
;; brighten buffers (that represent real files)
(add-hook 'after-change-major-mode-hook #'turn-on-solaire-mode)