/**
 * @name EmaRecolor
 * @version 1.0.0
 * @invite Jx3TjNS
 * @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.theme.css
 *
 * @import url("https://discordstyles.github.io/HorizontalServerList/dist/HorizontalServerList.css"); 
 * + => guildsize 120 guildgap 10
 */

@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/DiscordRecolor/DiscordRecolor.css);
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/ServerColumns/ServerColumns.css); 
@import url('https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css');

:root {
 --font:						'Lego', sans-serif;	
 --settingsicons:			1;						/*	Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no			*/

 --accentcolor: 			255,69,0;			/*	Blurple */
 --accentcolor2: 			255,105,0;			/*	Boostpink */
 --linkcolor: 				255,105,0;			/*	Link Color */
 --mentioncolor: 			255,105,0;			/*	Highlight */

 --textbrightest: 		255,69,0;			/*	Text Color 1 */
 --textbrighter: 			255,133,0;			/*	Text Color 2 */
 --textbright: 			255,69,0;			/*	Text Color 3 */
 --textdark: 				255,133,0;			/*	Text Color 4 */
 --textdarker: 			255,69,0;			/*	Text Color 5 */
 --textdarkest: 			255,133,0;			/*	Text Color 6 */

 --backgroundaccent: 		rgba(0,255,0,0);			/*	Background Accent */
 --backgroundprimary: 		0,0,0;			/*	Background 1 */
 --backgroundsecondary: 	0,0,0;			/*	Background 2 */
 --backgroundsecondaryalt: 0,0,0;			/*	Background 3 */
 --backgroundtertiary: 		0,0,0;			/*	Background 4 */
 --backgroundfloating: 		0,0,0;			/*	Background Elevated */

 --columns:			1;				 		/* servercolumns */
 --guildsize:		91;					/* serversize in pixel */
 --guildgap:		1;						/* top/bottom gap between servers in pixel */
 --aligndms:	   1;						/*  should DMs be aligned in columns: 0 = no, 1 = yes */
	
 --rs-small-spacing: 0px;
 --rs-medium-spacing: 0px;
 --rs-large-spacing: 0px;
 --rs-small-width: 3px;
 --rs-medium-width: 3px;
 --rs-large-width: 3px;
 --rs-avatar-shape: 5%;
 --rs-online-color:  rgba(0,255,0,1);
 --rs-idle-color: rgba(255,133,0);
 --rs-dnd-color:  rgba(255,0,0,1);
 --rs-streaming-color:  rgba(4,6,107,1);
 --rs-offline-color: #000000;
 --rs-invisible-color: #747f8d;
 --rs-phone-visible: block;
  
  --HSL-server-icon-size: 120px;
  --HSL-server-spacing: 3px; 
}