Skip to content

Instantly share code, notes, and snippets.

@thejsa
Created September 7, 2017 19:32
Show Gist options
  • Save thejsa/3f415871f5a240f48527129f9f1678cb to your computer and use it in GitHub Desktop.
Save thejsa/3f415871f5a240f48527129f9f1678cb to your computer and use it in GitHub Desktop.
/* This will automatically update your theme to the latest release */
@import "https://rawgit.com/AlexFlipnote/Discord_Theme/master/theme.css";
/*
How to add plugins :D
1. Just add any @import from either my PLUGINS.md file or find some other @import stuff
2. Add them under this comment
3. Enjoy some fun stuff :P
*/
@import "https://rawgit.com/AlexFlipnote/Discord_Theme/master/assets/transparent.css";
/* Settings */
.app { background: rgba(0, 0, 0, 0.75); }
body {
background: url("https://cdn.discordapp.com/attachments/247093232528261131/307937521566875648/603714-anime-girls-armor-arms-raised-brown-eyes-brunettes-close-up-gauntlets-glint-long-hair-origina.png");
/* Advanced settings */
background-size: cover; background-attachment: fixed;
background-position: center; background-repeat: no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment