diff --git a/.prettierrc b/.prettierrc index f44cca0..32cdd93 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,3 +1,3 @@ { - "filepath": "./stuff" + "filepath": "**/*.scss" } \ No newline at end of file diff --git a/_variables.scss b/_variables.scss index 3884e7b..bdb2a4e 100644 --- a/_variables.scss +++ b/_variables.scss @@ -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); -} \ No newline at end of file + --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); +} diff --git a/app.scss b/app.scss index fca29ab..7abfefd 100644 --- a/app.scss +++ b/app.scss @@ -12,6 +12,6 @@ @import url("https://nyri4.github.io/donators/donators.css"); .member_aa4760 .username__11d8c::after { - bottom: 2px !important; - left: 15px !important; -} \ No newline at end of file + bottom: 2px !important; + left: 15px !important; +} diff --git a/stuff/_other.scss b/stuff/_other.scss index 5827eb8..916763a 100644 --- a/stuff/_other.scss +++ b/stuff/_other.scss @@ -157,7 +157,7 @@ fill: var(--online); } &[fill="#f0b232"] { - fill: var(--iddle); + fill: var(--idle); } &[fill="#f23f43"] { fill: var(--dnd);