From 2e7b0ccaa0eca9748fc51a2a31b8bcd20ed08eff Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Thu, 4 Jun 2026 13:15:23 +0300 Subject: [PATCH] ef-atlantis: change the warning colours to yellow --- ef-atlantis-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ef-atlantis-theme.el b/ef-atlantis-theme.el index 677377a..05a6730 100644 --- a/ef-atlantis-theme.el +++ b/ef-atlantis-theme.el @@ -110,13 +110,13 @@ (bg-hl-line "#2b265b") (bg-paren-match "#603849") (bg-err "#401500") ; check with err - (bg-warning "#3e004c") ; check with warning + (bg-warning "#3e300c") ; check with warning (bg-info "#003532") ; check with info (bg-region "#32446b"))) (defconst ef-atlantis-palette-mappings-partial '((err red-cooler) - (warning magenta-cooler) + (warning yellow-cooler) (info green-cooler) (bg-prominent-warning bg-magenta-subtle)