mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
49 lines
1.3 KiB
CSS
49 lines
1.3 KiB
CSS
|
.bluelib {
|
||
|
--bluelib-background-r: 25;
|
||
|
--bluelib-background-g: 16;
|
||
|
--bluelib-background-b: 48;
|
||
|
--bluelib-foreground-r: 226;
|
||
|
--bluelib-foreground-g: 140;
|
||
|
--bluelib-foreground-b: 35;
|
||
|
--bluelib-accent-r: 254;
|
||
|
--bluelib-accent-g: 237;
|
||
|
--bluelib-accent-b: 180;
|
||
|
--bluelib-link-r: 0;
|
||
|
--bluelib-link-g: 202;
|
||
|
--bluelib-link-b: 202;
|
||
|
--bluelib-broken-r: 255;
|
||
|
--bluelib-broken-g: 116;
|
||
|
--bluelib-broken-b: 0;
|
||
|
--bluelib-visited-r: 12;
|
||
|
--bluelib-visited-g: 134;
|
||
|
--bluelib-visited-b: 207;
|
||
|
--bluelib-download-r: 0;
|
||
|
--bluelib-download-g: 211;
|
||
|
--bluelib-download-b: 137;
|
||
|
--bluelib-red-r: 255;
|
||
|
--bluelib-red-g: 125;
|
||
|
--bluelib-red-b: 125;
|
||
|
--bluelib-orange-r: 255;
|
||
|
--bluelib-orange-g: 187;
|
||
|
--bluelib-orange-b: 125;
|
||
|
--bluelib-yellow-r: 255;
|
||
|
--bluelib-yellow-g: 255;
|
||
|
--bluelib-yellow-b: 125;
|
||
|
--bluelib-lime-r: 125;
|
||
|
--bluelib-lime-g: 255;
|
||
|
--bluelib-lime-b: 125;
|
||
|
--bluelib-cyan-r: 125;
|
||
|
--bluelib-cyan-g: 255;
|
||
|
--bluelib-cyan-b: 255;
|
||
|
--bluelib-blue-r: 125;
|
||
|
--bluelib-blue-g: 125;
|
||
|
--bluelib-blue-b: 255;
|
||
|
--bluelib-magenta-r: 255;
|
||
|
--bluelib-magenta-g: 125;
|
||
|
--bluelib-magenta-b: 255;
|
||
|
--bluelib-gray-r: 187;
|
||
|
--bluelib-gray-g: 187;
|
||
|
--bluelib-gray-b: 187;
|
||
|
--bluelib-polarity: 1;
|
||
|
}
|
||
|
/*# sourceMappingURL=pumpkin.module.css.map */
|