emacs: tweak clues theme
This commit is contained in:
parent
71dcf4e143
commit
7edbd106be
|
@ -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) ))))
|
||||
|
|
Loading…
Reference in New Issue