summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-themes.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-12-06 02:23:00 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-12-06 02:23:00 +0100
commita90ed1a9c350f651e9d85336b9941ac35943ac0c (patch)
tree52e4973d17a540327a84e6317d7b7408c8f5c48f /themes/jao-themes.el
parentbaaf468fc8cea59dd384e45930107f242bb66dbb (diff)
downloadelibs-a90ed1a9c350f651e9d85336b9941ac35943ac0c.tar.gz
elibs-a90ed1a9c350f651e9d85336b9941ac35943ac0c.tar.bz2
themes: RST header faces
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))