aboutsummaryrefslogtreecommitdiff
path: root/ef-bio-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2023-03-06 06:56:47 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2023-03-06 06:56:47 +0200
commit44a6797a7d695b87868fd7aeef909f5dab44e9f3 (patch)
treeee18b8857553d9e0cbe959c7e99e7918a93804b7 /ef-bio-theme.el
parenta7c9dccb946116891203911ffe22b04a1e50027a (diff)
Tweak the outline of every theme palette
Diffstat (limited to 'ef-bio-theme.el')
-rw-r--r--ef-bio-theme.el25
1 files changed, 17 insertions, 8 deletions
diff --git a/ef-bio-theme.el b/ef-bio-theme.el
index 0611ccd..861be4c 100644
--- a/ef-bio-theme.el
+++ b/ef-bio-theme.el
@@ -41,7 +41,9 @@
"Legible dark theme with green, teal, blue, purple colors.")
(defconst ef-bio-palette
- '(;; Basic tones
+ '(
+;;; Basic values
+
(bg-main "#111111")
(fg-main "#cfdfd5")
(bg-dim "#222522")
@@ -52,7 +54,8 @@
(bg-active "#505250")
(bg-inactive "#161916")
- ;; Basic hues for foreground values
+;;; Basic hues for foreground values
+
(red "#ef6560")
(red-warmer "#f47360")
(red-cooler "#ff778f")
@@ -78,7 +81,8 @@
(cyan-cooler "#5dc0aa")
(cyan-faint "#7fb4cf")
- ;; Basic hues for background values
+;;; Basic hues for background values
+
(bg-red "#bd1f30")
(bg-green "#20a020")
(bg-yellow "#845020")
@@ -93,7 +97,8 @@
(bg-magenta-subtle "#50105a")
(bg-cyan-subtle "#004065")
- ;; Diffs
+;;; Diffs
+
(bg-added "#003b1f")
(bg-added-faint "#002a10")
(bg-added-refine "#03512f")
@@ -109,7 +114,8 @@
(bg-removed-refine "#751a1f")
(fg-removed "#ffbfbf")
- ;; Graphs
+;;; Graphs
+
(red-graph-0-bg "#b52c2c")
(red-graph-1-bg "#702020")
(green-graph-0-bg "#4fd100")
@@ -123,7 +129,8 @@
(cyan-graph-0-bg "#47dfea")
(cyan-graph-1-bg "#00808f")
- ;; Special hues
+;;; Special hues
+
(bg-mode-line "#00552f")
(fg-mode-line "#d0ffe0")
(bg-accent "#b59ffa")
@@ -149,10 +156,12 @@
(underline-warning "#c0b000")
(underline-info "#22b022")
- ;; Conditional hues
+;;; Conditional hues
+
(bg-region-intense "#0f5450")
- ;; Mappings
+;;; Mappings
+
(err red)
(warning yellow-cooler)
(info green)