diff options
| author | 2017-03-07 09:06:10 -0800 | |
|---|---|---|
| committer | 2017-03-07 09:06:10 -0800 | |
| commit | 7ab8df0bd646e0571a4d27cbaa4f62b60f625bad (patch) | |
| tree | e21ea470a182d24aa767083f153fdb1131fe103f | |
| parent | c76b1659a8e5cfccbdfcfe971ef6fcb3b7cd0263 (diff) | |
| download | yoshi-theme-7ab8df0bd646e0571a4d27cbaa4f62b60f625bad.tar.gz yoshi-theme-7ab8df0bd646e0571a4d27cbaa4f62b60f625bad.zip | |
Fix window-divider color
| -rw-r--r-- | yoshi-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el index 0c296f5..f795c3c 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -481,7 +481,7 @@ `(rpm-spec-section-face ((t (:foreground ,fgyellow :underline t)))) ;;; Window dividers - `(window-divider ((t (:foreground ,bgdim)))) + `(window-divider ((t (:foreground ,bgbright)))) `(window-divider-first-pixel ((t (:foreground unspecified :inherit window-divider)))) `(window-divider-last-pixel ((t (:foreground unspecified :inherit window-divider)))) ) |
