zen theme colors
This commit is contained in:
parent
7b7448ed19
commit
a18063885e
1 changed files with 16 additions and 0 deletions
|
|
@ -41,6 +41,22 @@
|
||||||
id = "53d805fa-2cc1-44b5-929b-a72cc83d9587";
|
id = "53d805fa-2cc1-44b5-929b-a72cc83d9587";
|
||||||
position = 1000;
|
position = 1000;
|
||||||
container = containers."Personal".id;
|
container = containers."Personal".id;
|
||||||
|
theme = {
|
||||||
|
type = "gradient";
|
||||||
|
texture = 0.7;
|
||||||
|
color = [
|
||||||
|
{
|
||||||
|
red = 87;
|
||||||
|
green = 36;
|
||||||
|
blue = 84;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
red = 51;
|
||||||
|
green = 21;
|
||||||
|
blue = 49;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
pins = {
|
pins = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue