emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/tangotango-theme e2f2ea9c35 56/62: Merge pull request #13


From: ELPA Syncer
Subject: [nongnu] elpa/tangotango-theme e2f2ea9c35 56/62: Merge pull request #13 from Wilfred/consistent-fringe-color
Date: Thu, 6 Jan 2022 05:59:12 -0500 (EST)

branch: elpa/tangotango-theme
commit e2f2ea9c35f06dfc43a29c91c14cf0cdb19f2144
Merge: 08c3b92705 5cc588e2af
Author: Julien Barnier <julien@nozav.org>
Commit: GitHub <noreply@github.com>

    Merge pull request #13 from Wilfred/consistent-fringe-color
    
    Consider styling the fringe the same color as the rest of the 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]