branch: externals/standard-themes commit 62f0cc11727958066d80079ca76e2abed735251c Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Experiment with bespoke 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 96da65426e..959f589890 100644 --- a/standard-dark-theme.el +++ b/standard-dark-theme.el @@ -148,6 +148,7 @@ (underline-info "#22b022") ;; Conditional hues + (bg-prompt "#3f5563") ; Also try: #33447f, #3a3a8f (bg-region-intense "#9f3047") (bg-mode-line-accent "#173780") @@ -164,7 +165,6 @@ (name cyan-cooler) (keybind blue-cooler) (prompt blue) - (bg-prompt bg-yellow) (builtin blue-faint) (comment red-warmer) diff --git a/standard-light-theme.el b/standard-light-theme.el index 3fcfaddd86..931b42cabf 100644 --- a/standard-light-theme.el +++ b/standard-light-theme.el @@ -148,6 +148,7 @@ (underline-info "#02af52") ;; Conditional hues + (bg-prompt "#9bbfdf") (bg-region-intense "#eeb422") (bg-mode-line-accent "#9fbaff") @@ -164,7 +165,6 @@ (name green-cooler) (keybind blue) (prompt blue-cooler) - (bg-prompt bg-yellow) (builtin blue-faint) (comment red-faint)