diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-20 07:25:02 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-20 07:25:02 +0300 |
| commit | 29645294da51c1c24df02d845aeb0614c84d89a4 (patch) | |
| tree | 6e8a8ec3334d53a44437fe7f92d32e9a8fc3848b /ef-spring-theme.el | |
| parent | 4988e7b2ada2c7efcf418ea895a7f193c7972498 (diff) | |
Add support for org-habit
Thanks to Spike-Leung for reminding me about it in issue 5 over at the
GitHub mirror: <https://github.com/protesilaos/denote/issues/5>.
Diffstat (limited to 'ef-spring-theme.el')
| -rw-r--r-- | ef-spring-theme.el | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ef-spring-theme.el b/ef-spring-theme.el index 0a1877a..da090b4 100644 --- a/ef-spring-theme.el +++ b/ef-spring-theme.el @@ -98,6 +98,20 @@ (bg-removed-faint "#ffefef") (bg-removed-refine "#ffc0c0") + ;; Graphs + (red-graph-0-bg "#ef7969") + (red-graph-1-bg "#ffaab4") + (green-graph-0-bg "#4faa09") + (green-graph-1-bg "#8fef00") + (yellow-graph-0-bg "#ffcf00") + (yellow-graph-1-bg "#f9ff00") + (blue-graph-0-bg "#7090ff") + (blue-graph-1-bg "#9fc6ff") + (magenta-graph-0-bg "#e07fff") + (magenta-graph-1-bg "#fad0ff") + (cyan-graph-0-bg "#70d3f0") + (cyan-graph-1-bg "#afefff") + ;; Special hues (bg-mode-line "#90e8b0") (fg-mode-line "#243228") (bg-accent "#880044") (fg-accent "#ffffff") |
