Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am brbatwork on github.
  • I am bbarbour (https://keybase.io/bbarbour) on keybase.
  • I have a public key whose fingerprint is 0887 7D06 E5CC 6E45 8331 EB65 D01A 753C 4B79 4ED0

To claim this, I am signing this object:

@brbatwork
brbatwork / slack-dark-theme.css
Last active February 7, 2019 16:09 — forked from bradens/slack-dark-theme.css
Dark theme for slack
body { background: #222; color: #e6e6e6; }
span.c-message_kit__text { color: #ffffff !important; }
a { color: #949494; }
a:link, a:visited { color: #949494; }
a:hover, a:active, a:focus { color: #c7c7c7; }
@brbatwork
brbatwork / dmslack.css
Last active September 7, 2018 15:34
Dark Mode for Slack
body { background: #222; color: #e6e6e6; }
a { color: #949494; }
a:link, a:visited { color: #949494; }
a:hover, a:active, a:focus { color: #c7c7c7; }
hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; }