Skip to content

Commit

Permalink
Style the fringe the same color as the main window
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Sep 24, 2017
1 parent 08c3b92 commit 5cc588e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion color-theme-tangotango.el
Expand Up @@ -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))))
Expand Down
2 changes: 1 addition & 1 deletion tangotango-theme.el
Expand Up @@ -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")) (((class mono) (background dark)) (:underline (:color foreground-color :style line) :box nil :inverse-video nil :foreground "white" :background "black"))))
`(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"))))
Expand Down

0 comments on commit 5cc588e

Please sign in to comment.