Initial Commit
This commit is contained in:
5
css/themes/generic/theme.css
Normal file
5
css/themes/generic/theme.css
Normal file
@@ -0,0 +1,5 @@
|
||||
:root {
|
||||
--y2k-title-start: #4457d9;
|
||||
--y2k-title-end: #1a2d8f;
|
||||
--y2k-bg: rgba(20, 20, 20, 0.22);
|
||||
}
|
||||
11
css/themes/win98/theme.css
Normal file
11
css/themes/win98/theme.css
Normal 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;
|
||||
}
|
||||
12
css/themes/winxp/theme.css
Normal file
12
css/themes/winxp/theme.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user