glance: fix config
This commit is contained in:
parent
962e39b1a5
commit
dd7c32f95a
1 changed files with 4 additions and 4 deletions
|
|
@ -6,11 +6,11 @@
|
||||||
port = 9001;
|
port = 9001;
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
background-color = 264 31.3 6.3;
|
background-color = "hsl(264 31.3% 6.3%)";
|
||||||
primary-color = 9 92.1 85.1;
|
primary-color = "hsl(9 92.1% 85.1%)";
|
||||||
contrast-multiplier = 1.2;
|
contrast-multiplier = 1.2;
|
||||||
positive-color = 174 100 32;
|
positive-color = "hsl(174 100% 32%)";
|
||||||
negative-color = 354 100 70.8;
|
negative-color = "hsl(354 100% 70.8%)";
|
||||||
disable-picker = false;
|
disable-picker = false;
|
||||||
};
|
};
|
||||||
pages = [
|
pages = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue