Skip to content

Commit

Permalink
style: deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 31, 2024
1 parent 6ba58f7 commit 3e6ecfb
Showing 1 changed file with 43 additions and 9 deletions.
52 changes: 43 additions & 9 deletions styles/seventv/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@var select accentColor "Accent" ["rosewater:Rosewater", "flamingo:Flamingo", "pink:Pink", "mauve:Mauve*", "red:Red", "maroon:Maroon", "peach:Peach", "yellow:Yellow", "green:Green", "teal:Teal", "blue:Blue", "sapphire:Sapphire", "sky:Sky", "lavender:Lavender", "subtext0:Gray"]
==/UserStyle== */

@-moz-document domain('7tv.app') {
@-moz-document domain("7tv.app") {
.light-theme {
#catppuccin(@lightFlavor, @accentColor);
}
Expand Down Expand Up @@ -267,7 +267,8 @@
}

&::before {
background: radial-gradient(
background:
radial-gradient(
180% 80% at 0% 100%,
@text 0%,
@blue 25%,
Expand All @@ -282,7 +283,7 @@
/* Sub progress bar */

.progress-circle {
linearGradient stop {
lineargradient stop {
stop-color: @accent-color;
}
}
Expand All @@ -296,19 +297,51 @@
color: @text !important;

&.g1 {
background: radial-gradient(150% 180% at 50% 180%, @peach, @yellow 1%, @yellow 25%, @mantle 75%), var(--secondary) !important;
background:
radial-gradient(
150% 180% at 50% 180%,
@peach,
@yellow 1%,
@yellow 25%,
@mantle 75%
),
var(--secondary) !important;
}

&.g2 {
background: radial-gradient(150% 180% at 50% 180%, @text, @red 1%, @red 25%, @mantle 75%), var(--secondary) !important;
background:
radial-gradient(
150% 180% at 50% 180%,
@text,
@red 1%,
@red 25%,
@mantle 75%
),
var(--secondary) !important;
}

&.g3 {
background: radial-gradient(150% 180% at 50% 180%, @peach, @pink 1%, @mauve 25%, @mantle 75%), var(--secondary) !important;
background:
radial-gradient(
150% 180% at 50% 180%,
@peach,
@pink 1%,
@mauve 25%,
@mantle 75%
),
var(--secondary) !important;
}

&.g5 {
background: radial-gradient(150% 180% at 50% 180%, @peach, @sapphire 1%, @sapphire 25%, @mantle 75%), var(--secondary) !important;
background:
radial-gradient(
150% 180% at 50% 180%,
@peach,
@sapphire 1%,
@sapphire 25%,
@mantle 75%
),
var(--secondary) !important;
}
}

Expand Down Expand Up @@ -336,7 +369,8 @@
}

&::before {
background: radial-gradient(
background:
radial-gradient(
100% 100% at 50% 0%,
@text 0%,
var(--gradient-color) 33%,
Expand Down Expand Up @@ -365,4 +399,4 @@
@frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };
@macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };
@mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };
}
};

0 comments on commit 3e6ecfb

Please sign in to comment.