From 4f2b0d12cd4c8c568db520e69cebd3335e413dae Mon Sep 17 00:00:00 2001 From: gothman122222222 <116481973+gothman122222222@users.noreply.github.com> Date: Sat, 9 Dec 2023 12:57:24 -1000 Subject: [PATCH] Create starwarstheme.css --- starwarstheme.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 starwarstheme.css diff --git a/starwarstheme.css b/starwarstheme.css new file mode 100644 index 00000000..77000997 --- /dev/null +++ b/starwarstheme.css @@ -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; +}