diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-05-03 08:24:53 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-05-03 08:24:53 +0300 |
| commit | c5b706a2719047e7532e8bc5ab11caeec249c321 (patch) | |
| tree | 17c42cc3ed7770ab0c900f46e18dbb0dc1c7affc /ef-autumn-theme.el | |
| parent | 26dacb10219a6a5c089529692148151715b02df2 (diff) | |
Recalibrate "graph" colours
These tweaks ensure better contrast between adjacent colours.
The colours are most notably used by the 'org-habit' consistency
graph, which is displayed in the Org agenda.
Diffstat (limited to 'ef-autumn-theme.el')
| -rw-r--r-- | ef-autumn-theme.el | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/ef-autumn-theme.el b/ef-autumn-theme.el index b614dd9..365b6d1 100644 --- a/ef-autumn-theme.el +++ b/ef-autumn-theme.el @@ -116,18 +116,18 @@ ;;; Graphs - (red-graph-0-bg "#b52c2c") - (red-graph-1-bg "#702020") - (green-graph-0-bg "#4fd100") - (green-graph-1-bg "#007800") - (yellow-graph-0-bg "#f1e00a") - (yellow-graph-1-bg "#b08600") - (blue-graph-0-bg "#2fafef") - (blue-graph-1-bg "#1f2f8f") - (magenta-graph-0-bg "#bf94fe") - (magenta-graph-1-bg "#5f509f") - (cyan-graph-0-bg "#47dfea") - (cyan-graph-1-bg "#00808f") + (bg-graph-red-0 "#b52c2c") + (bg-graph-red-1 "#702020") + (bg-graph-green-0 "#0fed00") + (bg-graph-green-1 "#007800") + (bg-graph-yellow-0 "#f1e00a") + (bg-graph-yellow-1 "#b08940") + (bg-graph-blue-0 "#2fafef") + (bg-graph-blue-1 "#1f2f8f") + (bg-graph-magenta-0 "#bf94fe") + (bg-graph-magenta-1 "#5f509f") + (bg-graph-cyan-0 "#47dfea") + (bg-graph-cyan-1 "#00808f") ;;; Special hues |
