aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-08-06 04:01:11 +0200
committerGravatar Tom Willemse2016-08-06 04:02:46 +0200
commit77562091de3248824ad4dd38f93e850d51364ebb (patch)
treebee4eb6bf35bcfb876195dda816884e8a69dba93
parent660b9368f448372330722985d1c869966c034652 (diff)
downloadyoshi-theme-77562091de3248824ad4dd38f93e850d51364ebb.tar.gz
yoshi-theme-77562091de3248824ad4dd38f93e850d51364ebb.zip
Increase width of mode-line border
-rw-r--r--CHANGELOG.org2
-rw-r--r--yoshi-theme.el4
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 032513c..385d261 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -21,6 +21,8 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
** CHANGED the color of normal ticked mails in gnus
+** CHANGED the padding around the mode-line
+
** REMOVED the 10th rainbow delimiters depth face
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20
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))))