Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am andreasvb on github.
  • I am andreasvb (https://keybase.io/andreasvb) on keybase.
  • I have a public key ASBd8JCKXjr_AxPyshjjE0Vem-KVpZdqtxN1MsZwQ1fT1wo

To claim this, I am signing this object:

@Andreasvb
Andreasvb / clean_pink.theme.css
Last active September 3, 2017 14:27
Discord theme
//META{"name":"clean_pink","description":"cleaner discord","author":"Andreasvb","version":"1.0"}*//
.app{border:#FF00BC solid 1px;}
.theme-dark .chat>.content .messages .message-group:not(.has-divider){margin-top:-10px;margin-bottom:-10px;}
.theme-dark .chat form{border-top:1px solid #1c1e22;background-color:#282b30;}
.message-group .btn-option{visibility:visible;opacity:0.1;}
.message-group .btn-option:hover{visibility:visible;opacity:1;}
.dms{display:block;margin-top:15px;margin-bottom:15px;}
.guilds-separator:after{top:10px;}
.guild-channels ul .channel-text.unread:not(.selected):not(.channel-muted):before{width:4px;height:12px;border-radius:0;top:4px;left:0;}
.guilds li.active .guild-inner:before{border-radius:0;background:#FF00BC;}