Initial Commit

This commit is contained in:
2026-02-27 11:39:29 +02:00
parent defa9dcd6f
commit 200058ba03
26 changed files with 1445 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
:root {
--y2k-title-start: #4457d9;
--y2k-title-end: #1a2d8f;
--y2k-bg: rgba(20, 20, 20, 0.22);
}

View File

@@ -0,0 +1,11 @@
:root {
--y2k-font: "MS Sans Serif", "Tahoma", sans-serif;
--y2k-surface: #c0c0c0;
--y2k-border-light: #ffffff;
--y2k-border-dark: #808080;
--y2k-title-start: #000080;
--y2k-title-end: #1084d0;
--y2k-title-text: #ffffff;
--y2k-button-bg: #c0c0c0;
--y2k-button-border-dark: #808080;
}

View File

@@ -0,0 +1,12 @@
:root {
--y2k-font: "Tahoma", "Verdana", sans-serif;
--y2k-surface: #ece9d8;
--y2k-border-light: #ffffff;
--y2k-border-dark: #7f9db9;
--y2k-title-start: #0a246a;
--y2k-title-end: #3a6ea5;
--y2k-title-text: #ffffff;
--y2k-button-bg: #f0f4ff;
--y2k-button-border-dark: #7f9db9;
--y2k-focus: #3257d6;
}