Created
January 6, 2024 13:03
-
-
Save rainyskye/68a8e11456369f6e9bceafb39caa520f to your computer and use it in GitHub Desktop.
slate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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