diff options
Diffstat (limited to 'ef-light-theme.el')
| -rw-r--r-- | ef-light-theme.el | 23 |
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") |
