aboutsummaryrefslogtreecommitdiff
path: root/ef-dark-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2024-02-23 07:46:44 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2024-02-23 07:46:44 +0200
commit2fbe1def5dfdc117816599d14c4a0c12da0e243c (patch)
tree3f4e0851a3caf4a1f3e51c8c68e57dba1759bb2b /ef-dark-theme.el
parent9ce1bf32a334f891f6297430575d83b82d99dc57 (diff)
Make all dark theme bg-{err,warning,info} a bit more pronounced
Diffstat (limited to 'ef-dark-theme.el')
-rw-r--r--ef-dark-theme.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/ef-dark-theme.el b/ef-dark-theme.el
index 8cfba07..d215cad 100644
--- a/ef-dark-theme.el
+++ b/ef-dark-theme.el
@@ -141,9 +141,9 @@
(bg-hover-secondary "#551f5a")
(bg-hl-line "#002435")
(bg-paren "#20577a")
- (bg-err "#360d09") ; check with err
- (bg-warning "#332600") ; check with warning
- (bg-info "#002c12") ; check with info
+ (bg-err "#461210") ; check with err
+ (bg-warning "#3a3004") ; check with warning
+ (bg-info "#10350a") ; check with info
(border "#4f4f5f")
(cursor "#ff76ff")