Skip to content

Instantly share code, notes, and snippets.

@VitorBlog
Created November 24, 2020 00:03
Show Gist options
  • Save VitorBlog/a72da30b194edef4e28543dab0533dbb to your computer and use it in GitHub Desktop.
Save VitorBlog/a72da30b194edef4e28543dab0533dbb to your computer and use it in GitHub Desktop.
"Amoled Dark" Discord
// "Amoled Dark" Discord - Press Ctrl + Shift + I and paste-me
var style=document.createElement("style");style.type="text/css",style.innerHTML=".theme-dark {--background-primary: #000;--background-secondary: #171717;--background-secondary-alt: #000;--background-tertiary: #000;--channeltextarea-background: #171717;--background-accent: #202020;--background-accent: #202020;--background-accent: #202020;--background-accent: #202020;--background-accent: #202020;--background-accent: #000;} .tabBody-3YRQ8W {background: #000;}",document.getElementsByTagName("head")[0].appendChild(style);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment