Fix cursor colors (I am an klutz lol)

This commit is contained in:
Out Of Ideas 2023-12-01 14:05:41 +00:00
parent 58fc7981d9
commit ba7a4a1adc
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ index 91ab8ca..5441f31 100644
- "#555555",
- "gray90", /* default foreground colour */
- "black", /* default background colour */
+ "#FFF7EB",
+ "#FFF7EB",
+ "#2D2424",
+ "#2D2424",
+ "#2D2424", /* default foreground colour */
+ "#FFF7EB", /* default background colour */
};