Skip to content

Instantly share code, notes, and snippets.

View dmonay's full-sized avatar
Accomplished sheep. Aspiring shepherd.

Dmitry Pavluk dmonay

Accomplished sheep. Aspiring shepherd.
View GitHub Profile
@dmonay
dmonay / slack-dark-theme.css
Last active October 25, 2017 22:36 — forked from bradens/slack-dark-theme.css
Dark theme for slack
#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: #282c34 !important;
}
#client_body::before {
border-bottom: 1px solid #2f343e !important;
}