Skip to content

Commit

Permalink
more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Metro420yt committed Sep 19, 2024
1 parent c0a4c5c commit 8648966
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"filepath": "./stuff"
"filepath": "**/*.scss"
}
127 changes: 63 additions & 64 deletions _variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,73 +3,72 @@
@forward "stuff/custom/no-scrollbar";

:root {
--disable-animations: 2s channel-unread infinite;
--user-buttons-spacing: 8px;
--user-buttons-color: #096DC0;
--avatar-radius: 5px;
--status-radius: 3px;
--server-radius: 8px;
--colored-emoji: grayscale(0%);
--mention-color: #F04747;
--unread-color: #7289DA;
--mention-color-bar: #C66262;
--mention-color-background: #C662621F;
--mention-color-hover: #C6626226;
--chat-buttons: #7289DA;
--spotify-color: #1EDC62 !important;
--online: #43B581;
--iddle: #FAA61A;
--dnd: #F04747;
--offline: #747F8D;
--streaming: #593695;
--playing: #7289da;
--listening: #1db653;
--role-circle: 5px;
--discord-logo: none;

--disable-animations: 2s channel-unread infinite;
--user-buttons-spacing: 8px;
--user-buttons-color: #096dc0;
--avatar-radius: 5px;
--status-radius: 3px;
--server-radius: 8px;
--colored-emoji: grayscale(0%);
--mention-color: #f04747;
--unread-color: #7289da;
--mention-color-bar: #c66262;
--mention-color-background: #c662621f;
--mention-color-hover: #c6626226;
--chat-buttons: #7289da;
--spotify-color: #1edc62 !important;
--online: #43b581;
--idle: #faa61a;
--dnd: #f04747;
--offline: #747f8d;
--streaming: #593695;
--playing: #7289da;
--listening: #1db653;
--role-circle: 5px;
--discord-logo: none;
}

.theme-dark {
--modal-background: #23283d;
--background-tertiary: #101320;
--background-secondary: #1e2233;
--background-secondary-alt: #191f2e;
--background-primary: #23283d;
--background-mobile-primary: #23283d;
--background-mobile-secondary: #1e2233;
--channeltextarea-background: #191f2e;
--background-accent: #6E85D3;
--background-message-hover: transparent;
--background-modifier-hover: #00000010;
--background-modifier-active: #0000001a;
--background-modifier-selected: #0000001f;
--deprecated-card-bg: #12141f63;
--background-floating: #101320;
--deprecated-quickswitcher-input-background:#101320;
--elevation-low: none;
--scrollbar-auto-thumb: #121722;
--scrollbar-auto-track: #191f2e;
--scrollbar-thin-thumb: #141925;
--toast-background: #1e2233 !important;
--toast-header: #101320 !important;
--toast-contents: #23283d !important;
--activity-card-background: #101320;
--input-background: #1e2233;
--modal-background: #23283d;
--background-tertiary: #101320;
--background-secondary: #1e2233;
--background-secondary-alt: #191f2e;
--background-primary: #23283d;
--background-mobile-primary: #23283d;
--background-mobile-secondary: #1e2233;
--channeltextarea-background: #191f2e;
--background-accent: #6e85d3;
--background-message-hover: transparent;
--background-modifier-hover: #00000010;
--background-modifier-active: #0000001a;
--background-modifier-selected: #0000001f;
--deprecated-card-bg: #12141f63;
--background-floating: #101320;
--deprecated-quickswitcher-input-background: #101320;
--elevation-low: none;
--scrollbar-auto-thumb: #121722;
--scrollbar-auto-track: #191f2e;
--scrollbar-thin-thumb: #141925;
--toast-background: #1e2233 !important;
--toast-header: #101320 !important;
--toast-contents: #23283d !important;
--activity-card-background: #101320;
--input-background: #1e2233;
}

.theme-light {
--modal-background: #23283d;
--background-tertiary: #101320;
--background-secondary: #1e2233;
--background-secondary-alt: #191f2e;
--background-primary: #23283d;
--background-accent: #6E85D3;
--background-modifier-hover: #262b41;
--background-modifier-active: #262b41;
--header-primary: #fff;
--header-secondary: #b1b5b9;
--text-normal: #8e9297;
--interactive-active: #fff;
--interactive-hover: #b1b5b9;
--input-background: var(--background-secondary-alt);
}
--modal-background: #23283d;
--background-tertiary: #101320;
--background-secondary: #1e2233;
--background-secondary-alt: #191f2e;
--background-primary: #23283d;
--background-accent: #6e85d3;
--background-modifier-hover: #262b41;
--background-modifier-active: #262b41;
--header-primary: #fff;
--header-secondary: #b1b5b9;
--text-normal: #8e9297;
--interactive-active: #fff;
--interactive-hover: #b1b5b9;
--input-background: var(--background-secondary-alt);
}
6 changes: 3 additions & 3 deletions app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
@import url("https://nyri4.github.io/donators/donators.css");

.member_aa4760 .username__11d8c::after {
bottom: 2px !important;
left: 15px !important;
}
bottom: 2px !important;
left: 15px !important;
}
2 changes: 1 addition & 1 deletion stuff/_other.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
fill: var(--online);
}
&[fill="#f0b232"] {
fill: var(--iddle);
fill: var(--idle);
}
&[fill="#f23f43"] {
fill: var(--dnd);
Expand Down

0 comments on commit 8648966

Please sign in to comment.