diff options
-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)) |