aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-02-09 23:11:38 +0100
committerGravatar Tom Willemse2014-02-09 23:11:38 +0100
commiteea5444b5e85b47c03d9b3d493ee32a39bdab118 (patch)
tree204dfbc7b54e69f81c2e7a379e3448df065d808c
parente0a3bd746363dc13db401d9eba40be068309dd84 (diff)
downloadyoshi-theme-eea5444b5e85b47c03d9b3d493ee32a39bdab118.tar.gz
yoshi-theme-eea5444b5e85b47c03d9b3d493ee32a39bdab118.zip
Name all colors
-rw-r--r--yoshi-theme.el44
1 files changed, 26 insertions, 18 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index ce85dc2..6a9da31 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -33,14 +33,22 @@
(let ((bgdefault "#111111") (fgdefault "#bfbfbf")
(bgbright "#3d3d3d") (fgbright "#ededed")
- (fgdim "#969696")
+ (bgdim "#222222") (fgdim "#969696")
+ (fgdim-1 "#656565")
+ (fgdim-2 "#323232")
(bgred "#542a2a") (fgred "#a85454")
(bgorange "#54432a") (fgorange "#a88654")
+ (fgorange-1 "#d78f24")
(bgyellow "#4c542a") (fgyellow "#8d995c")
(bggreen "#32542a") (fggreen "#65a854")
+ (fggreen-1 "#82ba74")
+ (fggreen-2 "#a1cb97")
+ (fggreen-3 "#c0dcb9")
+ (fggreen-4 "#deeddb")
(bgturquoise "#2a543a") (fgturquoise "#54a875")
(bgcyan "#0d3333") (fgcyan "#54a8a8")
(bgblue "#2a3b54") (fgblue "#5476a8")
+ (bgblue-1 "#12366b")
(bgpurple "#322a54") (fgpurple "#7d71a8")
(bgmagenta "#4c2a54") (fgmagenta "#9754a8")
(bgpink "#542a43") (fgpink "#a85487"))
@@ -132,7 +140,7 @@
`(gnus-header-name ((t (:foreground ,fgblue :weight bold))))
`(gnus-header-newsgroups ((t (:foreground ,fgbright :weight bold))))
`(gnus-header-subject ((t (:foreground ,fgyellow))))
- `(gnus-signature ((t (:foreground "#696969" :slant italic))))
+ `(gnus-signature ((t (:foreground ,fgdim-1 :slant italic))))
`(gnus-splash ((t (:foreground ,fgdefault))))
`(gnus-summary-cancelled ((t (:foreground ,fgyellow :background ,bgbright))))
`(gnus-summary-high-ancient ((t (:inherit gnus-summary-normal-ancient :weight bold))))
@@ -193,37 +201,37 @@
`(message-header-newsgroups ((t (:foreground ,fgdim :weight bold))))
`(message-header-other ((t (:inherit gnus-header-content))))
`(message-header-subject ((t (:inherit gnus-header-subject))))
- `(message-header-to ((t (:foreground "#96969696" :weight bold))))
- `(message-header-xheader ((t (:foreground "#696969"))))
+ `(message-header-to ((t (:foreground ,fgdim :weight bold))))
+ `(message-header-xheader ((t (:foreground ,fgdim-1))))
`(message-mml ((t (:foreground ,fggreen))))
`(message-separator ((t (:foreground ,fgblue))))
`(minibuffer-prompt ((t (:foreground ,fgblue))))
- `(mode-line ((t (:background "#12366b" :foreground ,fgbright :box (:color "#12366d" :line-width 2 :style nil)))))
- `(mode-line-buffer-id ((t (:foreground "#d78f24" :weight bold))))
+ `(mode-line ((t (:background ,bgblue-1 :foreground ,fgbright :box (:color ,bgblue-1 :line-width 2 :style nil)))))
+ `(mode-line-buffer-id ((t (:foreground ,fgorange-1 :weight bold))))
`(mode-line-inactive ((t (:weight normal :background ,bgbright :foreground ,fgdefault :box (:color ,bgbright :line-width 2 :style nil) :inherit unspecified))))
`(org-agenda-calendar-sexp ((t (:foreground ,fgyellow))))
`(org-agenda-current-time ((t (:foreground ,fgorange :weight bold))))
`(org-agenda-date ((t (:foreground ,bgcyan))))
`(org-agenda-date-today ((t (:foreground ,fgcyan :slant italic))))
`(org-agenda-date-weekend ((t (:foreground ,fgcyan))))
- `(org-agenda-done ((t (:foreground ,(color-darken-name fgdim 19)))))
+ `(org-agenda-done ((t (:foreground ,fgdim-1))))
`(org-agenda-structure ((t (:foreground ,fgblue))))
- `(org-block-background ((t (:background "#222222"))))
- `(org-block-begin-line ((t (:foreground ,fgdefault :background ,(color-darken-name fgdim 39) :slant unspecified :underline ,(color-darken-name fgdim 18)))))
- `(org-block-end-line ((t (:foreground ,fgdefault :background ,(color-darken-name fgdim 39) :slant unspecified :overline ,(color-darken-name fgdim 18)))))
+ `(org-block-background ((t (:background ,bgdim))))
+ `(org-block-begin-line ((t (:foreground ,fgdefault :background ,fgdim-2 :slant unspecified :underline ,fgdim-1))))
+ `(org-block-end-line ((t (:foreground ,fgdefault :background ,fgdim-2 :slant unspecified :overline ,fgdim-1))))
`(org-checkbox-statistics-done ((t (:foreground ,bgcyan))))
`(org-checkbox-statistics-todo ((t (:foreground ,fgcyan))))
`(org-date ((t (:foreground ,fgpink :underline unspecified))))
`(org-document-title ((t (:foreground ,fgorange :height 1.5))))
- `(org-headline-done ((t (:foreground ,(color-darken-name fgdim 19)))))
+ `(org-headline-done ((t (:foreground ,fgdim-1))))
`(org-level-1 ((t (:foreground ,fggreen :weight bold))))
- `(org-level-2 ((t (:foreground ,(color-lighten-name fggreen 10) :weight bold))))
- `(org-level-3 ((t (:foreground ,(color-lighten-name fggreen 20) :weight bold))))
- `(org-level-4 ((t (:foreground ,(color-lighten-name fggreen 30) :weight bold))))
- `(org-level-5 ((t (:foreground ,(color-lighten-name fggreen 40) :weight bold))))
- `(org-level-6 ((t (:foreground ,(color-lighten-name fggreen 30) :weight bold))))
- `(org-level-7 ((t (:foreground ,(color-lighten-name fggreen 20) :weight bold))))
- `(org-level-8 ((t (:foreground ,(color-lighten-name fggreen 10) :weight bold))))
+ `(org-level-2 ((t (:foreground ,fggreen-1 :weight bold))))
+ `(org-level-3 ((t (:foreground ,fggreen-2 :weight bold))))
+ `(org-level-4 ((t (:foreground ,fggreen-3 :weight bold))))
+ `(org-level-5 ((t (:foreground ,fggreen-4 :weight bold))))
+ `(org-level-6 ((t (:foreground ,fggreen-3 :weight bold))))
+ `(org-level-7 ((t (:foreground ,fggreen-2 :weight bold))))
+ `(org-level-8 ((t (:foreground ,fggreen-1 :weight bold))))
`(org-scheduled ((t (:foreground ,fgdim))))
`(org-scheduled-previously ((t (:weight bold))))
`(org-scheduled-today ((t (:foreground ,fgdefault))))