Theme Goku Loco for Discord

How to install discord skins
- Download 50103-goku-loco.theme.css.
- If this is your first time installing a theme: install BetterDiscord.ย
- Launch Discord and go to the client settings.
- In the "Themes" section, click "Open Theme Folder". This will open an explorer window, where you will need to move the obtained file.
- Go back to the client settings and apply the added skin.
Alternatively, you can install by inserting code into the Custom CSS field.
Custom CSS
/**
* @name Goku Loco
* @author locojuu
* @version auto updates
* @description Theme was created in generator https://vsthemes.org/generator/
* @source https://vsthemes.org/en/skins/discord/50103-goku-loco.html
* @authorLink https://vsthemes.org/user/locojuu/
* @authorId 94969
*/
@import url(https://vsthemes.org/uploads/generator/client/BasicBackground.css);
:root {
--transparencycolor: 77,13,35;
--transparencyalpha: 0.1;
--messagetransparency: 0.5;
--guildchanneltransparency: 0.2;
--memberlistransparency: 0;
--accentcolor: 56,85,138;
--background: url("https://vsthemes.org/uploads/posts/2022-02/1645031709_goku.webp");
--backdrop: rgba(0,0,0,0.2);
--backgroundblur: 0px;
--popoutblur: 0px;
--backdropblur: 0px;
--version1_0_5:none;
--backgroundsize: cover;
--popoutsize: cover;
--backdropsize: cover;
}
Download file
Comments