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

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

[elpa] externals/standard-themes 3f1625e587 63/74: Change bg-prompt hue


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 3f1625e587 63/74: Change bg-prompt hue
Date: Wed, 30 Nov 2022 08:58:26 -0500 (EST)

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

    Change bg-prompt hue
---
 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 f35ffee988..739f350e65 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -153,7 +153,7 @@
       (underline-info    "#22b022")
 
       ;; Conditional hues
-      (bg-prompt           "#394a63")
+      (bg-prompt           "#483f73")
       (bg-region-intense   "#9f3047")
       (bg-mode-line-accent "#173780")
 
diff --git a/standard-light-theme.el b/standard-light-theme.el
index 3e84676737..70c9b8f2f2 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -153,7 +153,7 @@
       (underline-info    "#02af52")
 
       ;; Conditional hues
-      (bg-prompt           "#9bbfdf")
+      (bg-prompt           "#daccff")
       (bg-region-intense   "#eeb422")
       (bg-mode-line-accent "#9fbaff")
 



reply via email to

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