mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 06:11:55 -05:00
mauville: fix color overrides
This commit is contained in:
parent
c7a02e12ec
commit
db6d934824
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue