Create starwarstheme.css

This commit is contained in:
gothman122222222 2023-12-09 12:57:24 -10:00 committed by GitHub
parent 316069c3d9
commit 4f2b0d12cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

27
starwarstheme.css Normal file
View File

@ -0,0 +1,27 @@
/**
* @name Star Wars Dark Side
* @author DELETED
* @version auto updates
* @description Theme was created in generator https://vsthemes.org/generator/
* @source https://vsthemes.org/en/skins/discord/31934-starwarsdarkside.html
* @authorLink https://vsthemes.org/user/DELETED/
* @authorId 2
*/
@import url(https://vsthemes.org/uploads/generator/client/BasicBackground.css);
:root {
--transparencycolor: 0,0,0;
--transparencyalpha: 0.2;
--messagetransparency: 0.5;
--guildchanneltransparency: 0.2;
--memberlistransparency: 0;
--accentcolor: 33,1,41;
--background: url("https://vsthemes.org/uploads/posts/2021-04/1619351692_455c553804752aad14cca6adce98f5a2.webp");
--backdrop: rgba(0,0,0,0.2);
--backgroundblur: 0px;
--popoutblur: 0px;
--backdropblur: 0px;
--version1_0_5:none;
--backgroundsize: cover;
--popoutsize: cover;
--backdropsize: cover;
}