Last active
October 4, 2017 12:17
-
-
Save simov/b637b4776ee85d7fd0d46bebb3a87ac0 to your computer and use it in GitHub Desktop.
Slack Dark Theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*set filter*/ | |
html { | |
filter: invert(90%) hue-rotate(180deg); | |
background-color: rgb(25, 25, 25); | |
} | |
/*reset*/ | |
img, | |
.emoji, | |
.emoji-outer, | |
.member_preview_link, | |
[style^='background-image'], | |
.msg_inline_video_holder, | |
.image_bg, | |
#banner, | |
iframe | |
{ | |
filter: invert(90%) hue-rotate(180deg); | |
background-color: transparent; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment