/**
 * @name Dark Neon
 * @author Bates#7075
 * @version 1.0.0
 * @source https://gitlab.com/CommandCrafterHD/bates-discord-theme
 * @website https://commandcrafterhd.gitlab.io/bates-discord-theme/
 * @donate https://www.paypal.com/paypalme/floriancegledi
 * @description A dark theme with bright neon-y colors!
 * @authorId 137259132305539072
*/

@import url('https://commandcrafterhd.github.io/DiscordDarkNeon/css/main.css');
/* ^ This is the main Import ^ DO NOT TOUCH. Without this, the theme won't load!!! */

/* ^ This import ^ Collapses the userlist in Servers and Groups, comment it out if you don't want that! */
/* Also a big thank you to rmkx for letting me use some of their code for this, check out their "Boreal" theme! */

/* CUSTOMIZE COLORS IN HERE! */
:root {
  --rgb-highlight: 4, 217, 255 !important; /* The main highlight color in RGB values (RGB instead of hex is needed for faded effects) */
  --background: black !important; /* The main background color */
  --close-button: var(--dnd-color) !important; /* The main "close this" or "deny" color */
  --online-color: #39ff14 !important; /* The color used in the "online" user status symbol */
  --afk-color: #FFFF33 !important; /* The color used in the "idle" user status symbol */
  --dnd-color: #FF0000 !important; /* The color used in the "do not disturb" user status symbol */
  --streaming-color: #bc13fe !important; /* The color used in the "streaming X" user status symbol */

  /* --== Radial Status support ==-- */
  --rs-online-color: var(--online-color) !important;
  --rs-idle-color: var(--afk-color) !important;
  --rs-dnd-color: var(--dnd-color) !important;
  --rs-offline-color: gray !important;
  --rs-invisible-color: gray !important;
  --rs-streaming-color: var(--stream-color) !important;
}
