diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-12-06 02:23:00 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-12-06 02:23:00 +0100 |
commit | a90ed1a9c350f651e9d85336b9941ac35943ac0c (patch) | |
tree | 52e4973d17a540327a84e6317d7b7408c8f5c48f /themes | |
parent | baaf468fc8cea59dd384e45930107f242bb66dbb (diff) | |
download | elibs-a90ed1a9c350f651e9d85336b9941ac35943ac0c.tar.gz elibs-a90ed1a9c350f651e9d85336b9941ac35943ac0c.tar.bz2 |
themes: RST header faces
Diffstat (limited to 'themes')
-rw-r--r-- | themes/jao-mono-dark-theme.el | 2 | ||||
-rw-r--r-- | themes/jao-themes.el | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/themes/jao-mono-dark-theme.el b/themes/jao-mono-dark-theme.el index 3d7aa80..a7f2803 100644 --- a/themes/jao-mono-dark-theme.el +++ b/themes/jao-mono-dark-theme.el @@ -51,7 +51,7 @@ (widget-button (c 196)) (widget-field (c 143 236))) (:x-faces (gnus-button (c "lightyellow3") nul) - (gnus-summary-selected (p hilite)) + (gnus-summary-selected ul) (gnus-summary-cancelled (c "dark slate gray" nil) st) (header-line (c 243 235)) (jabber-roster-user-dnd (p warning)) 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)) |