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

    Use correct values for fg-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 e65e4edfdf..af54545652 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -164,7 +164,7 @@
       (fg-mode-line-active        "#ffffff")
       (border-mode-line-active    "#959595")
       (bg-mode-line-inactive      "#323232")
-      (fg-mode-line-inactive      "#969696")
+      (fg-mode-line-inactive      "#a6a6a6")
       (border-mode-line-inactive  "#606070")
 
       (bg-tab              "#333333")
diff --git a/standard-light-theme.el b/standard-light-theme.el
index eb823b5507..ae24fe1687 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -164,7 +164,7 @@
       (fg-mode-line-active        "#000000")
       (border-mode-line-active    "#5a5a5a")
       (bg-mode-line-inactive      "#e5e5e5")
-      (fg-mode-line-inactive      "#585858")
+      (fg-mode-line-inactive      "#7f7f7f")
       (border-mode-line-inactive  "#bababa")
 
       (bg-tab              "#d9d9d9")

Reply via email to