1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Increase width of mode-line border

This commit is contained in:
Tom Willemse 2016-08-06 04:01:11 +02:00
parent 660b9368f4
commit 77562091de
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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))))