Skip to content

Instantly share code, notes, and snippets.

@aairbag
aairbag / slack-solarized-theme.css
Last active December 5, 2017 17:24 — forked from anziem/slack-solarized-theme.css
Solarized theme for Slack (including background - not just sidebar)
#channel_topic_text, #msgs_scroller_div::-webkit-scrollbar-track, #client_body::before, .client_container,
#search_terms, #client_body, #footer, ts-message, .channel_header, ts-jumper ts-jumper-container,
ts-jumper input[type="text"] {
background: #002B36 !important;
}
#client_body::before {
border-bottom: 1px solid #073642 !important;
}