Skip to content

Commit 3fe3f2c

Browse files
authored
Update emacs theme diff colors (#5334)
1 parent 5f2fe5f commit 3fe3f2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime/themes/emacs.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
"ui.cursorline.primary" = { bg = "darkseagreen2" }
7373
"ui.cursorline.secondary" = { bg = "darkseagreen2" }
7474

75-
"diff.plus" = { fg = "#22aa22", bg = "#eeffee" }
76-
"diff.delta" = { fg = "#aaaa22", bg = "#ffffcc" }
77-
"diff.minus" = { fg = "#aa2222", bg = "#ffdddd" }
75+
"diff.plus" = { fg = "green3" }
76+
"diff.delta" = { fg = "orange2" }
77+
"diff.minus" = { fg = "red2" }
7878

7979
"error" = { fg = "red1" }
8080
"warning" = { fg = "dark_orange" }

0 commit comments

Comments
 (0)