fix vesktop stuff
This commit is contained in:
parent
93a12833fa
commit
5ae229da31
52 changed files with 148 additions and 82 deletions
34
vesktop/themes/Slate.theme.css
Normal file
34
vesktop/themes/Slate.theme.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
/**
|
||||
* @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
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue