aboutsummaryrefslogtreecommitdiffstats
path: root/yoshi-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'yoshi-theme.el')
-rw-r--r--yoshi-theme.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index e2fbb26..7d35f2a 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -84,10 +84,10 @@
`(link ((t (:foreground ,brorange :underline t))))
`(link-visited ((t (:foreground ,fgmagenta :underline t))))
`(minibuffer-prompt ((t (:foreground ,fgblue))))
- `(mode-line ((t (:background ,yoshi-2 :foreground ,yoshi-6 :box (:color ,yoshi-2 :line-width 5 :style nil)))))
- `(mode-line-buffer-id ((t (:background ,brred :foreground ,yoshi-1 :box (:color ,brred :line-width 5 :style nil)))))
+ `(mode-line ((t (:background "#111414" :foreground ,yoshi-6 :box (:color "#111414" :line-width 5 :style nil)))))
+ `(mode-line-buffer-id ((t (:background "#ff9800" :foreground "#111414" :box (:color "#ff9800" :line-width 5 :style nil)))))
`(mode-line-highlight ((t (:background ,yoshi-3 :foreground ,yoshi-6 :box (:color ,yoshi-3 :line-width 5 :style nil)))))
- `(mode-line-inactive ((t (:background ,yoshi-1 :foreground ,yoshi-5 :box (:color ,yoshi-1 :line-width 5 :style nil)))))
+ `(mode-line-inactive ((t (:background "#111414" :foreground ,yoshi-1 :box (:color "#111414" :line-width 5 :style nil)))))
`(region ((t (:background ,brblue :foreground ,yoshi-1))))
`(shadow ((t (:foreground ,yoshi-4))))
`(success ((t (:foreground ,fggreen :weight bold))))