Slate
An optimized, consistent, and functional theme for Discord based on GitHub's design language.
125
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Slate3
* @author Gibbu#1211 & Tropical#89084
* @version 1.15
* @invite TeRQEPb6
* @description An optimized, consistent, and functional theme for Discord based on GitHub's design language.7
* @source https://github.com/DiscordStyles/Slate/8
* @website https://discordstyles.github.io/slate-theme/9
*/10
11
/*12
Import Source Code 13
*/14
@import url("https://discordstyles.github.io/AdjustableServerWidth/base.css");15
@import url("https://discordstyles.github.io/Slate/dist/Slate.css");16
17
/*18
Basic Variables19
See available vars here: https://github.com/DiscordStyles/Slate/wiki20
*/21
:root {22
/* Primary Colors */23
--accent: 3, 102, 214;24
--link-colour: 48, 144, 255;25
26
/* Server List */27
--server-icon-size: 35px;28
--server-icon-spacing: 8px;29
--server-container-padding: 10px;30
}31
32
/*33
Place any Theme-specific Custom CSS Below here34
*/35