Initial commit

This commit is contained in:
Nicolai.vanderstorm - DSV
2024-05-21 15:51:11 +02:00
commit 5d48341cc7
326 changed files with 324847 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "Vanilla AMOLED",
"version": "1.0.0",
"minAppVersion": "1.0.0",
"author": "Sakura Akeno Isayeki",
"authorUrl": "https//github.com/SakuraIsayeki"
}

View File

@@ -0,0 +1,25 @@
.theme-dark {
--color-base-00: #000;
--color-base-05: #080808;
--color-base-10: #111;
--color-base-20: #1a1a1a;
--color-base-25: #222;
--color-base-30: #333;
--color-base-35: #363636;
--color-base-40: #4a4a4a;
--color-base-50: #666;
--color-base-60: #999
--color-base-70: #bbb
--color-base-100: #fff;
--background-primary: var(--color-base-00);
--background-secondary: var(--color-base-05);
--titlebar-background: var(--color-base-00);
--titlebar-background-focused: var(--color-base-10);
}
/*
No, seriously, that's as simple as it gets.
- Sakura
*/