This commit is contained in:
Mirco Wittrien 2023-11-18 13:56:39 +01:00
parent 9f8fa96ee0
commit affe3ab067
2 changed files with 50 additions and 50 deletions

View File

@ -11,27 +11,27 @@
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/DiscordRecolor/
* @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.theme.css
*
* @var checkbox settingsicons_s "User Settings Icons" 1
* @var text font_s "General Font" "gg sans", "Noto Sans"
* @var text accentcolor_s "Blurple Color: [default] = 88, 101, 242" 88, 101, 242
* @var text accentcolor2_s "Boost Pink Color: [default] = 255, 115, 250" 255, 115, 250
* @var text linkcolor_s "Link Color: [default] = 0, 176, 244" 0, 176, 244
* @var text mentioncolor_s "Mentioned Color: [default] = 250, 166, 26" 250, 166, 26
* @var text successcolor_s "Success Color: [default] = 59, 165, 92" 59, 165, 92
* @var text warningcolor_s "Warning Color: [default] = 250, 166, 26" 250, 166, 26
* @var text dangercolor_s "Danger Color: [default] = 237, 66, 69" 237, 66, 69
* @var text textbrightest_s "Text Color 1: [default] = 255, 255, 255" 255, 255, 255
* @var text textbrighter_s "Text Color 2: [default] = 220, 221, 222" 222, 222, 222
* @var text textbright_s "Text Color 3: [default] = 185, 187, 190" 185, 185, 185
* @var text textdark_s "Text Color 4: [default] = 142, 146, 151" 140, 140, 140
* @var text textdarker_s "Text Color 5: [default] = 114, 118, 125" 115, 115, 115
* @var text textdarkest_s "Text Color 6: [default] = 79, 84, 92" 80, 80, 80
* @var text backgroundaccent_s "Background Accent: [default] = 64, 68, 75" 50, 50, 50
* @var text backgroundprimary_s "Background 1: [default] = 54, 57, 63" 30, 30, 30
* @var text backgroundsecondary_s "Background 2: [default] = 47, 49, 54" 20, 20, 20
* @var text backgroundsecondaryalt_s "Background 3: [default] = 41, 43, 47" 15, 15, 15
* @var text backgroundtertiary_s "Background 4: [default] = 32, 34, 37" 10, 10, 10
* @var text backgroundfloating_s "Background Elevated: [default] = 24, 25, 28" 0, 0, 0
* @var checkbox settingsicons_s "User Settings Icons" 1
* @var text font_s "General Font" "gg sans", "Noto Sans"
* @var text accentcolor_s "Blurple Color: [default] = 88, 101, 242" 88, 101, 242
* @var text accentcolor2_s "Boost Pink Color: [default] = 255, 115, 250" 255, 115, 250
* @var text linkcolor_s "Link Color: [default] = 0, 176, 244" 0, 176, 244
* @var text mentioncolor_s "Mentioned Color: [default] = 250, 166, 26" 250, 166, 26
* @var text successcolor_s "Success Color: [default] = 59, 165, 92" 59, 165, 92
* @var text warningcolor_s "Warning Color: [default] = 250, 166, 26" 250, 166, 26
* @var text dangercolor_s "Danger Color: [default] = 237, 66, 69" 237, 66, 69
* @var text textbrightest_s "Text Color 1: [default] = 255, 255, 255" 255, 255, 255
* @var text textbrighter_s "Text Color 2: [default] = 220, 221, 222" 222, 222, 222
* @var text textbright_s "Text Color 3: [default] = 185, 187, 190" 185, 185, 185
* @var text textdark_s "Text Color 4: [default] = 142, 146, 151" 140, 140, 140
* @var text textdarker_s "Text Color 5: [default] = 114, 118, 125" 115, 115, 115
* @var text textdarkest_s "Text Color 6: [default] = 79, 84, 92" 80, 80, 80
* @var text backgroundaccent_s "Background Accent: [default] = 64, 68, 75" 50, 50, 50
* @var text backgroundprimary_s "Background 1: [default] = 54, 57, 63" 30, 30, 30
* @var text backgroundsecondary_s "Background 2: [default] = 47, 49, 54" 20, 20, 20
* @var text backgroundsecondaryalt_s "Background 3: [default] = 41, 43, 47" 15, 15, 15
* @var text backgroundtertiary_s "Background 4: [default] = 32, 34, 37" 10, 10, 10
* @var text backgroundfloating_s "Background Elevated: [default] = 24, 25, 28" 0, 0, 0
*/
/* To change the colors, change the variables inside the root {}, do NOT change the @import url() */
@ -41,28 +41,28 @@
/* All colors are in RGB format (red, green, blue) use: https://www.google.com/search?q=colorpicker */
:root {
--settingsicons: 1; /* Use Settings Icons in User Settings: 1 = yes, 0 = no */
--font: "gg sans", "Noto Sans"; /* General Font */
--settingsicons: 1; /* Use Settings Icons in User Settings: 1 = yes, 0 = no */
--font: "gg sans", "Noto Sans"; /* General Font */
--accentcolor: 88,101,242; /* Blurple - default: 88,101,242 - hex: #5865f2 */
--accentcolor2: 255,115,250; /* Boostpink - default: 255,115,250 - hex: #ff73fa */
--linkcolor: 0,176,244; /* Link Color - default: 0,176,244 - hex: #00b0f4 */
--mentioncolor: 250,166,26; /* Highlight Color - default: 250,166,26 - hex: #faa61a */
--successcolor: 59,165,92; /* Success Color - default: 59,165,92 - hex: #3ba55c */
--warningcolor: 250,166,26; /* Warning Color - default: 250,166,26 - hex: #faa61a */
--dangercolor: 237,66,69; /* Danger Color - default: 237,66,69 - hex: #ed4245 */
--accentcolor: 88,101,242; /* Blurple - default: 88,101,242 - hex: #5865f2 */
--accentcolor2: 255,115,250; /* Boostpink - default: 255,115,250 - hex: #ff73fa */
--linkcolor: 0,176,244; /* Link Color - default: 0,176,244 - hex: #00b0f4 */
--mentioncolor: 250,166,26; /* Highlight Color - default: 250,166,26 - hex: #faa61a */
--successcolor: 59,165,92; /* Success Color - default: 59,165,92 - hex: #3ba55c */
--warningcolor: 250,166,26; /* Warning Color - default: 250,166,26 - hex: #faa61a */
--dangercolor: 237,66,69; /* Danger Color - default: 237,66,69 - hex: #ed4245 */
--textbrightest: 255,255,255; /* Text Color 1 - default: 255,255,255 - hex: #ffffff */
--textbrighter: 222,222,222; /* Text Color 2 - default: 220,221,222 - hex: #dcddde */
--textbright: 185,185,185; /* Text Color 3 - default: 185,187,190 - hex: #b9bbbe */
--textdark: 140,140,140; /* Text Color 4 - default: 142,146,151 - hex: #8e9297 */
--textdarker: 115,115,115; /* Text Color 5 - default: 114,118,125 - hex: #72767d */
--textdarkest: 80,80,80; /* Text Color 6 - default: 79,84,92 - hex: #4f545c */
--textbrightest: 255,255,255; /* Text Color 1 - default: 255,255,255 - hex: #ffffff */
--textbrighter: 222,222,222; /* Text Color 2 - default: 220,221,222 - hex: #dcddde */
--textbright: 185,185,185; /* Text Color 3 - default: 185,187,190 - hex: #b9bbbe */
--textdark: 140,140,140; /* Text Color 4 - default: 142,146,151 - hex: #8e9297 */
--textdarker: 115,115,115; /* Text Color 5 - default: 114,118,125 - hex: #72767d */
--textdarkest: 80,80,80; /* Text Color 6 - default: 79,84,92 - hex: #4f545c */
--backgroundaccent: 50,50,50; /* Background Accent - default: 64,68,75 - hex: #40444b */
--backgroundprimary: 30,30,30; /* Background 1 - default: 54,57,63 - hex: #36393f */
--backgroundsecondary: 20,20,20; /* Background 2 - default: 47,49,54 - hex: #2f3136 */
--backgroundsecondaryalt: 15,15,15; /* Background 3 - default: 41,43,47 - hex: #292b2f */
--backgroundtertiary: 10,10,10; /* Background 4 - default: 32,34,37 - hex: #202225 */
--backgroundfloating: 0,0,0; /* Background Elevated - default: 24,25,28 - hex: #18191c */
--backgroundaccent: 50,50,50; /* Background Accent - default: 64,68,75 - hex: #40444b */
--backgroundprimary: 30,30,30; /* Background 1 - default: 54,57,63 - hex: #36393f */
--backgroundsecondary: 20,20,20; /* Background 2 - default: 47,49,54 - hex: #2f3136 */
--backgroundsecondaryalt: 15,15,15; /* Background 3 - default: 41,43,47 - hex: #292b2f */
--backgroundtertiary: 10,10,10; /* Background 4 - default: 32,34,37 - hex: #202225 */
--backgroundfloating: 0,0,0; /* Background Elevated - default: 24,25,28 - hex: #18191c */
}

