Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeK34959 committed Feb 29, 2024
1 parent 58a2213 commit eda1d41
Show file tree
Hide file tree
Showing 7 changed files with 9,895 additions and 16 deletions.
Binary file modified .DS_Store
Binary file not shown.
592 changes: 591 additions & 1 deletion hljs.css

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ### Powered by DiscordSelectors v0.2.7 ### */
.appMount_fae9dd {
.appMount_c99875 {
@extend %appMount !optional;
}
.platform-win {
Expand Down Expand Up @@ -28,15 +28,15 @@
@extend %shakeable !optional;
}
.bg__12180, /*Canary FIx*/
.bg__7adbf {
.bg__8df5St {
@extend %bg !optional;
}
.layers__1c917, /*Canary Fix*/
.layers_a40797 {
.layers_a23c37 {
@extend %layers !optional;
}
.layer__2efaa, /*Canary Fix*/
.layer_e552e0 {
.layer__6b5c3, /*Canary Fix*/
.layer_f7d46a {
@extend %layer !optional;
}
.container__037ed {
Expand Down Expand Up @@ -1410,7 +1410,7 @@
.wrapper_ed1dea {
@extend %guildFolderWrapper !optional;
}
.expandedFolderBackground__1bec6 {
.expandedFolderBackground_b1385f{
@extend %guildExpandedFolderBackground !optional;
}
.collapsed__0a270 {
Expand Down Expand Up @@ -1677,7 +1677,7 @@
.settingIcon_cd1ad1 {
@extend %libraryTableSettingIcon !optional;
}
.hidden__845d8 {
.hidden__ndzQV {
@extend %libraryTableSettingIconHidden !optional;
}
.scroller__9c698 {
Expand All @@ -1686,7 +1686,7 @@
.installationPath_fa3a82 {
@extend %libraryInstallationPath !optional;
}
.background__0a6fb {
.themedBackground__3a4c0 {
@extend %libraryUsageBackground !optional;
}
.foreground__26bd6 {
Expand Down Expand Up @@ -4399,4 +4399,4 @@ pre {
}
.cardFolder__34393 {
@extend %channelSettingsCardPanel !optional;
}
}
9,291 changes: 9,290 additions & 1 deletion main.css

Large diffs are not rendered by default.

Binary file added src/.DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions src/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ $cv: (
),
text: (
titlebar: (
main: 'ClearVision',
version: 'v#{$version}',
short: 'CV',
main: 'Animus',
version: 'HR-8.5',
short: 'Animus',
),
account: (
main: 'ClearVision',
version: 'v#{$version}',
main: 'Assassin',
version: 'Brotherhood',
),
),
),
Expand Down
Binary file added test/.DS_Store
Binary file not shown.

0 comments on commit eda1d41

Please sign in to comment.