mauville: fix color overrides

This commit is contained in:
Aly Raffauf 2024-06-15 11:39:11 -04:00
parent c7a02e12ec
commit db6d934824

View file

@ -51,10 +51,10 @@
}; };
colors = { colors = {
preferDark = true; preferDark = true;
text = "#4c4f69"; text = "#FAFAFA";
background = "#eff1f5"; background = "#232634";
primary = "#8839ef"; primary = "#CA9EE6";
secondary = "#04a5e5"; secondary = "#99D1DB";
inactive = "#626880"; inactive = "#626880";
shadow = "#1A1A1A"; shadow = "#1A1A1A";
}; };