mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Increase width of mode-line border
This commit is contained in:
parent
660b9368f4
commit
77562091de
2 changed files with 4 additions and 2 deletions
|
@ -21,6 +21,8 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
|
||||||
|
|
||||||
** CHANGED the color of normal ticked mails in gnus
|
** CHANGED the color of normal ticked mails in gnus
|
||||||
|
|
||||||
|
** CHANGED the padding around the mode-line
|
||||||
|
|
||||||
** REMOVED the 10th rainbow delimiters depth face
|
** 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
|
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20
|
||||||
|
|
|
@ -72,9 +72,9 @@
|
||||||
`(link ((t (:foreground ,fgorange :underline t))))
|
`(link ((t (:foreground ,fgorange :underline t))))
|
||||||
`(link-visited ((t (:foreground ,fgmagenta :underline t))))
|
`(link-visited ((t (:foreground ,fgmagenta :underline t))))
|
||||||
`(minibuffer-prompt ((t (:foreground ,fgblue))))
|
`(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-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))))
|
`(region ((t (:background ,bgblue))))
|
||||||
`(shadow ((t (:foreground ,fgdim))))
|
`(shadow ((t (:foreground ,fgdim))))
|
||||||
`(success ((t (:foreground ,fggreen :weight bold))))
|
`(success ((t (:foreground ,fggreen :weight bold))))
|
||||||
|
|
Loading…
Reference in a new issue