commit a3e4a62e72a9e550a8dcb9cceaa342065b9355e1
parent 83e355b49dd93d9fc57cfa4e1b3996dd7d18a506
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Fri, 10 Feb 2023 07:27:39 +0100
Theme ReST mode
Diffstat:
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el
@@ -357,6 +357,19 @@
`(org-todo ((t (:inherit error))))
`(org-verbatim ((t (:background ,bg-hl-dim :foreground ,fg-magenta :inherit fixed-pitch-serif))))
`(region ((t (:background ,bg-blue))))
+ `(rst-adornment ((t (:inherit shadow))))
+ `(rst-block ((t (:inherit (bold rst-adornment)))))
+ `(rst-definition ((t (:inherit font-lock-type-face))))
+ `(rst-directive ((t (:foreground ,fg-dim))))
+ `(rst-external ((t (:inherit font-lock-constant-face))))
+ `(rst-level-1 ((t (:inherit eighters-title-1))))
+ `(rst-level-2 ((t (:inherit eighters-title-2))))
+ `(rst-level-3 ((t (:inherit eighters-title-3))))
+ `(rst-level-4 ((t (:inherit eighters-title-4))))
+ `(rst-level-5 ((t (:inherit eighters-title-5))))
+ `(rst-level-6 ((t (:inherit eighters-title-6))))
+ `(rst-literal ((t (:background ,bg-hl-dim :foreground ,fg-magenta :extend t :inherit fixed-pitch-serif))))
+ `(rst-reference ((t (:inherit font-lock-string-face))))
`(separator-line ((t (:background ,bg-hl :height 0.1))))
`(sh-heredoc ((t (:background ,bg-hl-dimmer :extend t :inherit fixed-pitch-serif))))
`(sh-quoted-exec ((t (:background ,bg-hl-dim :inherit fixed-pitch-serif))))