From 2b4b1d59ca42e72236fb0e5ff3edf0efb721b7e5 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Fri, 25 Nov 2022 06:28:33 +0200 Subject: [PATCH] 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 5c6153c..6c1e5da 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")