mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
.emacs.d/themes/new-theme.el
This commit is contained in:
parent
ad7db8b69d
commit
96d4e6b51d
1 changed files with 10 additions and 2 deletions
12
new-theme.el
12
new-theme.el
|
@ -43,9 +43,9 @@
|
||||||
'(font-lock-type-face ((t (:foreground "#78a2c1" :bold t))))
|
'(font-lock-type-face ((t (:foreground "#78a2c1" :bold t))))
|
||||||
'(font-lock-variable-name-face ((t (:foreground "#c39cc3"))))
|
'(font-lock-variable-name-face ((t (:foreground "#c39cc3"))))
|
||||||
'(highlight ((t (:background "#171719"))))
|
'(highlight ((t (:background "#171719"))))
|
||||||
'(ido-subdir ((t (:foreground "#ff5d55"))))
|
'(ido-subdir ((t (:foreground "#ff756e"))))
|
||||||
'(italic ((t (:slant italic))))
|
'(italic ((t (:slant italic))))
|
||||||
'(jabber-chat-prompt-foreign ((t (:foreground "#ff5d55"))))
|
'(jabber-chat-prompt-foreign ((t (:foreground "#ff756e"))))
|
||||||
'(jabber-chat-prompt-local ((t (:foreground "#78a2c1"))))
|
'(jabber-chat-prompt-local ((t (:foreground "#78a2c1"))))
|
||||||
'(jabber-roster-user-online ((t (:foreground "#769ff2"))))
|
'(jabber-roster-user-online ((t (:foreground "#769ff2"))))
|
||||||
'(link ((t (:foreground "#ffbb56" :underline t))))
|
'(link ((t (:foreground "#ffbb56" :underline t))))
|
||||||
|
@ -68,6 +68,14 @@
|
||||||
'(rst-level-4 ((t (:height 1.2 :background nil))))
|
'(rst-level-4 ((t (:height 1.2 :background nil))))
|
||||||
'(rst-level-5 ((t (:height 1.1 :background nil))))
|
'(rst-level-5 ((t (:height 1.1 :background nil))))
|
||||||
'(rst-level-6 ((t (:height 1.0 :background nil))))
|
'(rst-level-6 ((t (:height 1.0 :background nil))))
|
||||||
|
'(term-color-black ((t (:background "#171719" :foreground "#999999"))))
|
||||||
|
'(term-color-blue ((t (:background "#2729b6" :foreground "#78a2c1"))))
|
||||||
|
'(term-color-cyan ((t (:background "#208181" :foreground "#93d8d8"))))
|
||||||
|
'(term-color-green ((t (:background "#405c2e" :foreground "#9ad870"))))
|
||||||
|
'(term-color-magenta ((t (:background "#5e325d" :foreground "#c39cc3"))))
|
||||||
|
'(term-color-red ((t (:background "#973732" :foreground "#ff756e"))))
|
||||||
|
'(term-color-white ((t (:background "#222224" :foreground "#a9a9a9"))))
|
||||||
|
'(term-color-yellow ((t (:background "#835c0e" :foreground "#ffbb56"))))
|
||||||
)
|
)
|
||||||
|
|
||||||
(provide-theme 'new)
|
(provide-theme 'new)
|
||||||
|
|
Loading…
Reference in a new issue