branch: externals/standard-themes commit 2b4b1d59ca42e72236fb0e5ff3edf0efb721b7e5 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
standard-dark: change bg-completion hue --- standard-dark-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard-dark-theme.el b/standard-dark-theme.el index 5c6153cc65..6c1e5dae1e 100644 --- a/standard-dark-theme.el +++ b/standard-dark-theme.el @@ -119,7 +119,7 @@ ;; Special hues (bg-mode-line "#505050") (fg-mode-line "#ffffff") (bg-accent "#ffc200") - (bg-completion "#334e22") + (bg-completion "#254b5f") (bg-hover "#457b2f") (bg-hover-alt "#00688b") (bg-hl-line "#556b2f")