mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-29 09:30:37 -07:00
tweak(org): org-priority-faces: use shadow face for #C
Defaulting to green for the lowest priority indicators seemed inappropriate, so use a more washed out face.
This commit is contained in:
parent
8168a03599
commit
98e37b9cea
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default
|
|||
org-priority-faces
|
||||
'((?A . error)
|
||||
(?B . warning)
|
||||
(?C . success))
|
||||
(?C . shadow))
|
||||
org-startup-indented t
|
||||
org-tags-column 0
|
||||
org-use-sub-superscripts '{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue