1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-10-16 05:37:28 +00:00
bluelib/dist/colors-purplestar.module.css
2023-05-25 02:08:51 +02:00

68 lines
2.8 KiB
CSS

/*
* Bluelib Purple Star Colors
* by <me@steffo.eu>
*/
@media screen {
:where(.bluelib) {
--burl-background-full: url(https://gh.steffo.eu/bluelib-images/kazuend-2KXEb_8G5vo-edited-unsplash/.jpg);
--burl-background-3840: url(https://gh.steffo.eu/bluelib-images/kazuend-2KXEb_8G5vo-edited-unsplash/3840.jpg);
--burl-background-1920: url(https://gh.steffo.eu/bluelib-images/kazuend-2KXEb_8G5vo-edited-unsplash/1920.jpg);
--burl-background-1366: url(https://gh.steffo.eu/bluelib-images/kazuend-2KXEb_8G5vo-edited-unsplash/1366.jpg);
--burl-background-640: url(https://gh.steffo.eu/bluelib-images/kazuend-2KXEb_8G5vo-edited-unsplash/640.jpg);
--burl-background-360: url(https://gh.steffo.eu/bluelib-images/kazuend-2KXEb_8G5vo-edited-unsplash/360.jpg);
--bhsl-background-hue: 262deg;
--bhsl-background-saturation: 85%;
--bhsl-background-lightness: 13%;
--bhsl-foreground-hue: 262deg;
--bhsl-foreground-saturation: 100%;
--bhsl-foreground-lightness: 78%;
--bhsl-primary-hue: 53deg;
--bhsl-primary-saturation: 100%;
--bhsl-primary-lightness: 100%;
--bhsl-link-hue: 53deg;
--bhsl-link-saturation: 100%;
--bhsl-link-lightness: 72%;
--bhsl-mark-foreground-hue: 53deg;
--bhsl-mark-foreground-saturation: 64%;
--bhsl-mark-foreground-lightness: 14%;
--bhsl-mark-background-hue: 53deg;
--bhsl-mark-background-saturation: 100%;
--bhsl-mark-background-lightness: 72%;
--bhsl-todo-foreground-hue: 43deg;
--bhsl-todo-foreground-saturation: 100%;
--bhsl-todo-foreground-lightness: 65%;
--bhsl-todo-background-hue: 204deg;
--bhsl-todo-background-saturation: 11%;
--bhsl-todo-background-lightness: 18%;
--bhsl-sample-input-hue: 0deg;
--bhsl-sample-input-saturation: 100%;
--bhsl-sample-input-lightness: 0%;
--bhsl-sample-output-hue: 0deg;
--bhsl-sample-output-saturation: 100%;
--bhsl-sample-output-lightness: 100%;
--bhsl-red-hue: 0deg;
--bhsl-red-saturation: 100%;
--bhsl-red-lightness: 75%;
--bhsl-yellow-hue: 60deg;
--bhsl-yellow-saturation: 100%;
--bhsl-yellow-lightness: 75%;
--bhsl-green-hue: 120deg;
--bhsl-green-saturation: 100%;
--bhsl-green-lightness: 75%;
--bhsl-cyan-hue: 180deg;
--bhsl-cyan-saturation: 100%;
--bhsl-cyan-lightness: 75%;
--bhsl-blue-hue: 240deg;
--bhsl-blue-saturation: 100%;
--bhsl-blue-lightness: 75%;
--bhsl-magenta-hue: 300deg;
--bhsl-magenta-saturation: 100%;
--bhsl-magenta-lightness: 75%;
--bhsl-inserted-hue: var(--bhsl-green-hue);
--bhsl-inserted-saturation: var(--bhsl-green-saturation);
--bhsl-inserted-lightness: var(--bhsl-green-lightness);
--bhsl-deleted-hue: var(--bhsl-red-hue);
--bhsl-deleted-saturation: var(--bhsl-red-saturation);
--bhsl-deleted-lightness: var(--bhsl-red-lightness);
}
}