35 lines
846 B
CSS
35 lines
846 B
CSS
|
/**
|
||
|
* @name Slate
|
||
|
* @author Gibbu#1211 & Tropical#8908
|
||
|
* @version 1.1
|
||
|
* @invite TeRQEPb
|
||
|
* @description An optimized, consistent, and functional theme for Discord based on GitHub's design language.
|
||
|
* @source https://github.com/DiscordStyles/Slate/
|
||
|
* @website https://discordstyles.github.io/slate-theme/
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
Import Source Code
|
||
|
*/
|
||
|
@import url("https://discordstyles.github.io/AdjustableServerWidth/base.css");
|
||
|
@import url("https://discordstyles.github.io/Slate/dist/Slate.css");
|
||
|
|
||
|
/*
|
||
|
Basic Variables
|
||
|
See available vars here: https://github.com/DiscordStyles/Slate/wiki
|
||
|
*/
|
||
|
:root {
|
||
|
/* Primary Colors */
|
||
|
--accent: 3, 102, 214;
|
||
|
--link-colour: 48, 144, 255;
|
||
|
|
||
|
/* Server List */
|
||
|
--server-icon-size: 35px;
|
||
|
--server-icon-spacing: 8px;
|
||
|
--server-container-padding: 10px;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
Place any Theme-specific Custom CSS Below here
|
||
|
*/
|