From 53a49ff25c62722908031c4be89f2a6b2960c513 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 16 Apr 2020 23:51:43 -0400 Subject: theme: Tweak faces for rst levels --- lisp/km-theme.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp') diff --git a/lisp/km-theme.el b/lisp/km-theme.el index ed1bc7c..ed0d11f 100644 --- a/lisp/km-theme.el +++ b/lisp/km-theme.el @@ -122,6 +122,9 @@ '(outline-1 ((t (:inherit font-lock-doc-face)))) '(outline-2 ((t (:inherit font-lock-function-name-face)))) '(outline-3 ((t (:inherit font-lock-keyword-face)))) + '(rst-level-1 ((t (:weight bold)))) + '(rst-level-2 ((t (:weight bold)))) + '(rst-level-3 ((t (:inherit default)))) `(whitespace-indentation ((t (:background ,bg-dark)))) `(whitespace-trailing ((t (:background ,bg-dark)))))) -- cgit v1.2.3