mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add org-level-N to brin-theme
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -10,3 +10,6 @@
|
||||
[submodule "elisp/org-opml"]
|
||||
path = elisp/org-opml
|
||||
url = https://github.com/edavis/org-opml.git
|
||||
[submodule "elisp/racer"]
|
||||
path = elisp/racer
|
||||
url = https://github.com/phildawes/racer
|
||||
|
1
elisp/racer
Submodule
1
elisp/racer
Submodule
Submodule elisp/racer added at c6754c7022
@ -111,6 +111,7 @@
|
||||
`(trailing-whitespace ((t (:background "#884444"))))
|
||||
`(whitespace-tab ((t (:foreground "#444444"))))
|
||||
`(whitespace-newline ((t (:foreground "#444444"))))
|
||||
`(whitespace-trailing ((t (:background "#553333"))))
|
||||
|
||||
`(git-gutter+-modified ((t (:foreground ,git-modified))))
|
||||
`(git-gutter+-added ((t (:foreground ,git-added))))
|
||||
@ -130,6 +131,10 @@
|
||||
|
||||
`(persp-selected-face ((t (:foreground ,builtin))))
|
||||
|
||||
|
||||
`(org-level-1 ((t (:inherit outline-1 :bold t :foreground ,git-added))))
|
||||
`(org-level-2 ((t (:inherit outline-2 :bold t :foreground ,variables))))
|
||||
|
||||
))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user