aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-12-22 15:22:00 -0800
committerGravatar Tom Willemse2025-12-22 15:22:33 -0800
commit583a897eebc21953d0f2b8ad9a87fbe8057b6600 (patch)
tree56cc559b279f816f86e7a68bc80b00c7fa13acf2
parentf7fbbfc9ba171ebb5ca78abb319d9d0edf9cbcab (diff)
downloadyoshi-theme-583a897eebc21953d0f2b8ad9a87fbe8057b6600.tar.gz
yoshi-theme-583a897eebc21953d0f2b8ad9a87fbe8057b6600.zip
Update mode-line colors
-rw-r--r--CHANGELOG.org2
-rw-r--r--yoshi-theme.el6
2 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index ddff38f..b14f149 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -21,6 +21,8 @@ Add the ~compilation-mode-line-fail~ face.
Add the =rainbow-identifiers-identifier-1= through =rainbow-identifiers-identifier-10= faces. Set =rainbow-identifiers-face-count= to ~10~.
+** CHANGED Mode-line background color
+
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.2.0...v7.0.0][7.0.0]] -- 2023-08-01
:PROPERTIES:
:CUSTOM_ID: release-7.0.0
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))))