Skip to content

Instantly share code, notes, and snippets.

View jalev's full-sized avatar
🎯
Focusing

James Bach jalev

🎯
Focusing
View GitHub Profile
@jalev
jalev / slack-solarized-theme.css
Last active November 1, 2018 10:27 — forked from jez/slack-solarized-theme.css
Solarized theme for Slack (including background - not just sidebar)
@-moz-document regexp("https://[^./]*\\.slack\\.com/(?!pricing)(?!security).*") { body { background: #000; color: #00b9f2; }
a { color: #1793d1; }
a:link, a:visited { color: #1793d1; }
a:hover, a:active, a:focus { color: #299bd4; }
hr { border-bottom: 1px solid #202020; border-top: 1px solid #000; }
h1, h2, h3, h4 { color: #00b9f2; }
h1 a { color: #00b9f2; }
h1 a:active, h1 a:hover, h1 a:link, h1 a:visited { color: #00b9f2; }
.bordered { border: 1px solid #181818; }
.top_border { border-top: 1px solid #181818; }