the colors are actually there now lmfao

This commit is contained in:
Vozer
2022-07-20 18:52:46 -05:00
committed by GitHub
parent 151aa1dce2
commit f0922437f7
2 changed files with 13 additions and 1 deletions
@@ -0,0 +1,12 @@
:root {
--surCordBackground: rgb(0, 0, 0);
--surCordBackground2: rgb(10,10,10);
--surCordTextBackground: rgb(7,7,8);
--surcordFriendsBackground: rgb(0, 0, 0);
--surCordFriends: rgb(7,7,8);
--surCordActiveNow: rgba(10, 10, 10);
--surCordGuilds: rgb(10,10,10);
--surCordTitleBar: rgb(10, 10, 10);
--surCordSearch: rgb(10,10,10);
--surCordHover: var(--accent-selected);
}
@@ -9,4 +9,4 @@
--surCordTitleBar: rgb(76, 86, 106);
--surCordSearch: rgb(59, 66, 82);
--surCordHover: rgb(143, 188, 187, 0.200);
}
}