View File

@ -11,19 +11,19 @@
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/ServerColumns/
* @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/ServerColumns/ServerColumns.theme.css
*
* @var range columns_s "Column Amount: [default] = 3" [3, 1, 10, 1]
* @var range guildsize_s "Server Icon Size: [default] = 50px" [50, 10, 200, 1]
* @var range guildgap_s "Server Icon Gap: [default] = 3px" [3, 0, 25, 1]
* @var checkbox aligndms_s "DMs Align: should Direct Messages also get aligned in Columns" 1
* @var range columns_s "Column Amount: [default] = 3" [3, 1, 10, 1]
* @var range guildsize_s "Server Icon Size: [default] = 50px" [50, 10, 200, 1]
* @var range guildgap_s "Server Icon Gap: [default] = 3px" [3, 0, 25, 1]
* @var checkbox aligndms_s "DMs Align: should Direct Messages also get aligned in Columns" 1
*/
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/ServerColumns/ServerColumns.css);
:root {
--columns: 3; /* default: 3 (amount of servercolumns) */
--columns: 3; /* default: 3 (amount of servercolumns) */
--guildsize: 50; /* default: 50 (serversize in pixel) */
--guildgap: 3; /* default: 3 (top/bottom gap between servers in pixel) */
--guildsize: 50; /* default: 50 (serversize in pixel) */
--guildgap: 3; /* default: 3 (top/bottom gap between servers in pixel) */
--aligndms: 0; /* default: 0 (should DMs be aligned in columns: 0 = no, 1 = yes) */
--aligndms: 1; /* default: 0 (should DMs be aligned in columns: 0 = no, 1 = yes) */
}