diff options
Diffstat (limited to 'yoshi-theme.el')
| -rw-r--r-- | yoshi-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el index 9453460..a325f73 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -72,9 +72,9 @@ `(link ((t (:foreground ,fgorange :underline t)))) `(link-visited ((t (:foreground ,fgmagenta :underline t)))) `(minibuffer-prompt ((t (:foreground ,fgblue)))) - `(mode-line ((t (:background ,bgblue :foreground ,fgbright :box (:color ,bgblue :line-width 2 :style nil))))) + `(mode-line ((t (:background ,bgblue :foreground ,fgbright :box (:color ,bgblue :line-width 5 :style nil))))) `(mode-line-buffer-id ((t (:foreground ,fggreen :weight bold)))) - `(mode-line-inactive ((t (:weight normal :background ,bgbright :foreground ,fgdefault :box (:color ,bgbright :line-width 2 :style nil) :inherit unspecified)))) + `(mode-line-inactive ((t (:weight normal :background ,bgbright :foreground ,fgdefault :box (:color ,bgbright :line-width 5 :style nil) :inherit unspecified)))) `(region ((t (:background ,bgblue)))) `(shadow ((t (:foreground ,fgdim)))) `(success ((t (:foreground ,fggreen :weight bold)))) |
