Skip to content

Instantly share code, notes, and snippets.

@FFY00
Last active September 9, 2018 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FFY00/beea5add652088b8589dcc5130d77361 to your computer and use it in GitHub Desktop.
Save FFY00/beea5add652088b8589dcc5130d77361 to your computer and use it in GitHub Desktop.
My Discord Setup
/* add this to your "Custom CSS" section to disable the theme credits in the side */
/* Remove the credits */
.titleBar-AC4pGV .wordmark-2iDDfm::after { content: ""; }
.ui-standard-sidebar-view:before { content: ""; }
//META {"name":"Transparency Theme","description":"If you have any question or suggestion just message me at discord _Twiistrz#8016","author":"_Twiistrz#8016","version":"Config"}*//{}
/**
* To make editing this theme easier I recommend using Notepad++ , you can download it for free here - https://notepad-plus-plus.org/download/
*
* Any images you use MUST end with .jpg or .png or any other image extension
* This is NOT a valid link, https://imgur.com/a/ycjL2
* This is a valid link, https://i.imgur.com/rCqnrQ7.jpg
*
* If you find an image I would STRONGLY recommend rehosting the image on imgur https://imgur.com/upload
**/
/* Custom Font
========================================================================== */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
/* Master File
========================================================================== */
@import url(https://rawgit.com/Twiistrz/TransparencyTheme/master/TransparencyMaster.css);
/* Add-ons - Comment out to disable
========================================================================== */
@import url(https://rawgit.com/Twiistrz/TransparencyTheme/master/ADDONS/Transparency2Grid.css); /* Server Grid 2 Column */
/* @import url(https://rawgit.com/Twiistrz/TransparencyTheme/master/ADDONS/TransparencyChatBG.css); /* Chat Background */
/* Configuration
========================================================================== */
:root {
--font-family: 'Whitney';
--bg-app: url(https://i.imgur.com/h0YyOD7.png);
--bg-popout: url(https://i.imgur.com/kvPnkJY.jpg);
--bg-homeButton: url(https://cdn.discordapp.com/avatars/281501623811964928/0295dbe9620ed2e23c4f0f87d8ece30b.png); /* put the URL of your avatar here */
--text-primary: #fff;
--text-secondary: #ccc; /* Darker color of --text-primary */
--accent-color: #3498db;
--accent-hover: #2980b9; /* Darker color of --accent-color */
--transparency-color: 0, 0, 0; /* Default: 0, 0, 0 */
--transparency-alpha: 0.1; /* Default: 0.7 */
--notification-borderSize: 3px; /* Default: 3px */
--opacity-dimmed: .5; /* Default: .5 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment