forked from nico/dots
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";
|
settings.server.host = "0.0.0.0";
|
||||||
openFirewall = false;
|
openFirewall = false;
|
||||||
settings = {
|
settings = {
|
||||||
|
theme = {
|
||||||
|
background-color = "235 19 13";
|
||||||
|
primary-color = "349 89 72";
|
||||||
|
contrast-multiplier = 1.3;
|
||||||
|
};
|
||||||
|
|
||||||
pages = [
|
pages = [
|
||||||
{
|
{
|
||||||
name = "Home";
|
name = "Home";
|
||||||
|
|
@ -27,7 +33,7 @@
|
||||||
groups = [
|
groups = [
|
||||||
{
|
{
|
||||||
title = "Media";
|
title = "Media";
|
||||||
color = "10 70 50";
|
color = "202 100 75";
|
||||||
links = [
|
links = [
|
||||||
{
|
{
|
||||||
title = "Jellyfin";
|
title = "Jellyfin";
|
||||||
|
|
@ -65,7 +71,7 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
title = "Sync";
|
title = "Sync";
|
||||||
color = "120 73 75";
|
color = "89 51 61";
|
||||||
links = [
|
links = [
|
||||||
{
|
{
|
||||||
title = "Miniflux";
|
title = "Miniflux";
|
||||||
|
|
@ -79,7 +85,7 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
title = "System";
|
title = "System";
|
||||||
color = "207 100 50";
|
color = "36 66 64";
|
||||||
links = [
|
links = [
|
||||||
{
|
{
|
||||||
title = "PocketID";
|
title = "PocketID";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue