Slate

By Tropical Version 1.1 Updated 11/03/2021 202K downloads

An optimized, consistent, and functional theme for Discord based on GitHub's design language.

customizable layout flat dark light

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

Slate screenshot
Slate.theme.css
GitHub

Open source

https://raw.githubusercontent.com/DiscordStyles/Slate/f8488f744c6461fced2d2215458ead3a4d01b587/dist/Slate.theme.css
1/**
2 * @name Slate
3 * @author Gibbu#1211 & Tropical#8908
4 * @version 1.1
5 * @invite TeRQEPb
6 * @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 Variables
19 See available vars here: https://github.com/DiscordStyles/Slate/wiki
20*/
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 here
34*/
35