Fix --color-white

This commit is contained in:
2022-10-31 17:18:25 +08:00
parent afe97aa760
commit 2ca219bee7
22 changed files with 22 additions and 22 deletions

View File

@@ -81,7 +81,7 @@
/* other colors */
--color-black: @bg2;
--color-gold: @orange;
--color-white: @fg;
--color-white: @bg0;
--color-diff-removed-word-bg: mix(@red-bg, @red, 70%);
--color-diff-added-word-bg: mix(@green-bg, @green, 70%);
--color-diff-removed-row-bg: @red-bg;