fix gitignore

This commit is contained in:
Noah Masur
2022-05-01 23:22:54 -04:00
parent 3304efab01
commit 6cd892f67a
2 changed files with 5 additions and 13 deletions

View File

@ -42,8 +42,10 @@
colors = let
background = "#2f343f";
inactiveBackground = "#2f343f";
border = "#F0C674";
inactiveBorder = "#E2B860";
border = "#2f343f";
inactiveBorder = "#2f343f";
# border = "#F0C674";
# inactiveBorder = "#E2B860";
text = "#f3f4f5";
inactiveText = "#676E7D";
urgentBackground = "#E53935";