Skip to content

Instantly share code, notes, and snippets.

@anziem
anziem / slack-solarized-theme.css
Last active March 4, 2021 09:45 — forked from bradens/slack-dark-theme.css
Solarized theme for Slack (including background - not just sidebar)
#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 #268BD2 !important;
}