This commit is contained in:
parent
a41de2c1e1
commit
a9cb70d19c
1 changed files with 24 additions and 26 deletions
|
@ -15,8 +15,32 @@
|
|||
@import url("https://gibbu.github.io/BetterDiscord-Themes/addons/windows-titlebar.css");
|
||||
|
||||
@import url(//dablulite.github.io/css-snippets/SuperUserArea/import.css);
|
||||
@import url(//raw.githubusercontent.com/coolesding/shiggycord/v2/Files/Radialstatus.css);
|
||||
|
||||
:root {
|
||||
--rs-online-color: #43b581; /* default: #43b581 */
|
||||
--rs-idle-color: #faa61a; /* default: #faa61a */
|
||||
--rs-dnd-color: #f04747; /* default: #f04747 */
|
||||
--rs-offline-color: #636b75; /* default: #636b75 */
|
||||
--rs-streaming-color: #643da7; /* default: #643da7 */
|
||||
--rs-bot-color: #5865f2; /* default: #5865f2 */
|
||||
--rs-spacer-color: transparent; /* default: transparent*/
|
||||
--rs-show-platformindicators: none; /* default: none */
|
||||
--rs-small-size: 0.85; /* default: 0.85 */
|
||||
--rs-small-roundness: 100%; /* default: 100% */
|
||||
--rs-small-thickness: 2.5px; /* default: 2.5px */
|
||||
--rs-small-glow: 0px; /* default: 0px */
|
||||
--rs-small-spacing: 4px; /* default: 4px */
|
||||
--rs-medium-size: 1; /* default: 1 */
|
||||
--rs-medium-roundness: 100%; /* default: 100% */
|
||||
--rs-medium-thickness: 2.5px; /* default: 2.5px */
|
||||
--rs-medium-glow: 0px; /* default: 0px */
|
||||
--rs-medium-spacing: 4px; /* default: 4px */
|
||||
--rs-large-size: 1; /* default: 1 */
|
||||
--rs-large-roundness: 100%; /* default: 100% */
|
||||
--rs-large-thickness: 2.5px; /* default: 2.5px */
|
||||
--rs-large-glow: 0px; /* default: 0px */
|
||||
--rs-large-spacing: 4px; /* default: 4px */
|
||||
/*
|
||||
* Background image variables
|
||||
*/
|
||||
|
@ -103,29 +127,3 @@
|
|||
background-color: var(--button-danger-background);
|
||||
color: var(--white-500);
|
||||
}
|
||||
@import url(//raw.githubusercontent.com/coolesding/shiggycord/v2/Files/Radialstatus.css);
|
||||
:root {
|
||||
--rs-online-color: #43b581; /* default: #43b581 */
|
||||
--rs-idle-color: #faa61a; /* default: #faa61a */
|
||||
--rs-dnd-color: #f04747; /* default: #f04747 */
|
||||
--rs-offline-color: #636b75; /* default: #636b75 */
|
||||
--rs-streaming-color: #643da7; /* default: #643da7 */
|
||||
--rs-bot-color: #5865f2; /* default: #5865f2 */
|
||||
--rs-spacer-color: transparent; /* default: transparent*/
|
||||
--rs-show-platformindicators: none; /* default: none */
|
||||
--rs-small-size: 0.85; /* default: 0.85 */
|
||||
--rs-small-roundness: 100%; /* default: 100% */
|
||||
--rs-small-thickness: 2.5px; /* default: 2.5px */
|
||||
--rs-small-glow: 0px; /* default: 0px */
|
||||
--rs-small-spacing: 4px; /* default: 4px */
|
||||
--rs-medium-size: 1; /* default: 1 */
|
||||
--rs-medium-roundness: 100%; /* default: 100% */
|
||||
--rs-medium-thickness: 2.5px; /* default: 2.5px */
|
||||
--rs-medium-glow: 0px; /* default: 0px */
|
||||
--rs-medium-spacing: 4px; /* default: 4px */
|
||||
--rs-large-size: 1; /* default: 1 */
|
||||
--rs-large-roundness: 100%; /* default: 100% */
|
||||
--rs-large-thickness: 2.5px; /* default: 2.5px */
|
||||
--rs-large-glow: 0px; /* default: 0px */
|
||||
--rs-large-spacing: 4px; /* default: 4px */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue