branch: externals/standard-themes
commit d6f0e5e6a1c4a9a22a7e32aa5d1578dedea1819f
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Use correct colour values for border-mode-line-inactive
---
 standard-dark-theme.el  | 2 +-
 standard-light-theme.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/standard-dark-theme.el b/standard-dark-theme.el
index 5f55817022..e65e4edfdf 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -165,7 +165,7 @@
       (border-mode-line-active    "#959595")
       (bg-mode-line-inactive      "#323232")
       (fg-mode-line-inactive      "#969696")
-      (border-mode-line-inactive  "#606060")
+      (border-mode-line-inactive  "#606070")
 
       (bg-tab              "#333333")
       (bg-tab-inactive     "#4d4d4d")
diff --git a/standard-light-theme.el b/standard-light-theme.el
index 54328c7aa9..eb823b5507 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -165,7 +165,7 @@
       (border-mode-line-active    "#5a5a5a")
       (bg-mode-line-inactive      "#e5e5e5")
       (fg-mode-line-inactive      "#585858")
-      (border-mode-line-inactive  "#a3a3a3")
+      (border-mode-line-inactive  "#bababa")
 
       (bg-tab              "#d9d9d9")
       (bg-tab-inactive     "#bfbfbf")

Reply via email to