Skip to content

Instantly share code, notes, and snippets.

@rainyskye
Created January 6, 2024 13:03
Show Gist options
  • Save rainyskye/68a8e11456369f6e9bceafb39caa520f to your computer and use it in GitHub Desktop.
Save rainyskye/68a8e11456369f6e9bceafb39caa520f to your computer and use it in GitHub Desktop.
slate
/**
* @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
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment