Skip to content

Instantly share code, notes, and snippets.

@dixon
Created June 14, 2016 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dixon/8dc9c0131546b09ace683a78c937d037 to your computer and use it in GitHub Desktop.
Save dixon/8dc9c0131546b09ace683a78c937d037 to your computer and use it in GitHub Desktop.
Dark Theme for chat.stackexchange.com
#input-area {
background: #252525 !important;
}
#input {
color: #aaa !important;
background-color: #252525 !important;
}
#sidebar {
color: #aaa !important;
}
#starred-posts li {
border-bottom: 1px solid #555 !important;
margin: 5px 0 !important;
margin-bottom: 0px !important;
}
#widgets > .sidebar-widget:nth-child(2), #room-files {
display: none !important;
}
.catchup-marker {
border-top-style: none !important;
}
.chat-input textarea {
background-color: #333 !important;
color: #bbb !important;
}
.flair, .username {
color: #999 !important;
}
.mention {
color: #222 !important;
}
.messages, .timestamp {
background-color: #222 !important;
color: #bbb !important;
}
.neworedit {
background-color: #444 !important;
color: #bbb !important;
}
.ob-exception-detail {
background-color: #444 !important;
color: #ccc !important;
}
.ob-status-text, .ob-blog-meta, .ob-blog-text, .ob-message, .ob-post-body, .ob-exception-info, .ob-exception-type, .ob-exception-time, .ob-exception-server, .ob-exception-url {
color: #bbb !important;
}
.sidebar-widget * {
color: #888 !important;
}
.onebox {
background-color: #444 !important;
color: #bbb !important;
}
.profiler-results, #debug-message-container, #footer-logo {
display: none !important;
}
.reply-parent, .reply-child {
background-color: #666 !important;
color: #fff !important;
}
.system-message-container .system-message {
color: #777 !important;
font-weight: normal !important;
}
.user-3 .messages {
background-color: #31516B !important;
}
a, .username {
color: #72B1FF !important;
}
body {
background: none !important;
background-color: #111 !important;
}
body, textarea {
font-family: arial !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment