//META{"name":"Nocturnal","description":"A simple & clean dark theme for thoses who live at night, made to be easy on the eye","author":"Spectra#7698","version":"1.0","source":"https://github.com/codedotspectra/themes","website":"https://codedotspectra.github.io/me/"}*//{}
/*
███╗   ██╗ ██████╗  ██████╗████████╗██╗   ██╗██████╗ ███╗   ██╗ █████╗ ██╗
████╗  ██║██╔═══██╗██╔════╝╚══██╔══╝██║   ██║██╔══██╗████╗  ██║██╔══██╗██║
██╔██╗ ██║██║   ██║██║        ██║   ██║   ██║██████╔╝██╔██╗ ██║███████║██║
██║╚██╗██║██║   ██║██║        ██║   ██║   ██║██╔══██╗██║╚██╗██║██╔══██║██║
██║ ╚████║╚██████╔╝╚██████╗   ██║   ╚██████╔╝██║  ██║██║ ╚████║██║  ██║███████╗
╚═╝  ╚═══╝ ╚═════╝  ╚═════╝   ╚═╝    ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝╚══════╝
###################################################################################################
Nocturnal Theme for Better Discord
The author (Spectra#7698) retains full rights of this code.
You are not allowed to redistribute this theme or any part of it as your own. That means do not post an edited version of this theme anywhere.
You are allowed to edit the theme for personal use only.
If you enjoy using the theme, help spread the word!
This theme is meant to be used with the dark version of discord
/*#################################################################################################*/
/* Main Import */
@import url('https://codedotspectra.github.io/themes/nocturnal/importCSS/core.css');
/* MiniThemes */
@import url('https://codedotspectra.github.io/themes/core/hljs.css');
@import url('https://codedotspectra.github.io/themes/core/settings-icons.css');
@import url('https://discordstyles.github.io/RadialStatus/base.css');
@import url('https://codedotspectra.github.io/themes/core/badges.css');
/* Fixes */
@import url('https://xcruxiex.github.io/BBDThemes/Fixes/NocturnalFixes.css');
/*#################################################################################################*/
:root {
  --backgroundDark: rgb(24, 28, 37);
  --backgroundDarker: rgb(45, 131, 31);
  --primary: #008ae6;
  --primaryGradient1: var(--primary);
  --primaryGradient2: #00e68a;
  --DangerColor: #dc3545;
  --WarningColor: #ffc107;
  --SuccesColor: #28a745;
  --backgroundCode: rgba(0,0,0,.35);
  --backgroundName: rgba(0,0,0,.2);
  
  /* Radial Status */
  --rs-small-spacing: 2px;
  --rs-large-spacing: 3px;
  --rs-width: 2px;
  --rs-avatar-shape: 50%;
  --rs-online-color: #43b581;
  --rs-idle-color: #faa61a;
  --rs-dnd-color: #f04747;
  --rs-offline-color: #636b75;
  --rs-streaming-color: #643da7;
  --rs-invisible-color: #747f8d;
}
