This commit is contained in:
Hadi 2024-07-25 23:23:11 +02:00
parent a7bd5ad28b
commit 5c5a2796f6

View File

@ -21,7 +21,7 @@
colors = { colors = {
c0 = "1e1e2e"; # black c0 = "1e1e2e"; # black
c1 = "f38ba8"; # red c1 = "dea2bd"; # red
c2 = "a6e3a1"; # green c2 = "a6e3a1"; # green
c3 = "fab387"; # yellow c3 = "fab387"; # yellow
c4 = "89b4fa"; # blue c4 = "89b4fa"; # blue
@ -46,7 +46,7 @@
accentFg = "0B0B0B"; accentFg = "0B0B0B";
# Should make those automtic # Should make those automtic
accentName = "bright red"; accentName = "red";
accentNumber = "9"; accentNumber = "9";
}; };
} }