commit 47f461c69e51d0d6651e7fee8fe1d96da7c6a2e6
parent 7de61d56be35dd1b256adcf2aec1538ae659b801
Author: Alex Balgavy <alex@balgavy.eu>
Date: Thu, 12 Aug 2021 15:45:46 +0200
emacs: fix code highlighting in light theme
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacs/jokull-theme.el b/emacs/jokull-theme.el
@@ -81,7 +81,7 @@
`(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
`(default-italic ((,class (:italic t))))
`(link ((,class (:foreground ,const :underline t))))
- `(org-code ((,class (:foreground ,fg2))))
+ `(org-code ((,class (:foreground ,olive ))))
`(org-hide ((,class (:foreground ,bg1))))
`(org-level-1 ((,class (:bold t :foreground ,fg2 :height 1.1))))
`(org-level-2 ((,class (:bold nil :foreground ,fg3))))