Add org-level-N to brin-theme

This commit is contained in:
Henrik Lissner 2014-12-12 14:41:33 -05:00
parent a4c8865cc6
commit 5aa3c282be
3 changed files with 9 additions and 0 deletions

3
.gitmodules vendored
View file

@ -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

@ -0,0 +1 @@
Subproject commit c6754c70226f0e62bca790b8aab38b030dda5ac9

View file

@ -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))))
))