mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 12:02:46 +00:00
new themes, new i3 sleep config
This commit is contained in:
23
.config/Vencord/themes/SkeuoCord.theme.css
Normal file
23
.config/Vencord/themes/SkeuoCord.theme.css
Normal file
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @name SkeuoCord
|
||||
* @author Marda33
|
||||
* @version Auto Update
|
||||
* @description A complete skeuomorphic overhaul for Discord.
|
||||
* @website https://github.com/Marda33/SkeuoCord
|
||||
* @source https://marda33.github.io/SkeuoCord/updates/SkeuoCordBase.css
|
||||
*/
|
||||
|
||||
@import url("https://marda33.github.io/SkeuoCord/updates/SkeuoCordBase.css");
|
||||
/*replace SkeuoCordBase with SkeuoCord_BGImport to use custom BG image*/
|
||||
|
||||
:root {
|
||||
/*User Avatar Border Radius Values - change all below to 999px for circle avatars, set back to default values for square avatars*/
|
||||
--maskradius: 2px !important; /*default: 2px*/
|
||||
--avatarradius: 3px !important; /*default: 3px*/
|
||||
--smallavatarradius: 2px !important; /*default: 2px*/
|
||||
--medavatarradius: 4px !important; /*default: 4px*/
|
||||
--largeavatarradius: 5px !important; /*default: 5px*/
|
||||
/*Custom BG - enter the link to the image you want to use as the app background, keep quotes*/
|
||||
--bg-image: url('here') center/cover no-repeat !important;
|
||||
/*------*/
|
||||
}
|
Reference in New Issue
Block a user