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

    standard-light: refine bg-dim and bg-inactive values
---
 standard-light-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/standard-light-theme.el b/standard-light-theme.el
index 35acd47f68..9ce345af2b 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -47,12 +47,12 @@
 
      (bg-main     "#ffffff")
      (fg-main     "#000000")
-     (bg-dim      "#ededed")
+     (bg-dim      "#ebebeb")
      (fg-dim      "#7f7f7f")
      (bg-alt      "#dcdcdc")
      (fg-alt      "#193f8f")
      (bg-active   "#bfbfbf")
-     (bg-inactive "#f5f5f5")
+     (bg-inactive "#f0f0f0")
      (border      "#bababa")
 
 ;;; Basic accent foregrounds

Reply via email to