diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-03-06 06:56:47 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-03-06 06:56:47 +0200 |
| commit | 44a6797a7d695b87868fd7aeef909f5dab44e9f3 (patch) | |
| tree | ee18b8857553d9e0cbe959c7e99e7918a93804b7 /ef-duo-light-theme.el | |
| parent | a7c9dccb946116891203911ffe22b04a1e50027a (diff) | |
Tweak the outline of every theme palette
Diffstat (limited to 'ef-duo-light-theme.el')
| -rw-r--r-- | ef-duo-light-theme.el | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/ef-duo-light-theme.el b/ef-duo-light-theme.el index a029b21..b488db7 100644 --- a/ef-duo-light-theme.el +++ b/ef-duo-light-theme.el @@ -44,7 +44,9 @@ "Legible light theme with mostly blue and yellow colors.") (defconst ef-duo-light-palette - '(;; Basic tones + '( +;;; Basic values + (bg-main "#fff8f0") (fg-main "#222222") (bg-dim "#f6ece8") @@ -55,7 +57,8 @@ (bg-active "#c7c0ba") (bg-inactive "#f9f2ef") - ;; Basic hues for foreground values +;;; Basic hues for foreground values + (red "#cc3333") (red-warmer "#dd1100") (red-cooler "#c04440") @@ -81,7 +84,8 @@ (cyan-cooler "#1f77bb") (cyan-faint "#406f90") - ;; Basic hues for background values +;;; Basic hues for background values + (bg-red "#ff8f88") (bg-green "#8adf80") (bg-yellow "#fac200") @@ -96,7 +100,8 @@ (bg-magenta-subtle "#ffddff") (bg-cyan-subtle "#bfefff") - ;; Diffs +;;; Diffs + (bg-added "#ccefcf") (bg-added-faint "#e0f3e0") (bg-added-refine "#bae0c0") @@ -112,7 +117,8 @@ (bg-removed-refine "#ffc0ca") (fg-removed "#8f1313") - ;; Graphs +;;; Graphs + (red-graph-0-bg "#ef7969") (red-graph-1-bg "#ffaab4") (green-graph-0-bg "#4faa09") @@ -126,7 +132,8 @@ (cyan-graph-0-bg "#70d3f0") (cyan-graph-1-bg "#afefff") - ;; Special hues +;;; Special hues + (bg-mode-line "#f8cf8f") (fg-mode-line "#111133") (bg-accent "#0044aa") @@ -152,10 +159,12 @@ (underline-warning "#bf5f00") (underline-info "#02af52") - ;; Conditional hues +;;; Conditional hues + (bg-region-intense "#dfc2b0") - ;; Mappings +;;; Mappings + (err red) (warning yellow) (info green) |
