aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-12-17 23:28:05 -0800
committerGravatar Tom Willemse2020-12-17 23:28:05 -0800
commit800eb98dd3514a1ccae0982d3487d4b7b1c72369 (patch)
tree7a403e8a6656bedf21c6514c382b59b74fe59e5e
parentf020229a47ea5fc79d87e7a3a15bfb53ce459636 (diff)
downloadyoshi-theme-800eb98dd3514a1ccae0982d3487d4b7b1c72369.tar.gz
yoshi-theme-800eb98dd3514a1ccae0982d3487d4b7b1c72369.zip
Update mode-line faces
-rw-r--r--yoshi-theme.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index dc4c970..6f60fca 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -71,15 +71,15 @@
`(font-lock-variable-name-face ((t (:foreground ,fgyellow))))
`(font-lock-warning-face ((t (:foreground ,fgorange :inherit unspecified :weight bold))))
`(fringe ((t (:background unspecified :inherit default))))
- `(header-line ((t (:background ,bgblue :foreground ,yoshi-5 :box (:color ,bgblue :line-width 5 :style nil)))))
+ `(header-line ((t (:inherit mode-line))))
`(highlight ((t (:background ,bgcyan))))
`(italic ((t (:slant italic))))
`(link ((t (:foreground ,fgorange :underline t))))
`(link-visited ((t (:foreground ,fgmagenta :underline t))))
`(minibuffer-prompt ((t (:foreground ,fgblue))))
- `(mode-line ((t (:background ,bgblue :foreground ,yoshi-5 :box (:color ,bgblue :line-width 5 :style nil)))))
- `(mode-line-buffer-id ((t (:foreground ,fggreen :weight bold))))
- `(mode-line-inactive ((t (:weight normal :background ,yoshi-1 :foreground ,yoshi-6 :box (:color ,yoshi-1 :line-width 5 :style nil) :inherit unspecified))))
+ `(mode-line ((t (:background ,yoshi-2 :foreground ,yoshi-6 :box (:color ,yoshi-2 :line-width 5 :style nil)))))
+ `(mode-line-buffer-id ((t (:background ,fgred :foreground ,yoshi-6 :box (:color ,fgred :line-width 5 :style nil)))))
+ `(mode-line-inactive ((t (:background ,yoshi-1 :foreground ,yoshi-5 :box (:color ,yoshi-1 :line-width 5 :sytle nil)))))
`(region ((t (:background ,bgblue))))
`(shadow ((t (:foreground ,yoshi-4))))
`(success ((t (:foreground ,fggreen :weight bold))))
@@ -546,7 +546,8 @@
:internal-border-width 15
:internal-border-color ,yoshi-1
:background-color ,yoshi-1))
- '(flycheck-posframe-border-width 5)))
+ '(flycheck-posframe-border-width 5)
+ '(mode-line-buffer-identification (propertized-buffer-identification " %b "))))
;;;###autoload
(and load-file-name