Skip to content

Commit

Permalink
style: format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 29, 2024
1 parent 90c24a2 commit 4562380
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions styles/holodex/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
@mantle: @catppuccin[@@lookup][@mantle];
@crust: @catppuccin[@@lookup][@crust];
@accent-color: @catppuccin[@@lookup][@@accent];

--v-anchor-base: @accent-color;
--v-primary-base: @accent-color;
--v-primary-lighten1: lighten(@accent-color, 4%);
Expand All @@ -63,7 +63,7 @@
--v-primary-darken2: darken(@accent-color, 31%);
--v-primary-darken3: darken(@accent-color, 35%);
--v-primary-darken4: darken(@accent-color, 43%);

--v-accent-base: @accent-color;
--v-accent-lighten1: lighten(@accent-color, 4%);
--v-accent-lighten2: lighten(@accent-color, 8%);
Expand Down Expand Up @@ -140,8 +140,7 @@
--v-background-darken2: darken(@base, 31%);
--v-background-darken3: darken(@base, 35%);
--v-background-darken4: darken(@base, 43%);



div.v-application {
background: @base !important;
color: @text;
Expand All @@ -167,7 +166,7 @@
button.v-btn.v-btn--has-bg {
background-color: @surface0 !important;
}

.v-list,
.v-list-item,
.v-card,
Expand All @@ -179,20 +178,20 @@
fill: @text;
}
}

.v-chip {
background: @blue;
}

.primary--text,
.name-vtuber {
color: @accent-color !important;
}

.text-live {
color: @red;
}

.stream-count-chip {
color: @crust !important;
}
Expand Down

0 comments on commit 4562380

Please sign in to comment.