aboutsummaryrefslogtreecommitdiff
path: root/ef-bio-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-bio-theme.el
parenta25275d4cc7e3600d0425ce042cbf5b21a7d3cad (diff)
Tweak alignment of some palette entries
Diffstat (limited to 'ef-bio-theme.el')
-rw-r--r--ef-bio-theme.el23
1 files changed, 12 insertions, 11 deletions
diff --git a/ef-bio-theme.el b/ef-bio-theme.el
index d3bd585..45201f5 100644
--- a/ef-bio-theme.el
+++ b/ef-bio-theme.el
@@ -124,17 +124,18 @@
(cyan-graph-1-bg "#00808f")
;; Special hues
- (bg-mode-line "#00552f") (fg-mode-line "#d0ffe0")
- (bg-accent "#b59ffa")
- (bg-completion "#0f3c2f")
- (bg-hover "#4f3f9a")
- (bg-hover-secondary "#003e5f")
- (bg-hl-line "#00331f")
- (bg-region "#3a3027")
- (bg-paren "#664950")
- (bg-err "#381400") ; check with err
- (bg-warning "#332800") ; check with warning
- (bg-info "#132f00") ; check with info
+ (bg-mode-line "#00552f")
+ (fg-mode-line "#d0ffe0")
+ (bg-accent "#b59ffa")
+ (bg-completion "#0f3c2f")
+ (bg-hover "#4f3f9a")
+ (bg-hover-secondary "#003e5f")
+ (bg-hl-line "#00331f")
+ (bg-region "#3a3027")
+ (bg-paren "#664950")
+ (bg-err "#381400") ; check with err
+ (bg-warning "#332800") ; check with warning
+ (bg-info "#132f00") ; check with info
(border "#525959")
(cursor "#35f038")