This commit is contained in:
soraefir
2026-06-04 23:23:55 +02:00
parent a918d0c51e
commit 04501a9d7c
2 changed files with 5 additions and 21 deletions

View File

@@ -65,35 +65,25 @@
favicon.extra = {
mappings = {
"home" = {
label = "H";
background = "#0f172a";
foreground = "#f8fafc";
accent = "#22c55e";
foreground = "#22c55e";
};
"cloud" = {
label = "C";
background = "#0b1220";
foreground = "#f8fafc";
accent = "#38bdf8";
foreground = "#38bdf8";
};
"sso" = {
label = "S";
background = "#1f1630";
foreground = "#fff7ed";
accent = "#f59e0b";
foreground = "#f59e0b";
};
"metrum" = {
label = "M";
background = "#1a1d29";
foreground = "#f8fafc";
accent = "#a78bfa";
foreground = "#a78bfa";
};
};
default = {
label = "?";
background = "#111827";
foreground = "#f9fafb";
accent = "#6b7280";
foreground = "#ffffff";
};
};
};