new themes, new i3 sleep config

This commit is contained in:
2024-07-22 18:21:51 +02:00
parent 5e25596013
commit 449f5ca9a6
10 changed files with 558 additions and 0 deletions

View 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;
/*------*/
}