mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 20:02:07 +00:00
13 lines
436 B
CSS
13 lines
436 B
CSS
:root {
|
|
--surCordBackground: rgb(19, 18, 18);
|
|
--surCordBackground2: rgb(30, 29, 29);
|
|
--surCordTextBackground: rgb(34, 34, 34);
|
|
--surcordFriendsBackground: rgb(18, 18, 18);
|
|
--surCordFriends: rgb(30, 29, 29);
|
|
--surCordActiveNow: rgb(46, 45, 45 0.276);
|
|
--surCordGuilds: rgb(30, 29, 29);
|
|
--surCordTitleBar: rgb(32, 31, 31);
|
|
--surCordSearch: rgb(34, 34, 34);
|
|
--surCordHover: rgb(45, 45, 45, 0.2);
|
|
}
|