Merge pull request #451 from WhatDothLife/master

Minor face improvements for doom-one and doom-gruvbox
This commit is contained in:
Henrik Lissner 2020-05-01 13:05:35 -04:00 committed by GitHub
commit 39907aff86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View file

@ -91,7 +91,7 @@ determine the exact padding."
(org-quote `(,(doom-lighten (car bg) 0.05) "#1f1f1f")))
;; --- extra faces ------------------------
(
(
;;;;;;;; Editor ;;;;;;;;
(cursor :background "white")
(hl-line :background bg-alt)
@ -232,11 +232,17 @@ determine the exact padding."
(magit-diff-hunk-heading-highlight :background accent :foreground fg)
(magit-diff-context :foreground bg-alt :foreground fg-alt)
;;;;;;;; Major mode faces ;;;;;;;;
;; css-mode / scss-mode
(css-proprietary-property :foreground keywords)
;; elisp-mode
(highlight-quoted-symbol :foreground dark-cyan)
;; LaTeX-mode
(font-latex-math-face :foreground dark-cyan)
;; markdown-mode
(markdown-blockquote-face :inherit 'italic :foreground cyan)
(markdown-list-face :foreground red)
@ -245,6 +251,9 @@ determine the exact padding."
(markdown-link-face :inherit 'bold :foreground cyan)
((markdown-code-face &override) :background (doom-lighten base2 0.045))
;; mu4e-view
(mu4e-header-key-face :foreground red)
;; org-mode
((outline-1 &override) :foreground yellow)
((outline-2 &override) :foreground cyan)

View file

@ -154,6 +154,9 @@ determine the exact padding."
(css-property :foreground green)
(css-selector :foreground blue)
;; LaTeX-mode
(font-latex-math-face :foreground green)
;; markdown-mode
(markdown-markup-face :foreground base5)
(markdown-header-face :inherit 'bold :foreground red)