glance: use tokyonight theme
This commit is contained in:
parent
6f7ac91657
commit
de559ad972
1 changed files with 9 additions and 3 deletions
|
|
@ -7,6 +7,12 @@
|
|||
settings.server.host = "0.0.0.0";
|
||||
openFirewall = false;
|
||||
settings = {
|
||||
theme = {
|
||||
background-color = "235 19 13";
|
||||
primary-color = "349 89 72";
|
||||
contrast-multiplier = 1.3;
|
||||
};
|
||||
|
||||
pages = [
|
||||
{
|
||||
name = "Home";
|
||||
|
|
@ -27,7 +33,7 @@
|
|||
groups = [
|
||||
{
|
||||
title = "Media";
|
||||
color = "10 70 50";
|
||||
color = "202 100 75";
|
||||
links = [
|
||||
{
|
||||
title = "Jellyfin";
|
||||
|
|
@ -65,7 +71,7 @@
|
|||
}
|
||||
{
|
||||
title = "Sync";
|
||||
color = "120 73 75";
|
||||
color = "89 51 61";
|
||||
links = [
|
||||
{
|
||||
title = "Miniflux";
|
||||
|
|
@ -79,7 +85,7 @@
|
|||
}
|
||||
{
|
||||
title = "System";
|
||||
color = "207 100 50";
|
||||
color = "36 66 64";
|
||||
links = [
|
||||
{
|
||||
title = "PocketID";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue