diff options
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 |
