diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-03-01 06:27:44 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-03-01 06:27:44 +0200 |
| commit | 939ad1ced80b1364eec8d9be6004a7e501da89f1 (patch) | |
| tree | 2627bdb99d7c34f387a44252e8fdf6bd343cf2bc /ef-frost-theme.el | |
| parent | a25275d4cc7e3600d0425ce042cbf5b21a7d3cad (diff) | |
Tweak alignment of some palette entries
Diffstat (limited to 'ef-frost-theme.el')
| -rw-r--r-- | ef-frost-theme.el | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/ef-frost-theme.el b/ef-frost-theme.el index 36470d6..9bda7a4 100644 --- a/ef-frost-theme.el +++ b/ef-frost-theme.el @@ -124,17 +124,18 @@ (cyan-graph-1-bg "#afefff") ;; Special hues - (bg-mode-line "#9ad0ff") (fg-mode-line "#051524") - (bg-accent "#0000d0") - (bg-completion "#cceff5") - (bg-hover "#eab5ff") - (bg-hover-secondary "#aae0bf") - (bg-hl-line "#dff6e4") - (bg-region "#d4eaf3") - (bg-paren "#cab0ef") - (bg-err "#ffdfda") ; check with err - (bg-warning "#ffe9bf") ; check with warning - (bg-info "#ccefcf") ; check with info + (bg-mode-line "#9ad0ff") + (fg-mode-line "#051524") + (bg-accent "#0000d0") + (bg-completion "#cceff5") + (bg-hover "#eab5ff") + (bg-hover-secondary "#aae0bf") + (bg-hl-line "#dff6e4") + (bg-region "#d4eaf3") + (bg-paren "#cab0ef") + (bg-err "#ffdfda") ; check with err + (bg-warning "#ffe9bf") ; check with warning + (bg-info "#ccefcf") ; check with info (border "#b0b7c0") (cursor "#0055bb") |
