aboutsummaryrefslogtreecommitdiff
path: root/ef-light-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-light-theme.el
parenta25275d4cc7e3600d0425ce042cbf5b21a7d3cad (diff)
Tweak alignment of some palette entries
Diffstat (limited to 'ef-light-theme.el')
-rw-r--r--ef-light-theme.el23
1 files changed, 12 insertions, 11 deletions
diff --git a/ef-light-theme.el b/ef-light-theme.el
index c8cc438..79da104 100644
--- a/ef-light-theme.el
+++ b/ef-light-theme.el
@@ -124,17 +124,18 @@
(cyan-graph-1-bg "#afefff")
;; Special hues
- (bg-mode-line "#b7c7ff") (fg-mode-line "#151515")
- (bg-accent "#0000cc")
- (bg-completion "#bfe8ff")
- (bg-hover "#aaeccf")
- (bg-hover-secondary "#ccbfff")
- (bg-hl-line "#e4efd8")
- (bg-region "#bfefff")
- (bg-paren "#dfa0f3")
- (bg-err "#ffd5ea") ; check with err
- (bg-warning "#ffeabb") ; check with warning
- (bg-info "#d0efda") ; check with info
+ (bg-mode-line "#b7c7ff")
+ (fg-mode-line "#151515")
+ (bg-accent "#0000cc")
+ (bg-completion "#bfe8ff")
+ (bg-hover "#aaeccf")
+ (bg-hover-secondary "#ccbfff")
+ (bg-hl-line "#e4efd8")
+ (bg-region "#bfefff")
+ (bg-paren "#dfa0f3")
+ (bg-err "#ffd5ea") ; check with err
+ (bg-warning "#ffeabb") ; check with warning
+ (bg-info "#d0efda") ; check with info
(border "#bfc4da")
(cursor "#0033cc")