aboutsummaryrefslogtreecommitdiff
path: root/ef-dark-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2023-03-01 06:27:44 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2023-03-01 06:27:44 +0200
commit939ad1ced80b1364eec8d9be6004a7e501da89f1 (patch)
tree2627bdb99d7c34f387a44252e8fdf6bd343cf2bc /ef-dark-theme.el
parenta25275d4cc7e3600d0425ce042cbf5b21a7d3cad (diff)
Tweak alignment of some palette entries
Diffstat (limited to 'ef-dark-theme.el')
-rw-r--r--ef-dark-theme.el23
1 files changed, 12 insertions, 11 deletions
diff --git a/ef-dark-theme.el b/ef-dark-theme.el
index f74f6f6..ec4efb9 100644
--- a/ef-dark-theme.el
+++ b/ef-dark-theme.el
@@ -124,17 +124,18 @@
(cyan-graph-1-bg "#00808f")
;; Special hues
- (bg-mode-line "#2a2a75") (fg-mode-line "#e0e0ff")
- (bg-accent "#25adff")
- (bg-completion "#0f2d4a")
- (bg-hover "#004a5f")
- (bg-hover-secondary "#551f5a")
- (bg-hl-line "#002435")
- (bg-region "#2a234a")
- (bg-paren "#20577a")
- (bg-err "#360d09") ; check with err
- (bg-warning "#332600") ; check with warning
- (bg-info "#002c12") ; check with info
+ (bg-mode-line "#2a2a75")
+ (fg-mode-line "#e0e0ff")
+ (bg-accent "#25adff")
+ (bg-completion "#0f2d4a")
+ (bg-hover "#004a5f")
+ (bg-hover-secondary "#551f5a")
+ (bg-hl-line "#002435")
+ (bg-region "#2a234a")
+ (bg-paren "#20577a")
+ (bg-err "#360d09") ; check with err
+ (bg-warning "#332600") ; check with warning
+ (bg-info "#002c12") ; check with info
(border "#4f4f5f")
(cursor "#ff76ff")