From 8f0589a84b6abea34a20a608b0281a21dc34b417 Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Sat, 13 Jun 2026 19:59:31 +0300 Subject: [PATCH] ef-autumn: make small refinements to the bg-completion and bg-popup values --- ef-autumn-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ef-autumn-theme.el b/ef-autumn-theme.el index e7caa41..accb9f0 100644 --- a/ef-autumn-theme.el +++ b/ef-autumn-theme.el @@ -103,8 +103,8 @@ (bg-mode-line-active "#692a12") (fg-mode-line-active "#feeeca") - (bg-completion "#36213a") - (bg-popup "#201e0d") + (bg-completion "#392942") + (bg-popup "#201e16") (bg-hover "#265f4a") (bg-hover-secondary "#55345a") (bg-hl-line "#302a3a")