diff --git a/dist/colors-royaldawn.module.css b/dist/colors-royaldawn.module.css deleted file mode 100644 index f3da682..0000000 --- a/dist/colors-royaldawn.module.css +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Bluelib Royal Dawn Colors - * by - */ -.bluelib { - --bhsl-background-hue: 31deg; - --bhsl-background-saturation: 100%; - --bhsl-background-lightness: 10%; - --bhsl-foreground-hue: 46deg; - --bhsl-foreground-saturation: 97%; - --bhsl-foreground-lightness: 85%; - --bhsl-primary-hue: 0deg; - --bhsl-primary-saturation: 0%; - --bhsl-primary-lightness: 100%; - --bhsl-link-hue: 195deg; - --bhsl-link-saturation: 97%; - --bhsl-link-lightness: 47%; - --bhsl-mark-foreground-hue: 32deg; - --bhsl-mark-foreground-saturation: 64%; - --bhsl-mark-foreground-lightness: 14%; - --bhsl-mark-background-hue: 32deg; - --bhsl-mark-background-saturation: 100%; - --bhsl-mark-background-lightness: 81%; - --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: 60%; - --bhsl-yellow-hue: 60deg; - --bhsl-yellow-saturation: 100%; - --bhsl-yellow-lightness: 60%; - --bhsl-green-hue: 120deg; - --bhsl-green-saturation: 100%; - --bhsl-green-lightness: 60%; - --bhsl-cyan-hue: 180deg; - --bhsl-cyan-saturation: 100%; - --bhsl-cyan-lightness: 60%; - --bhsl-blue-hue: 240deg; - --bhsl-blue-saturation: 100%; - --bhsl-blue-lightness: 60%; - --bhsl-magenta-hue: 300deg; - --bhsl-magenta-saturation: 100%; - --bhsl-magenta-lightness: 60%; - --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); -} -.bluelib:is(.bluelib) { - --b-panel-initial-opacity: 0.75; -} -body { - background-image: linear-gradient(90deg, #E76608, #3C247F); -} diff --git a/dist/colors-royaldawn.module.less b/dist/colors-royaldawn.module.less deleted file mode 100644 index 7d0dfb7..0000000 --- a/dist/colors-royaldawn.module.less +++ /dev/null @@ -1,10 +0,0 @@ -// Mixins -@import (less) "../src/mixins/fonts.less"; -@import (less) "../src/mixins/hsl.less"; - -// Selector -@import (less) "../src/selectorsets/module.less"; - -// Rule -@import (less) "../src/rulesets/colors/colors-royaldawn.less"; - diff --git a/dist/colors-royaldawn.root.css b/dist/colors-royaldawn.root.css deleted file mode 100644 index 6d70832..0000000 --- a/dist/colors-royaldawn.root.css +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Bluelib Royal Dawn Colors - * by - */ -body { - --bhsl-background-hue: 31deg; - --bhsl-background-saturation: 100%; - --bhsl-background-lightness: 10%; - --bhsl-foreground-hue: 46deg; - --bhsl-foreground-saturation: 97%; - --bhsl-foreground-lightness: 85%; - --bhsl-primary-hue: 0deg; - --bhsl-primary-saturation: 0%; - --bhsl-primary-lightness: 100%; - --bhsl-link-hue: 195deg; - --bhsl-link-saturation: 97%; - --bhsl-link-lightness: 47%; - --bhsl-mark-foreground-hue: 32deg; - --bhsl-mark-foreground-saturation: 64%; - --bhsl-mark-foreground-lightness: 14%; - --bhsl-mark-background-hue: 32deg; - --bhsl-mark-background-saturation: 100%; - --bhsl-mark-background-lightness: 81%; - --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: 60%; - --bhsl-yellow-hue: 60deg; - --bhsl-yellow-saturation: 100%; - --bhsl-yellow-lightness: 60%; - --bhsl-green-hue: 120deg; - --bhsl-green-saturation: 100%; - --bhsl-green-lightness: 60%; - --bhsl-cyan-hue: 180deg; - --bhsl-cyan-saturation: 100%; - --bhsl-cyan-lightness: 60%; - --bhsl-blue-hue: 240deg; - --bhsl-blue-saturation: 100%; - --bhsl-blue-lightness: 60%; - --bhsl-magenta-hue: 300deg; - --bhsl-magenta-saturation: 100%; - --bhsl-magenta-lightness: 60%; - --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); -} -body:is(body) { - --b-panel-initial-opacity: 0.75; -} -body { - background-image: linear-gradient(90deg, #E76608, #3C247F); -} diff --git a/dist/colors-royaldawn.root.less b/dist/colors-royaldawn.root.less deleted file mode 100644 index f5f83c0..0000000 --- a/dist/colors-royaldawn.root.less +++ /dev/null @@ -1,10 +0,0 @@ -// Mixins -@import (less) "../src/mixins/fonts.less"; -@import (less) "../src/mixins/hsl.less"; - -// Selector -@import (less) "../src/selectorsets/root.less"; - -// Rule -@import (less) "../src/rulesets/colors/colors-royaldawn.less"; - diff --git a/examples/rygbg.png b/examples/rygbg.png deleted file mode 100644 index 94607c4..0000000 Binary files a/examples/rygbg.png and /dev/null differ diff --git a/src/rulesets/colors/colors-royaldawn.less b/src/rulesets/colors/colors-royaldawn.less deleted file mode 100644 index 689766c..0000000 --- a/src/rulesets/colors/colors-royaldawn.less +++ /dev/null @@ -1,38 +0,0 @@ -/* - * Bluelib Royal Dawn Colors - * by - */ - -@{bluelib} { - .create-hsl-group(background; 31deg; 100%; 10%); - .create-hsl-group(foreground; 46deg; 97%; 85%); - .create-hsl-group(primary; 0deg; 0%; 100%); - .create-hsl-group(link; 195deg; 97%; 47%); - - .create-hsl-group(mark-foreground; 32deg; 64%; 14%); - .create-hsl-group(mark-background; 32deg; 100%; 81%); - - .create-hsl-group(todo-foreground; 43deg; 100%; 65%); - .create-hsl-group(todo-background; 204deg; 11%; 18%); - - .create-hsl-group(sample-input; 0deg; 100%; 0%); - .create-hsl-group(sample-output; 0deg; 100%; 100%); - - .create-hsl-group(red; 0deg; 100%; 60%); - .create-hsl-group(yellow; 60deg; 100%; 60%); - .create-hsl-group(green; 120deg; 100%; 60%); - .create-hsl-group(cyan; 180deg; 100%; 60%); - .create-hsl-group(blue; 240deg; 100%; 60%); - .create-hsl-group(magenta; 300deg; 100%; 60%); - - .map-hsl-group(inserted; green); - .map-hsl-group(deleted; red); - - &:is(@{bluelib}) { - --b-panel-initial-opacity: 0.750; - } -} - -body { - background-image: linear-gradient(90deg, #E76608, #3C247F); -} \ No newline at end of file