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

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

[elpa] externals/standard-themes cd1829badf 61/74: Revise bg-alt, bg-act


From: ELPA Syncer
Subject: [elpa] externals/standard-themes cd1829badf 61/74: Revise bg-alt, bg-active hues
Date: Wed, 30 Nov 2022 08:58:26 -0500 (EST)

branch: externals/standard-themes
commit cd1829badf6b80e123c8a9ec0aa9d807c2bda3c9
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Revise bg-alt, bg-active hues
---
 standard-dark-theme.el  | 4 ++--
 standard-light-theme.el | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/standard-dark-theme.el b/standard-dark-theme.el
index 9e24fc660d..60ddf15a84 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -49,10 +49,10 @@
       (fg-main     "#ffffff")
       (bg-dim      "#202020")
       (fg-dim      "#a6a6a6")
-      (bg-alt      "#323232")
+      (bg-alt      "#363636")
       (fg-alt      "#a0afef")
 
-      (bg-active   "#424242")
+      (bg-active   "#606060")
       (bg-inactive "#141414")
 
       ;; Basic hues for foreground values
diff --git a/standard-light-theme.el b/standard-light-theme.el
index ab13152003..1cd8387e25 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -49,7 +49,7 @@
       (fg-main     "#000000")
       (bg-dim      "#ededed")
       (fg-dim      "#7f7f7f")
-      (bg-alt      "#e5e5e5")
+      (bg-alt      "#dcdcdc")
       (fg-alt      "#193f8f")
 
       (bg-active   "#bfbfbf")



reply via email to

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