diff options
| -rw-r--r-- | CHANGELOG.org | 2 | ||||
| -rw-r--r-- | yoshi-theme.el | 6 |
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)))) |
