commit 480dcccfd82202a290047d4f80aa7972d6ff8e51
parent be7719a4abde6a41477f8d4e722b056522664c09
Author: Alex Balgavy <alex@balgavy.eu>
Date: Wed, 11 Aug 2021 17:12:14 +0200
emacs: fix some colors in light theme
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/emacs/jokull-theme.el b/emacs/jokull-theme.el
@@ -64,11 +64,11 @@
`(font-lock-variable-name-face ((,class (:foreground ,var))))
`(font-lock-warning-face ((,class (:foreground ,warning :background ,bg2))))
`(term-color-black ((,class (:foreground ,fg2 :background nil))))
- `(region ((,class (:background ,fg1 :foreground ,bg1))))
+ `(region ((,class (:background "#a8caff"))))
`(highlight ((,class (:foreground ,fg3 :background ,bg3))))
`(hl-line ((,class (:background "#d5d5d5"))))
`(fringe ((,class (:background ,bg1 :foreground ,fg4))))
- `(cursor ((,class (:background ,bg3))))
+ `(cursor ((,class (:background ,fg2 :foreground ,bg2))))
`(show-paren-match-face ((,class (:background ,warning))))
`(isearch ((,class (:bold t :foreground ,warning :background ,bg3))))
`(mode-line ((,class (:foreground "#e5e5e5" :background "#005f77" :bold nil))))