summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-themes.el
diff options
context:
space:
mode:
Diffstat (limited to 'themes/jao-themes.el')
-rw-r--r--themes/jao-themes.el10
1 files changed, 9 insertions, 1 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el
index 3aa0661..043b99e 100644
--- a/themes/jao-themes.el
+++ b/themes/jao-themes.el
@@ -636,7 +636,15 @@
(reb-match-1 (~ secondary-selection))
(reb-match-2 (~ secondary-selection) bf)
(reb-match-3 (~ secondary-selection) ul)
- (region (p hilite)))
+ (region (p hilite))
+ (rst-level-1-face (~ outline-1))
+ (rst-level-2-face (~ outline-2))
+ (rst-level-3-face (~ outline-3))
+ (rst-level-4-face (~ outline-4))
+ (rst-level-5-face (~ outline-5))
+ (rst-level-6-face (~ outline-6))
+ (rst-level-7-face (~ outline-7))
+ (rst-level-8-face (~ outline-8)))
`((secondary-selection (p hilite))
(sh-quoted-exec (p f00))
(show-paren-match (p hilite))