From 7edbd106be98ba746805908cf84bc5a2aa0b94c3 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 9 Jan 2022 20:51:00 -0500 Subject: [PATCH] emacs: tweak clues theme --- emacs/themes/clues-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emacs/themes/clues-theme.el b/emacs/themes/clues-theme.el index 58b0a09..128e8dc 100644 --- a/emacs/themes/clues-theme.el +++ b/emacs/themes/clues-theme.el @@ -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 )))) @@ -126,9 +126,9 @@ '(font-lock-warning-face ((t (:foreground "#008000" :background nil :inherit (error) )))) '(font-lock-type-face ((t (:foreground "#55aadd" :background nil :inherit (default) )))) '(link ((t (:foreground "#00b7f0" :background nil :underline t )))) - '(link-visited ((t (:foreground "#4488cc" :underline t :inherit (link) )))) + '(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) ))))