aboutsummaryrefslogtreecommitdiff
path: root/ef-autumn-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-12-09 04:59:59 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2022-12-09 04:59:59 +0200
commit97c54be918e80d296d12a15b74104090c409528a (patch)
tree7b60e343b1af33fb12b0b9c1e1ce3d9212b231b9 /ef-autumn-theme.el
parent7c4bbccfd54adbfa6c3f2beb14d3e812dbc5425d (diff)
Add diff foregrounds for Magit
I am not adding them to diff-mode as it keeps fontification by default.
Diffstat (limited to 'ef-autumn-theme.el')
-rw-r--r--ef-autumn-theme.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/ef-autumn-theme.el b/ef-autumn-theme.el
index 208aee8..4ed9ed3 100644
--- a/ef-autumn-theme.el
+++ b/ef-autumn-theme.el
@@ -97,14 +97,17 @@
(bg-added "#17360f")
(bg-added-faint "#0a2900")
(bg-added-refine "#204810")
+ (fg-added "#a0e0a0")
(bg-changed "#363300")
(bg-changed-faint "#2a1f00")
(bg-changed-refine "#4a4a00")
+ (fg-changed "#efef80")
(bg-removed "#4b120a")
(bg-removed-faint "#3a0a00")
(bg-removed-refine "#6f1a16")
+ (fg-removed "#ffbfbf")
;; Graphs
(red-graph-0-bg "#b52c2c")