forked from Xhylo/Visual-Studio-Code-BD-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVSC-Cord.theme.css
28 lines (26 loc) · 915 Bytes
/
VSC-Cord.theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**
* @name VSC Cord
* @version 1.4
* @description Theme based on Visual Studio Code design. Credit to userMacieG#7591 for allowing me to use stuff from his Discord.tv theme.
* @author Xyhlo#9766
*/
@import url("https://xhylo.github.io/Visual-Studio-Code-BD-theme/EditedVSCC.theme.css");
/* VSC Cord */
:root {
--color-brand: #111C2F;
--color-brand-darker: #0c1420;
--color-brand-lighter: #4373c5;
--color-red: #e91916;
--color-red-darker: #bb1411;
--color-orange: #ffca61;
--color-orange-darker: #fcc439;
--background-orange: rgba(255, 165, 0, 0.10);
--color-green: #48bee2;
--color-green-darker: #a5a5a5b7;
--color-gray: #72767d;
--color-gray-darker: #4f545c;
--shadow: 0 4px 8px rgba(0, 0, 0, .4), 0 0 4px rgba(0, 0, 0, .4);
--shadow-bottom: 0 1px 2px rgba(0, 0, 0, .9), 0 0 2px rgba(0, 0, 0, .9);
--user-background: #18181b;
}
/*Color Schemes*/