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 = {
preferDark = true;
text = "#4c4f69";
background = "#eff1f5";
primary = "#8839ef";
secondary = "#04a5e5";
text = "#FAFAFA";
background = "#232634";
primary = "#CA9EE6";
secondary = "#99D1DB";
inactive = "#626880";
shadow = "#1A1A1A";
};