branch: externals/ef-themes
commit 2e7b0ccaa0eca9748fc51a2a31b8bcd20ed08eff
Author: Protesilaos <[email protected]>
Commit: Protesilaos <[email protected]>
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 677377a07a..05a67300fb 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)