branch: externals/standard-themes
commit be8d4542e1ab6bdc74702bdf39cb347d4cce7fd2
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Experiment with yellow hue for bg-prompt
---
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 6c1e5dae1e..650de27d6c 100644
--- a/standard-dark-theme.el
+++ b/standard-dark-theme.el
@@ -161,7 +161,7 @@
(name cyan-cooler)
(keybind blue-cooler)
(prompt blue)
- (bg-prompt bg-green)
+ (bg-prompt bg-yellow)
(builtin blue-faint)
(comment red-warmer)
diff --git a/standard-light-theme.el b/standard-light-theme.el
index ac3676ec9b..2ae510d5d2 100644
--- a/standard-light-theme.el
+++ b/standard-light-theme.el
@@ -161,7 +161,7 @@
(name green-cooler)
(keybind blue)
(prompt blue-cooler)
- (bg-prompt bg-blue)
+ (bg-prompt bg-yellow)
(builtin blue-faint)
(comment red-faint)