@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
- dark (default)
|
- dark (default)
|
||||||
- light
|
- light
|
||||||
|
- black
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Dark is the default theme variant.
|
// Dark is the default theme variant.
|
||||||
@@ -27,6 +28,27 @@
|
|||||||
--act-color: rgb(37, 38, 40);
|
--act-color: rgb(37, 38, 40);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root.black {
|
||||||
|
// Dark Background color
|
||||||
|
--bg-dark-color: rgb(23, 24, 26);
|
||||||
|
// Background color
|
||||||
|
--bg-color: #000;
|
||||||
|
// Auto-complete color
|
||||||
|
--atc-color: rgb(49, 49, 55);
|
||||||
|
// Text color
|
||||||
|
--fg-color: rgb(247, 248, 248);
|
||||||
|
// Light Text color
|
||||||
|
--fg-light-color: rgb(150, 155, 160);
|
||||||
|
// Border color
|
||||||
|
--brd-color: rgb(48, 47, 55);
|
||||||
|
// Error color
|
||||||
|
--err-color: rgb(41, 42, 45);
|
||||||
|
// Acent color
|
||||||
|
--ac-color: #50fa7b;
|
||||||
|
// Active text color
|
||||||
|
--act-color: rgb(37, 38, 40);
|
||||||
|
}
|
||||||
|
|
||||||
:root.light {
|
:root.light {
|
||||||
// Dark Background color
|
// Dark Background color
|
||||||
--bg-dark-color: #e8f0fe;
|
--bg-dark-color: #e8f0fe;
|
||||||
|
|||||||
@@ -88,6 +88,11 @@
|
|||||||
"name": "Light",
|
"name": "Light",
|
||||||
"vibrant": true,
|
"vibrant": true,
|
||||||
"class": "light"
|
"class": "light"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "#000",
|
||||||
|
name: "Black",
|
||||||
|
"class": "black"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
// You can define a new color here! It will simply store the color value.
|
// You can define a new color here! It will simply store the color value.
|
||||||
|
|||||||
Reference in New Issue
Block a user