trim theme, change bg color

This commit is contained in:
Fabian Montero 2024-08-23 17:25:59 -06:00
parent af81b24225
commit 18b56328ed
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
12 changed files with 2 additions and 430 deletions

View file

@ -1,3 +0,0 @@
:root {
--background: #1D212C;
}

View file

@ -1,5 +1,5 @@
:root {
--background: #000000;
--background: #131a21;
--color: #A9B7C6;
}

View file

@ -1,3 +0,0 @@
:root {
--background: #1F222A;
}

View file

@ -1,3 +0,0 @@
:root {
--background: #21202C;
}

View file

@ -1,3 +0,0 @@
:root {
--background: #221F29;
}

View file

@ -1,9 +0,0 @@
:root {
--accent: rgb(35,176,255);
--accent-alpha-70: rgba(35,176,255,.7);
--accent-alpha-20: rgba(35,176,255,.2);
--background: #1D212C;
--color: white;
--border-color: rgba(255, 255, 255, .1);
}

View file

@ -1,9 +0,0 @@
:root {
--accent: rgb(120,226,160);
--accent-alpha-70: rgba(120,226,160,.7);
--accent-alpha-20: rgba(120,226,160,.2);
--background: #1F222A;
--color: white;
--border-color: rgba(255, 255, 255, .1);
}

View file

@ -1,9 +0,0 @@
:root {
--accent: rgb(238,114,241);
--accent-alpha-70: rgba(238,114,241,.7);
--accent-alpha-20: rgba(238,114,241,.2);
--background: #21202C;
--color: white;
--border-color: rgba(255, 255, 255, .1);
}

View file

@ -1,9 +0,0 @@
:root {
--accent: rgb(255,98,102);
--accent-alpha-70: rgba(255,98,102,.7);
--accent-alpha-20: rgba(255,98,102,.2);
--background: #221F29;
--color: white;
--border-color: rgba(255, 255, 255, .1);
}