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