Rearrange theme a bit
This commit is contained in:
parent
615ee99600
commit
0a73fa3329
@ -9,6 +9,9 @@
|
|||||||
|
|
||||||
(custom-theme-set-faces
|
(custom-theme-set-faces
|
||||||
'fred
|
'fred
|
||||||
|
'(default ((((class color) (min-colors 4096)) (:foreground "#eeeeec" :background "#151515"))
|
||||||
|
(((class color) (min-colors 256)) (:foreground "#eeeeec" :background "#222"))
|
||||||
|
(((class color) (min-colors 89)) (:foreground "#eeeeec" :background "black"))))
|
||||||
'(highlight ((((class color) (min-colors 89)) (:foreground "#2e3436" :background "#edd400"))))
|
'(highlight ((((class color) (min-colors 89)) (:foreground "#2e3436" :background "#edd400"))))
|
||||||
'(mode-line ((((class color) (min-colors 89)) (:box (:line-width -1 :style released-button) :background "#285577" :foreground "#eeeeec"))
|
'(mode-line ((((class color) (min-colors 89)) (:box (:line-width -1 :style released-button) :background "#285577" :foreground "#eeeeec"))
|
||||||
(t (:background "#555"))))
|
(t (:background "#555"))))
|
||||||
@ -26,6 +29,7 @@
|
|||||||
'(error ((((class color) (min-colors 89)) (:foreground "#ff4b4b"))))
|
'(error ((((class color) (min-colors 89)) (:foreground "#ff4b4b"))))
|
||||||
'(warning ((((class color) (min-colors 89)) (:foreground "#fcaf3e"))))
|
'(warning ((((class color) (min-colors 89)) (:foreground "#fcaf3e"))))
|
||||||
'(success ((((class color) (min-colors 89)) (:foreground "#8ae234"))))
|
'(success ((((class color) (min-colors 89)) (:foreground "#8ae234"))))
|
||||||
|
|
||||||
'(font-lock-builtin-face ((((class color) (min-colors 89)) (:foreground "#e090d7"))))
|
'(font-lock-builtin-face ((((class color) (min-colors 89)) (:foreground "#e090d7"))))
|
||||||
'(font-lock-comment-face ((((class color) (min-colors 89)) (:foreground "#73d216"))))
|
'(font-lock-comment-face ((((class color) (min-colors 89)) (:foreground "#73d216"))))
|
||||||
'(font-lock-constant-face ((((class color) (min-colors 89)) (:foreground "#e9b2e3"))))
|
'(font-lock-constant-face ((((class color) (min-colors 89)) (:foreground "#e9b2e3"))))
|
||||||
@ -34,10 +38,10 @@
|
|||||||
'(font-lock-string-face ((((class color) (min-colors 89)) (:foreground "#e9b96e"))))
|
'(font-lock-string-face ((((class color) (min-colors 89)) (:foreground "#e9b96e"))))
|
||||||
'(font-lock-type-face ((((class color) (min-colors 89)) (:foreground "#8cc4ff"))))
|
'(font-lock-type-face ((((class color) (min-colors 89)) (:foreground "#8cc4ff"))))
|
||||||
'(font-lock-variable-name-face ((((class color) (min-colors 89)) (:foreground "#fcaf3e"))))
|
'(font-lock-variable-name-face ((((class color) (min-colors 89)) (:foreground "#fcaf3e"))))
|
||||||
|
|
||||||
'(link ((((class color) (min-colors 89)) (:underline t :foreground "#729fcf"))
|
'(link ((((class color) (min-colors 89)) (:underline t :foreground "#729fcf"))
|
||||||
(t (:foreground "yellow" :underline t))))
|
(t (:foreground "yellow" :underline t))))
|
||||||
'(link-visited ((((class color) (min-colors 89)) (:underline t :foreground "#3465a4"))))
|
'(link-visited ((((class color) (min-colors 89)) (:underline t :foreground "#3465a4"))))
|
||||||
'(default ((((class color) (min-colors 4096)) (:foreground "#eeeeec" :background "#151515")) (((class color) (min-colors 256)) (:foreground "#eeeeec" :background "#222")) (((class color) (min-colors 89)) (:foreground "#eeeeec" :background "black"))))
|
|
||||||
'(button ((t (:foreground "yellow"))))
|
'(button ((t (:foreground "yellow"))))
|
||||||
|
|
||||||
'(company-tooltip ((t (:background "#0f0f0f"))))
|
'(company-tooltip ((t (:background "#0f0f0f"))))
|
||||||
|
Loading…
Reference in New Issue
Block a user