forked from mandorinn/eSix-Cafe
use $theme-pack variable for direct css file
This commit is contained in:
parent
c579a86a86
commit
20d8f053e1
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "classic" {
|
||||||
body[data-th-main="bloodlust"] {
|
body[data-th-main="bloodlust"] {
|
||||||
--themeName:"Bloodlust";
|
--themeName:"Bloodlust";
|
||||||
--bg-300: #333;
|
--bg-300: #333;
|
||||||
@ -86,3 +87,4 @@ body[data-th-main="bloodlust"] {
|
|||||||
--button-text-hover: #fff;
|
--button-text-hover: #fff;
|
||||||
--button-text-hover-secondary: #fff;
|
--button-text-hover-secondary: #fff;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "classic" {
|
||||||
body {
|
body {
|
||||||
--themeName: "Hexagon";
|
--themeName: "Hexagon";
|
||||||
--thin-scrollbar: var(--true);
|
--thin-scrollbar: var(--true);
|
||||||
@ -93,3 +94,4 @@ body {
|
|||||||
scrollbar-width: var(--thin-scrollbar);
|
scrollbar-width: var(--thin-scrollbar);
|
||||||
scrollbar-color: #3c3c3c #222;
|
scrollbar-color: #3c3c3c #222;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "classic" {
|
||||||
body[data-th-main="hotdog"] {
|
body[data-th-main="hotdog"] {
|
||||||
--themeName:"Hotdog";
|
--themeName:"Hotdog";
|
||||||
--bg: #f00;
|
--bg: #f00;
|
||||||
@ -86,3 +87,4 @@ body[data-th-main="hotdog"] {
|
|||||||
--button-text-hover: #222;
|
--button-text-hover: #222;
|
||||||
--button-text-hover-secondary: #222;
|
--button-text-hover-secondary: #222;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "classic" {
|
||||||
body[data-th-main="pony"] {
|
body[data-th-main="pony"] {
|
||||||
--themeName:"Pony";
|
--themeName:"Pony";
|
||||||
--bg-300: #2f175c;
|
--bg-300: #2f175c;
|
||||||
@ -86,3 +87,4 @@ body[data-th-main="pony"] {
|
|||||||
--button-text-hover: #fff;
|
--button-text-hover: #fff;
|
||||||
--button-text-hover-secondary: #fff;
|
--button-text-hover-secondary: #fff;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "classic" {
|
||||||
body[data-th-main="serpent"] {
|
body[data-th-main="serpent"] {
|
||||||
--themeName:"Serpent";
|
--themeName:"Serpent";
|
||||||
--bg: #f6eb86;
|
--bg: #f6eb86;
|
||||||
@ -86,3 +87,4 @@ body[data-th-main="serpent"] {
|
|||||||
--button-text-hover: #222;
|
--button-text-hover: #222;
|
||||||
--button-text-hover-secondary: #222;
|
--button-text-hover-secondary: #222;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "muted" {
|
||||||
body[data-th-main="bloodlust"] {
|
body[data-th-main="bloodlust"] {
|
||||||
--themeName: "Discord-esque";
|
--themeName: "Discord-esque";
|
||||||
--bg-300: #36393e;
|
--bg-300: #36393e;
|
||||||
@ -82,3 +83,4 @@ body[data-th-main="bloodlust"] {
|
|||||||
--button-text-hover: #c3ccd4;
|
--button-text-hover: #c3ccd4;
|
||||||
--button-text-hover-secondary: #fff;
|
--button-text-hover-secondary: #fff;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "muted" {
|
||||||
body {
|
body {
|
||||||
--themeName: "Classic blue";
|
--themeName: "Classic blue";
|
||||||
--thin-scrollbar: var(--true);
|
--thin-scrollbar: var(--true);
|
||||||
@ -93,3 +94,4 @@ body {
|
|||||||
scrollbar-width: var(--thin-scrollbar);
|
scrollbar-width: var(--thin-scrollbar);
|
||||||
scrollbar-color: #3c3c3c #222;
|
scrollbar-color: #3c3c3c #222;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "muted" {
|
||||||
body[data-th-main="hotdog"] {
|
body[data-th-main="hotdog"] {
|
||||||
--themeName: "Hot Coffee";
|
--themeName: "Hot Coffee";
|
||||||
--bg-300: #3c3836;
|
--bg-300: #3c3836;
|
||||||
@ -82,3 +83,4 @@ body[data-th-main="hotdog"] {
|
|||||||
--button-text-hover: #d6bbae;
|
--button-text-hover: #d6bbae;
|
||||||
--button-text-hover-secondary: #f0cfc0;
|
--button-text-hover-secondary: #f0cfc0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "muted" {
|
||||||
body[data-th-main="pony"] {
|
body[data-th-main="pony"] {
|
||||||
--themeName: "Pony";
|
--themeName: "Pony";
|
||||||
--bg-300: #604a67;
|
--bg-300: #604a67;
|
||||||
@ -82,3 +83,4 @@ body[data-th-main="pony"] {
|
|||||||
--button-text-hover: #c3ccd4;
|
--button-text-hover: #c3ccd4;
|
||||||
--button-text-hover-secondary: #fff;
|
--button-text-hover-secondary: #fff;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "muted" {
|
||||||
body[data-th-main="serpent"] {
|
body[data-th-main="serpent"] {
|
||||||
--themeName: "Forest";
|
--themeName: "Forest";
|
||||||
--bg-300: #3e5341;
|
--bg-300: #3e5341;
|
||||||
@ -84,3 +85,4 @@ body[data-th-main="serpent"] {
|
|||||||
--true: thin;
|
--true: thin;
|
||||||
scrollbar-width: var(--thin-scrollbar);
|
scrollbar-width: var(--thin-scrollbar);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "popular" {
|
||||||
body[data-th-main="bloodlust"] {
|
body[data-th-main="bloodlust"] {
|
||||||
--themeName: "Sonokai - Shusia";
|
--themeName: "Sonokai - Shusia";
|
||||||
--bg-300: #37343a;
|
--bg-300: #37343a;
|
||||||
@ -82,3 +83,4 @@ body[data-th-main="bloodlust"] {
|
|||||||
--button-text-hover: #c3ccd4;
|
--button-text-hover: #c3ccd4;
|
||||||
--button-text-hover-secondary: #fafafb;
|
--button-text-hover-secondary: #fafafb;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "popular" {
|
||||||
body {
|
body {
|
||||||
--themeName: "Nord";
|
--themeName: "Nord";
|
||||||
--thin-scrollbar: var(--true);
|
--thin-scrollbar: var(--true);
|
||||||
@ -93,3 +94,4 @@ body {
|
|||||||
scrollbar-width: var(--thin-scrollbar);
|
scrollbar-width: var(--thin-scrollbar);
|
||||||
scrollbar-color: #3c3c3c #222;
|
scrollbar-color: #3c3c3c #222;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "popular" {
|
||||||
body[data-th-main="hotdog"] {
|
body[data-th-main="hotdog"] {
|
||||||
--themeName: "Gruvbox";
|
--themeName: "Gruvbox";
|
||||||
--bg-300: #47403d;
|
--bg-300: #47403d;
|
||||||
@ -82,3 +83,4 @@ body[data-th-main="hotdog"] {
|
|||||||
--button-text-hover: #d6bbae;
|
--button-text-hover: #d6bbae;
|
||||||
--button-text-hover-secondary: #fbf1c7;
|
--button-text-hover-secondary: #fbf1c7;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "popular" {
|
||||||
body[data-th-main="pony"] {
|
body[data-th-main="pony"] {
|
||||||
--themeName: "Rosé Pine";
|
--themeName: "Rosé Pine";
|
||||||
--bg-300: #393552;
|
--bg-300: #393552;
|
||||||
@ -82,3 +83,4 @@ body[data-th-main="pony"] {
|
|||||||
--button-text-hover: #c3ccd4;
|
--button-text-hover: #c3ccd4;
|
||||||
--button-text-hover-secondary: #f5f4ff;
|
--button-text-hover-secondary: #f5f4ff;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@if $theme-pack == "popular" {
|
||||||
body[data-th-main="serpent"] {
|
body[data-th-main="serpent"] {
|
||||||
--themeName: "Everforest";
|
--themeName: "Everforest";
|
||||||
--bg-300: #3d484d;
|
--bg-300: #3d484d;
|
||||||
@ -84,3 +85,4 @@ body[data-th-main="serpent"] {
|
|||||||
--true: thin;
|
--true: thin;
|
||||||
scrollbar-width: var(--thin-scrollbar);
|
scrollbar-width: var(--thin-scrollbar);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user