commit c244637a62d4ecd5bb8b28072b47128758ce7506
parent fa07e3b732417523198c68483124f7d813f52a59
Author: Alex Balgavy <alex@balgavy.eu>
Date: Mon, 25 Apr 2022 22:19:24 +0200
emacs: jokull theme: make code font more readable
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 ,olive ))))
+ `(org-code ((,class (:foreground "#005f87"))))
`(org-hide ((,class (:foreground ,bg1))))
`(org-level-1 ((,class (:bold t :foreground ,fg2 :height 1.1))))
`(org-level-2 ((,class (:bold nil :foreground ,fg3))))