branch: externals/standard-themes commit 3f1625e5871a1c76062e04a75db66d05fef21aa6 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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")