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-frost-theme.el | |
| parent | a7c9dccb946116891203911ffe22b04a1e50027a (diff) | |
Tweak the outline of every theme palette
Diffstat (limited to 'ef-frost-theme.el')
| -rw-r--r-- | ef-frost-theme.el | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/ef-frost-theme.el b/ef-frost-theme.el index 5479f05..d00bf8d 100644 --- a/ef-frost-theme.el +++ b/ef-frost-theme.el @@ -41,7 +41,9 @@ "Legible light theme with blue, cyan, teal, purple colors.") (defconst ef-frost-palette - '(;; Basic tones + '( +;;; Basic values + (bg-main "#fcffff") (fg-main "#232323") (bg-dim "#eaefef") @@ -52,7 +54,8 @@ (bg-active "#b5b8b8") (bg-inactive "#f7f9f9") - ;; Basic hues for foreground values +;;; Basic hues for foreground values + (red "#c42d2f") (red-warmer "#d03003") (red-cooler "#cf2f4f") @@ -78,7 +81,8 @@ (cyan-cooler "#007a85") (cyan-faint "#305f9f") - ;; Basic hues for background values +;;; Basic hues for background values + (bg-red "#ff8f88") (bg-green "#8adf80") (bg-yellow "#fac200") @@ -93,7 +97,8 @@ (bg-magenta-subtle "#ffddff") (bg-cyan-subtle "#bfefff") - ;; Diffs +;;; Diffs + (bg-added "#c9ffea") (bg-added-faint "#d7fff5") (bg-added-refine "#b3efdf") @@ -109,7 +114,8 @@ (bg-removed-refine "#f5bfc8") (fg-removed "#8f1313") - ;; Graphs +;;; Graphs + (red-graph-0-bg "#ef7969") (red-graph-1-bg "#ffaab4") (green-graph-0-bg "#4faa09") @@ -123,7 +129,8 @@ (cyan-graph-0-bg "#70d3f0") (cyan-graph-1-bg "#afefff") - ;; Special hues +;;; Special hues + (bg-mode-line "#9ad0ff") (fg-mode-line "#051524") (bg-accent "#0000d0") @@ -149,10 +156,12 @@ (underline-warning "#bf5f00") (underline-info "#02af52") - ;; Conditional hues +;;; Conditional hues + (bg-region-intense "#aadfcc") - ;; Mappings +;;; Mappings + (err red) (warning yellow-cooler) (info green) |
