colors
This commit is contained in:
@@ -38,11 +38,11 @@
|
||||
homepage.subdomain = "home";
|
||||
homepage.extra.stocks = [ "GLD" "VOO" "QUIK" "AMD" "DPRO" "KTOS" "NNE" "NVO" ];
|
||||
# ===== CLOUD =====
|
||||
# nextcloud.subdomain = "cloud";
|
||||
# collabora.subdomain = "office";
|
||||
# etherpad.subdomain = "pad";
|
||||
nextcloud.subdomain = "cloud";
|
||||
collabora.subdomain = "office";
|
||||
etherpad.subdomain = "pad";
|
||||
# ethercalc.subdomain = "calc";
|
||||
# immich.subdomain = "pic";
|
||||
immich.subdomain = "pic";
|
||||
# ===== FLIX =====
|
||||
# invidious.subdomain = "yt";
|
||||
# jellyfin.subdomain = "flix";
|
||||
@@ -51,39 +51,42 @@
|
||||
# transmission = { subdomain = "arr"; subpath = "transmission"; };
|
||||
# handbrake = { subdomain = "arr"; subpath = "hb"; };
|
||||
# ===== DEV =====
|
||||
# gitea.subdomain = "git";
|
||||
gitea.subdomain = "git";
|
||||
# ===== HOME =====
|
||||
# openhab.subdomain = "hab";
|
||||
# trmnl = { subdomain = "hass"; subpath = "trmnl"; };
|
||||
influx.subdomain = "metrum";
|
||||
|
||||
# freshrss.subdomain = "rss";
|
||||
# suwayomi.subdomain = "manga";
|
||||
# calibre.subdomain = "books";
|
||||
# selfmark = { subdomain = "arr"; subpath = "selfmark"; };
|
||||
freshrss.subdomain = "rss";
|
||||
suwayomi.subdomain = "manga";
|
||||
calibre.subdomain = "books";
|
||||
selfmark = { subdomain = "arr"; subpath = "selfmark"; };
|
||||
|
||||
favicon.extra = {
|
||||
mappings = {
|
||||
"home" = {
|
||||
background = "#0f172a";
|
||||
foreground = "#22c55e";
|
||||
};
|
||||
"cloud" = {
|
||||
background = "#0b1220";
|
||||
foreground = "#38bdf8";
|
||||
};
|
||||
"sso" = {
|
||||
background = "#1f1630";
|
||||
foreground = "#f59e0b";
|
||||
};
|
||||
"metrum" = {
|
||||
background = "#1a1d29";
|
||||
foreground = "#a78bfa";
|
||||
};
|
||||
traefik={bg="base01";fg="low0B";};
|
||||
umami={bg="base01";fg="low0B";};
|
||||
sso={bg="base01";fg="high08";};
|
||||
searx={bg="base01";fg="alt_high0D";};
|
||||
home={bg="base01";fg="base07";};
|
||||
cloud={bg="base01";fg="high0C";};
|
||||
office={bg="base01";fg="alt_high0C";};
|
||||
pad={bg="base01";fg="alt_high0C";};
|
||||
#calc={bg="base01";fg="alt_high0C";};
|
||||
pic={bg="base01";fg="high09";};
|
||||
yt={bg="base01";fg="high0F";};
|
||||
flix={bg="base01";fg="high0D";};
|
||||
arr={bg="base01";fg="low0D";};
|
||||
git={bg="base01";fg="high0A";};
|
||||
hab={bg="base01";fg="high08";};
|
||||
metrum={bg="base01";fg="low0B";};
|
||||
rss={bg="base01";fg="high0A";};
|
||||
manga={bg="base01";fg="high0E";};
|
||||
books={bg="base01";fg="high0E";};
|
||||
};
|
||||
default = {
|
||||
background = "#111827";
|
||||
foreground = "#ffffff";
|
||||
bg = "base01";
|
||||
fg = "base07";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user