branch: elpa/tangotango-theme commit 5cc588e2af47739e21f3ee1a71b9d2c71a856401 Author: Wilfred Hughes <m...@wilfred.me.uk> Commit: Wilfred Hughes <m...@wilfred.me.uk>
Style the fringe the same color as the main window --- color-theme-tangotango.el | 2 +- tangotango-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el index 31d9dc2720..828105e83a 100644 --- a/color-theme-tangotango.el +++ b/color-theme-tangotango.el @@ -63,7 +63,7 @@ (cursor ((t (:background "#fce94f" :foreground "#222222")))) (highlight ((t (:background "brown4" :foreground nil)))) (border ((t (:background "#888a85")))) - (fringe ((t (:background "grey10")))) + (fringe ((t (:background "#2e3434")))) (mode-line ((t (:foreground "#bbbbbc" :background "#222222" :box (:line-width 1 :color nil :style released-button))))) (mode-line-inactive ((t (:foreground "#bbbbbc" :background "#555753")))) (mode-line-buffer-id ((t (:bold t :foreground "orange" :background nil)))) diff --git a/tangotango-theme.el b/tangotango-theme.el index 0694f986a1..b321e2d74f 100644 --- a/tangotango-theme.el +++ b/tangotango-theme.el @@ -70,7 +70,7 @@ `(button ((t (:inherit (link))))) `(link ((t (:foreground "dodger blue" :underline (:color foreground-color :style line))))) `(link-visited ((default (:inherit (link))) (((class color) (background light)) (:foreground "magenta4")) (((class color) (background dark)) (:foreground "violet")))) - `(fringe ((t (:background "grey10")))) + `(fringe ((t (:background "#2e3434")))) `(header-line ((default (:inherit (mode-line))) (((type tty)) (:underline (:color foreground-color :style line) :inverse-video nil)) (((class color grayscale) (background light)) (:box nil :foreground "grey20" :background "grey90")) (((class color grayscale) (background dark)) (:box nil :foreground "grey90" :background "grey20")) (((class mono) (background light)) (:underline (:color foreground-color :style line) :box nil :inverse-video nil :foreground "black" :background "white")) (((c [...] `(tooltip ((t (:background "lightyellow" :foreground "black" :inherit (quote variable-pitch))))) `(mode-line ((t (:box (:line-width 1 :color nil :style released-button) :background "#222222" :foreground "#bbbbbc"))))