emacs: tweak clues theme

This commit is contained in:
alex 2022-01-09 20:51:00 -05:00
parent 71dcf4e143
commit 7edbd106be
1 changed files with 4 additions and 4 deletions

View File

@ -97,11 +97,11 @@
'(default
(
(((class color) (min-colors 16777216)) (:foreground "#C0E9F6" :background "#110B14"))
(((class color) (min-colors 88)) (:foreground "#fff" :background "#000"))
(((class color) (min-colors 88)) (:foreground "#fff" :background "#110B14"))
(((class color) (min-colors 16)) (:foreground "#fff" :background "#000"))
(((class color) (min-colors 8)) (:foreground "#fff" :background "#000")))
)
'(linum ((t (:foreground "#6a6a6a" :background "#110B14" ))))
'(linum ((t (:foreground "#6a6a6a" :background "#000" ))))
'(minibuffer-prompt ((t (:foreground "#1278A8" :background nil :weight bold ))))
'(escape-glyph ((t (:foreground "orange" :background nil ))))
'(highlight ((t (:foreground "orange" :background nil ))))
@ -128,7 +128,7 @@
'(link ((t (:foreground "#00b7f0" :background nil :underline t ))))
'(link-visited ((t (:foreground "#4488cc" :underline t :inherit (link) ))))
'(button ((t (:foreground "#FFFFFF" :background "#444444" :underline t :inherit (link) ))))
'(fringe ((t ( :background "#1B0F1f" ))))
'(fringe ((t ( :background "#110B14" ))))
'(next-error ((t ( :inherit (region) ))))
'(query-replace ((t ( :inherit (isearch) ))))
'(header-line ((t (:foreground "#EEEEEE" :background "#444444" :box nil :inherit (mode-line) ))))