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-frost-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-frost-theme.el')
| -rw-r--r-- | ef-frost-theme.el | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/ef-frost-theme.el b/ef-frost-theme.el index 3bae6a8..f0f896a 100644 --- a/ef-frost-theme.el +++ b/ef-frost-theme.el @@ -116,18 +116,18 @@ ;;; 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") + (bg-graph-red-0 "#ef7969") + (bg-graph-red-1 "#ffaab4") + (bg-graph-green-0 "#2fe029") + (bg-graph-green-1 "#75ef30") + (bg-graph-yellow-0 "#ffcf00") + (bg-graph-yellow-1 "#f9ff00") + (bg-graph-blue-0 "#7f90ff") + (bg-graph-blue-1 "#9fc6ff") + (bg-graph-magenta-0 "#e07fff") + (bg-graph-magenta-1 "#fad0ff") + (bg-graph-cyan-0 "#70d3f0") + (bg-graph-cyan-1 "#afefff") ;;; Special hues |
