stylez

dark css style orverrides for sites i use

slack/style.css


.app_preview_link_slug,
.internal_member_link,
.internal_user_group_link,
ts-mention,
#channel_topic_text {
    background: #000000;
    color: #6688AA !important;
}
.app_preview_link_slug:hover,
.internal_member_link:hover,
.internal_user_group_link:hover,
ts-mention:hover,
#channel_topic_text:hover {
    background: #6688aa;
    color: #000000 !important;
}
#team_menu {
    border: none !important;
}
#primary_file_button {
    background-color: #333 !important;
}
.ql-editor p,
.ql-blank p {
    color: #c0c0c0;
}
#msg_input + #primary_file_button:not(:hover):not(.active) {
    border-color: #333;
}
.flex_pane_showing #col_flex,
#flex_contents .heading {
    border-color: #272822;
}
.client_channels_list_container {
    border-right: 1px solid #272822;
}
#details_tab .heading {
    background: #272822 !important;
}
#flex_contents .heading_text {
    color: #c0c0c0;
}
ts-message.active:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply),
ts-message.message--focus:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply),
ts-message:hover:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply) {
    background: #111;
    box-shadow: none;
}
body {
    background: #222222;
    color: #e0e0e0;
}
a {
    color: #ffffff;
}
a:link,
a:visited {
    color: #6688AA;
}
a:hover,
a:active,
a:focus {
    color: #cc6666;
}
hr {
    border-bottom: 1px solid #373b41;
    border-top: 1px solid #222222;
}
h1,
h2,
h3,
h4 {
    color: #e0e0e0;
}
h1 a {
    color: #e0e0e0;
}
h1 a:active,
h1 a:hover,
h1 a:link,
h1 a:visited {
    color: #e0e0e0;
}
.bordered {
    border: 1px solid #222222;
}
.top_border {
    border-top: 1px solid #222222;
}
.bottom_border {
    border-bottom: 1px solid #222222;
}
.left_border {
    border-left: 1px solid #222222;
}
.right_border {
    border-right: 1px solid #222222;
}
.alert {
    background-color: #222222;
    border-color: #1d1f21;
    color: #e0e0e0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.alert h4 {
    color: #e0e0e0;
}
.alert-info {
    background-color: #222222;
    border-color: #1d1f21;
    color: #e0e0e0;
}
.alert-info h4 {
    color: #e0e0e0;
}
::-webkit-scrollbar-track {
    background: #222222 !important;
    border-left-color: #222222 !important;
    border-right-color: #222222 !important;
    color: #222222 !important;
}
::-webkit-scrollbar-thumb {
    background: #373b41 !important;
    border-left-color: #222222 !important;
    border-right-color: #222222 !important;
    color: #222222 !important;
}
::-webkit-scrollbar-corner {
    background: #222222 !important;
}
.supports_custom_scrollbar #messages_container::after {
    background: none !important;
}
.monkey_scroll_bar {
    background: #373b41;
}
.monkey_scroll_handle_inner {
    background: #373b41;
    border: 1px solid #969896;
}
.monkey_scroll_bar_native_scrollbar_shim {
    background: transparent;
}
#client-ui .monkey_scroll_bar {
    background: #373b41;
}
#client-ui .monkey_scroll_handle_inner {
    background: #373b41;
    border: 3px solid #222222;
}
#monkey_scroll_wrapper_for_channels_scroller .monkey_scroll_bar {
    background: #373b41;
}
#monkey_scroll_wrapper_for_channels_scroller .monkey_scroll_handle_inner {
    background: #373b41;
    border: 3px solid #222222;
}
#col_channels {
    background-color: #222222;
    color: #e0e0e0;
}
#col_channels_collapse_view {
    background: #222222;
}
.channels_list_holder h2 {
    color: #e0e0e0 !important;
}
.channels_list_holder h2.hoverable:not(.jquery_hover):hover {
    color: #e0e0e0;
    opacity: 0.8;
}
.channels_list_holder ul {
    color: #e0e0e0 !important;
}
.channels_list_holder ul li {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.channels_list_holder ul li .channel_name,
.channels_list_holder ul li .group_name,
.channels_list_holder ul li .im_name,
.channels_list_holder ul li .mpim_name,
.channels_list_holder ul li > a {
    background: #222222;
    color: rgba(224, 224, 224, 0.8) !important;
}
.channels_list_holder ul li .channel_name:hover,
.channels_list_holder ul li .group_name:hover,
.channels_list_holder ul li .im_name:hover,
.channels_list_holder ul li .mpim_name:hover,
.channels_list_holder ul li > a:hover {
    background: #222222 !important;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.channels_list_holder ul li .group_close,
.channels_list_holder ul li .im_close,
.channels_list_holder ul li .mpim_close {
    color: #ffffff !important;
}
.channels_list_holder ul li.mention a {
    color: #e0e0e0;
}
.channels_list_holder ul li.unread:not(.muted_channel) {
    color: #efefef !important;
}
.channels_list_holder ul li.unread:not(.muted_channel) .channel_name,
.channels_list_holder ul li.unread:not(.muted_channel) .group_name,
.channels_list_holder ul li.unread:not(.muted_channel) .im_name,
.channels_list_holder ul li.unread:not(.muted_channel) .mpim_name,
.channels_list_holder ul li.unread:not(.muted_channel) > a {
    background: #222222;
    color: #efefef !important;
}
.channels_list_holder ul li.unread .prefix {
    color: #e0e0e0 !important;
    opacity: 1;
}
.channels_list_holder .unread_just {
    background: #222222;
    color: #e0e0e0;
}
.channels_list_holder .unread_highlights {
    background: #bf360c;
    color: #e0e0e0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.channels_list_new_btn {
    color: #ffffff;
}
.list_more {
    border-bottom: 1px dotted #ffffff;
    color: #ffffff !important;
}
.list_more:hover {
    border-bottom: 1px solid #cc6666;
    color: #cc6666 !important;
}
#channels_scroller.show_which_channel_is_active ul li.active .channel_name,
#channels_scroller.show_which_channel_is_active ul li.active .group_name,
#channels_scroller.show_which_channel_is_active ul li.active .mpim_name,
#channels_scroller.show_which_channel_is_active ul li.active .im_name {
    background: #222222;
    color: #e0e0e0 !important;
}
#channels_scroller.show_which_channel_is_active ul li.active a.group_name,
#channels_scroller.show_which_channel_is_active ul li.active a.im_name,
#channels_scroller.show_which_channel_is_active ul li.active a.mpim_name {
    background: #222222;
    color: #e0e0e0;
}
#channels_scroller.show_which_channel_is_active ul li.active a.channel_name .prefix,
#channels_scroller.show_which_channel_is_active ul li.active a.group_name .prefix {
    color: #81a2be;
}
#channels_scroller.show_which_channel_is_active ul li.active .unread_highlights {
    background: #bf360c;
    color: #e0e0e0;
}
#channel_scroll_down,
#channel_scroll_up {
    background: #1d1f21;
    color: #e0e0e0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
#channel_scroll_down:hover {
    color: #e0e0e0;
}
#channel_scroll_down.unseen_have_mentions {
    background: #bf360c;
}
#channel_scroll_up.unseen_have_mentions {
    background: #bf360c;
}
#channel_scroll_up:hover {
    color: #e0e0e0;
}
#list_controls {
    border-bottom: 1px solid #222222;
    color: #81a2be;
}
#list_search {
    border: 1px solid #222222;
}
#list_search_container .icon_search {
    color: #81a2be;
}
#list_search_container .icon_close {
    color: #81a2be;
}
#list_browser p.highlighted {
    background: #222222;
}
#list_browser:not(.keyboard_active) p:hover {
    background: #222222;
}
#list_browser .item_creator {
    color: #81a2be;
}
#list_browser .item_count {
    color: #e0e0e0;
}
#list_browser .item_purpose {
    color: #e0e0e0;
}
#list_browser_dialog .modal-footer a {
    color: #ffffff;
}
#list_browser_dialog .modal-footer a:hover {
    color: #cc6666;
}
#channel_list_invites_link {
    border-bottom: 1px dotted #ffffff;
    color: #ffffff !important;
    font-size: 0.9rem;
}
#channel_list_invites_link:hover {
    border-bottom: 1px solid #ffffff;
}
#quick_switcher_btn {
    background: #222222;
    border-top: 2px solid #222222;
}
#quick_switcher_btn > i {
    color: #81a2be;
}
#quick_switcher_btn:active,
#quick_switcher_btn:hover {
    background: #222222;
    border-color: #222222;
}
#quick_switcher_btn:active > i,
#quick_switcher_btn:hover > i {
    color: #ffffff;
}
#quick_switcher_btn:active #quick_switcher_label,
#quick_switcher_btn:hover #quick_switcher_label {
    color: #ffffff;
}
#quick_switcher_btn:active #quick_switcher_shortcut,
#quick_switcher_btn:hover #quick_switcher_shortcut {
    color: #ffffff;
}
#quick_switcher_shortcut {
    color: #81a2be;
}
#quick_switcher_label {
    color: #81a2be;
}
.loading #loading-zone {
    background: #222222;
}
#loading_welcome {
    background-image: none;
}
#loading_message p {
    color: #e0e0e0;
}
#loading_message #loading_message_attribution {
    color: #81a2be;
}
#col_channels_bg {
    background: #222222;
}
#loading_team_menu_bg,
#loading_user_menu_bg {
    background: #222222;
    border: none;
}
#loading_message_spinner {
    background-image: none;
    width: auto;
}
#loading_message_spinner::after {
    color: #81a2be;
    content: "Loading...";
}
body.loading #team_menu,
body.loading #quick_switcher_btn,
body.loading #team_menu_overlay,
body.loading #col_channels_overlay,
body.loading #col_channels {
    background-color: #222222;
}
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=color],
input[type=search] {
    background-color: #373b41;
    border: 1px solid #1d1f21;
    color: #e0e0e0;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=color]:focus,
input[type=search]:focus {
    border-color: rgba(40, 42, 46, 0.8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(150, 152, 150, 0.6);
}
input[type=file]:focus {
    outline: #e0e0e0 dotted thin;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: #e0e0e0 dotted thin;
}
select {
    background: #373b41;
}
select,
textarea {
    border: 1px solid #1d1f21;
    color: #e0e0e0;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
select:active,
select:focus,
textarea:active,
textarea:focus {
    border-color: #222222;
    box-shadow: 0 0 7px rgba(150, 152, 150, 0.15);
}
input:disabled,
input:disabled:active,
select:disabled,
textarea:disabled {
    border-color: #373b41 !important;
}
.no_touch input:hover,
.no_touch select:hover,
.no_touch textarea:hover {
    border-color: #222222;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
.no_touch label.select:hover select {
    border-color: #222222;
}
.no_touch label.select:not(.disabled):hover::after {
    color: #222222;
}
label.disabled {
    color: #e0e0e0;
}
legend {
    border-bottom: 1px solid #969896;
}
legend small {
    color: #81a2be;
}
.uneditable-input,
.uneditable-textarea {
    background-color: #373b41;
    border: 1px solid #1d1f21;
    color: #e0e0e0;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
.uneditable-input:focus,
.uneditable-textarea:focus {
    border-color: rgba(150, 152, 150, 0.8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(150, 152, 150, 0.6);
}
textarea {
    background-color: #373b41;
    border: 1px solid #1d1f21;
    color: #e0e0e0;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
textarea:focus {
    border-color: rgba(150, 152, 150, 0.8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(150, 152, 150, 0.6);
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
::-webkit-input-placeholder {
    color: #e0e0e0 !important;
    -webkit-filter: none;
    filter: none;
    opacity: 0.5;
}
::-moz-placeholder {
    color: #e0e0e0 !important;
    filter: none;
    opacity: 0.5;
}
::placeholder {
    color: #e0e0e0 !important;
    filter: none;
    opacity: 0.5;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #e0e0e0 !important;
    -webkit-filter: none;
    filter: none;
    opacity: 0.5;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #e0e0e0 !important;
    filter: none;
    opacity: 0.5;
}
input::placeholder,
textarea::placeholder {
    color: #e0e0e0 !important;
    filter: none;
    opacity: 0.5;
}
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly] {
    background-color: #373b41 !important;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
.form-actions {
    background-color: #373b41;
    border-top: 1px solid #222222;
}
.help-block,
.help-inline {
    color: #81a2be;
}
.input-append .add-on,
.input-prepend .add-on {
    background-color: #969896;
    border: 1px solid #373b41;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.btn {
    background-color: #373b41;
    color: #e0e0e0 !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.btn.hover,
.btn:focus,
.btn:hover,
.btn.active,
.btn:active {
    background-color: #373b41;
    color: #e0e0e0;
}
.btn.btn_border {
    border: 2px solid #373b41;
}
.btn.disabled,
.btn:disabled {
    background-color: #1d1f21 !important;
}
.btn.disabled:active,
.btn.disabled:hover,
.btn:disabled:active,
.btn:disabled:hover {
    background-color: #1d1f21 !important;
}
.btn.btn_outline.btn_danger,
.btn.btn_outline.btn_warning {
    background-color: #bf360c !important;
    color: #e0e0e0 !important;
}
.btn.btn_outline.btn_danger:focus,
.btn.btn_outline.btn_danger:hover,
.btn.btn_outline.btn_warning:focus,
.btn.btn_outline.btn_warning:hover {
    background-color: #222222 !important;
    border-color: #bf360c !important;
    color: #bf360c !important;
}
.btn.btn_outline.disabled {
    background: #373b41 !important;
    color: #ffffff !important;
}
.btn.btn_outline.disabled:hover {
    background: #373b41 !important;
    color: #ffffff !important;
}
.btn.btn_attachment {
    border-color: #373b41;
}
.btn.btn_attachment:hover,
.btn.btn_attachment:focus {
    background-color: #222222;
    border-color: #969896;
}
.btn.btn_attachment.btn_danger {
    border-color: #bf360c;
}
.btn.btn_attachment.btn_danger:hover,
.btn.btn_attachment.btn_danger:focus {
    border-color: #ef440f;
}
.btn.btn_attachment.btn_primary {
    border-color: #969896;
}
.btn.btn_attachment.btn_primary:hover,
.btn.btn_attachment.btn_primary:focus {
    border-color: #b0b1b0;
}
.btn_outline {
    background: #222222;
    color: #ffffff !important;
}
.btn_outline::after {
    border: 1px solid #373b41;
}
.btn_outline.btn_transparent {
    color: rgba(55, 59, 65, 0.9) !important;
}
.btn_outline.btn_transparent::after {
    border: 1px solid rgba(40, 42, 46, 0.5);
}
.btn_outline.btn_transparent.active,
.btn_outline.btn_transparent.hover,
.btn_outline.btn_transparent:active,
.btn_outline.btn_transparent:focus,
.btn_outline.btn_transparent:hover {
    background-color: rgba(55, 59, 65, 0.9) !important;
    color: #cc6666 !important;
}
.btn_outline.btn_transparent.active,
.btn_outline.btn_transparent:active {
    background-color: rgba(55, 59, 65, 0.8) !important;
}
.btn_outline.hover,
.btn_outline:focus,
.btn_outline:hover {
    background: #222222;
    color: #cc6666 !important;
}
.btn_outline:active {
    color: #cc6666;
}
.btn_outline.active {
    color: #cc6666 !important;
}
.btn_link {
    color: #ffffff;
}
.btn_link:hover,
.btn_link:focus {
    color: #cc6666;
}
.btn-group.open .btn.dropdown-toggle {
    background-color: #373b41;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #373b41;
}
.btn-group > .btn + .dropdown-toggle {
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.125), inset 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(255, 255, 255, 0.05);
}
.btn_info,
.btn.btn_success {
    background-color: #222222 !important;
}
.btn_warning,
.btn_danger {
    background-color: #bf360c !important;
}
.btn-danger .caret,
.btn-info .caret,
.btn-inverse .caret,
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret {
    border-bottom-color: #e0e0e0;
    border-top-color: #e0e0e0;
}
.input_note {
    color: #e0e0e0;
}
.lazy_filter_select.default_style.disabled {
    background: #222222;
}
.lazy_filter_select.default_style.disabled input.lfs_input {
    background: #969896;
}
.lazy_filter_select.default_style .lfs_input_container {
    border: 1px solid #1d1f21;
}
.lazy_filter_select.default_style .lfs_input_container.active,
.lazy_filter_select.default_style .lfs_input_container:hover {
    border-color: #222222;
}
.lazy_filter_select.default_style .lfs_input_container.active {
    box-shadow: 0 0 7px rgba(40, 42, 46, 0.15);
}
.lazy_filter_select.default_style .lfs_list_container {
    background: #222222;
    border: 1px solid #1d1f21;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.lazy_filter_select.default_style .lfs_list .lfs_item.selected {
    color: #e0e0e0;
}
.lazy_filter_select.default_style .lfs_list .lfs_item.disabled {
    color: #e0e0e0;
}
.lazy_filter_select.default_style .lfs_list .lfs_item.active {
    background-color: #1d1f21;
    border-color: #222222;
    color: #e0e0e0;
}
.lazy_filter_select.default_style .lfs_token {
    background: #222222;
    border: 1px solid #1d1f21;
    color: #e0e0e0;
}
.lazy_filter_select.default_style .lfs_token::after {
    color: #e0e0e0;
}
.lazy_filter_select.default_style.single .lfs_input_container.active::after,
.lazy_filter_select.default_style.single .lfs_input_container:hover::after {
    color: #e0e0e0;
}
#message_edit_form .emo_menu {
    color: rgba(224, 224, 224, 0.3);
}
#message_edit_form .emo_menu.active .ts_icon_happy_smile,
#message_edit_form .emo_menu:hover .ts_icon_happy_smile {
    color: #969896;
}
#message_edit_form.focus .emo_menu {
    color: rgba(224, 224, 224, 0.6);
}
#message_edit_form.focus #primary_file_button:not(:hover) {
    border-color: #222222;
}
#message_edit_form.offline #message-input,
#message_edit_form.offline #primary_file_button {
    background-color: #222222 !important;
}
#message_edit_form.offline #primary_file_button {
    border-color: #373b41;
    color: #81a2be;
}
#msg_form.focus #msg_input,
#msg_form.focus #primary_file_button:not(:hover):not(.active) {
    border-color: #222222;
}
#msg_form #msg_input {
    background: padding-box #373b41;
    border-color: #373b41;
    border-left: 0;
    color: #e0e0e0;
}
#msg_input {
    background: #373b41;
    border-color: #373b41;
    color: #e0e0e0;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
#msg_input:focus {
    border-color: #222222;
}
#msg_input:focus + #primary_file_button:not(:hover):not(.active) {
    border-color: #222222;
}
#msg_input.offline:not(.pretend-to-be-online) {
    background-color: #222222 !important;
    color: #81a2be;
}
#msg_input.disabled,
#msg_input.ql-disabled {
    background-color: #222222;
    border-color: #222222;
    color: #81a2be;
}
#msg_input_message {
    background-color: #222222;
    color: #e0e0e0;
}
#primary_file_button {
    background: padding-box #373b41;
    border-color: #373b41;
}
#primary_file_button.active,
#primary_file_button:hover {
    background: #373b41;
    border-color: #222222;
    color: #81a2be;
}
#footer,
#footer.footer_msg_input {
    background: #222222;
}
#footer.disabled #message-input,
#footer.disabled #msg_input {
    background: padding-box #222222 !important;
    border-color: #222222 !important;
}
#footer_archives_table {
    color: #81a2be;
}
#typing_text {
    color: #81a2be;
}
#notification_bar.wide #typing_text.overflow_ellipsis {
    -webkit-filter: none;
    filter: none;
}
#special_formatting_text {
    color: #81a2be;
}
#msg_form .emo_menu,
#message_edit_form .emo_menu,
.inline_message_input_container .emo_menu {
    color: rgba(224, 224, 224, 0.35);
}
.ts_toggle .ts_toggle_button {
    background: #1d1f21;
    color: #e0e0e0;
}
.ts_toggle .ts_toggle_button .ts_toggle_handle {
    background: #222222;
}
.ts_toggle .ts_toggle_secondary_label {
    color: #81a2be;
}
.ts_toggle.checked .ts_toggle_button {
    background: #969896;
    color: #e0e0e0;
}
.ts_toggle.ts_toggle_orange .ts_toggle_button {
    background: #bf360c;
    color: #e0e0e0;
}
.menu {
    background: #222222;
    border: 1px solid #222222;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #e0e0e0;
}
.menu .menu_content {
    background: #222222 !important;
}
.menu .menu_filter_container {
    background: #222222;
}
.menu .menu_filter_container input.menu_filter {
    border: 1px solid #373b41;
}
.menu .menu_filter_container input.menu_filter:focus {
    border-color: #373b41;
}
.menu .menu_filter_container .icon_search {
    color: #81a2be;
}
.menu .menu_filter_container .icon_close {
    color: #81a2be !important;
}
.menu #menu_header .menu_simple_header {
    background: #1d1f21;
    border-color: #222222;
    color: #e0e0e0;
}
.menu #menu_header .menu_simple_header a {
    color: #ffffff;
}
.menu #menu_header .menu_simple_header a:hover {
    color: #cc6666;
}
.menu #menu_header .menu_close {
    color: #e0e0e0;
}
.menu .section_header .header_label {
    background-color: #222222;
    color: #81a2be;
}
.menu .section_header > div.header_label_container {
    color: #81a2be;
}
.menu ul li a {
    background: #222222;
    border-bottom: 0;
    color: #e0e0e0;
}
.menu ul li a.delete_link {
    color: #bf360c;
}
.menu ul li.highlighted a {
    background: #222222;
    border-bottom-color: #1d1f21;
    color: #e0e0e0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.menu ul li.highlighted a.delete_link {
    color: #bf360c;
}
.menu ul li.disabled a {
    color: #81a2be;
}
.menu ul li i {
    color: #81a2be;
}
.menu ul li.divider {
    border-bottom-color: #222222;
}
.menu:not(.keyboard_active) ul li:hover:not(.disabled) a {
    background: #222222;
    border-bottom-color: #1d1f21;
    color: #e0e0e0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.menu:not(.keyboard_active) ul li:hover:not(.disabled) a.delete_link {
    color: #bf360c;
}
.menu input {
    background: #222222;
    border: 1px solid #373b41;
}
.menu textarea {
    background: #222222;
    border: 1px solid #373b41;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
.menu #menu_footer .menu_footer {
    background: #1d1f21;
    border-top: 1px solid #222222;
}
.menu #monkey_scroll_wrapper_for_menu_items_scroller {
    background: #222222;
}
.menu #menu_list_container #menu_list .menu_list_item a {
    color: #e0e0e0;
}
.menu #menu_list_container #menu_list .menu_list_item.active a {
    background: #373b41;
    color: #e0e0e0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
#autocomplete_menu {
    color: #e0e0e0;
}
#autocomplete_menu h2 {
    color: #e0e0e0;
}
#autocomplete_menu .no_results {
    color: #e0e0e0;
}
#autocomplete_menu .keyword_match .modifier {
    color: #81a2be;
}
#autocomplete_menu .boxed {
    background: #222222;
    border: 1px solid #222222;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
}
#autocomplete_menu .section_header .header_label {
    background-color: #222222;
    color: #81a2be;
}
#autocomplete_menu .pickmeup {
    border-bottom: 1px solid #222222;
}
#autocomplete_menu.search_menu .section_header::before {
    background-color: #373b41;
}
#autocomplete_menu.search_menu header {
    color: #e0e0e0;
}
#autocomplete_menu.search_menu header .header_label::before {
    background-color: #222222;
}
#autocomplete_menu.search_menu .query_header {
    background-color: transparent;
}
#autocomplete_menu.search_menu .query_header .search_query_preview {
    color: #e0e0e0;
}
#autocomplete_menu.search_menu li.highlighted .result_item_btn {
    background: #222222;
    color: #e0e0e0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
#autocomplete_menu.search_menu li.highlighted .modifier_icon {
    color: #81a2be;
}
#autocomplete_menu.search_menu li.highlighted .action_btn {
    color: #e0e0e0;
}
#autocomplete_menu.search_menu li.highlighted .delete_btn {
    color: #ffffff;
}
#autocomplete_menu.search_menu li.highlighted .delete_btn:focus,
#autocomplete_menu.search_menu li.highlighted .delete_btn:hover {
    color: #bf360c;
}
#autocomplete_menu.search_menu li.highlighted .muted_text {
    color: #81a2be;
}
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .muted_text,
#autocomplete_menu.search_menu:not(.keyboard_active) li:hover .muted_text {
    color: #81a2be;
}
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .result_item_btn,
#autocomplete_menu.search_menu:not(.keyboard_active) li:hover .result_item_btn {
    background: #222222;
    color: #e0e0e0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .modifier_icon,
#autocomplete_menu.search_menu:not(.keyboard_active) li:hover .modifier_icon {
    color: #81a2be;
}
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .action_btn,
#autocomplete_menu.search_menu:not(.keyboard_active) li:hover .action_btn {
    color: #e0e0e0;
}
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .delete_btn,
#autocomplete_menu.search_menu:not(.keyboard_active) li:hover .delete_btn {
    color: #ffffff;
}
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .delete_btn:focus,
#autocomplete_menu.search_menu:not(.keyboard_active) li:focus .delete_btn:hover,
#autocomplete_menu.search_menu:not(.keyboard_active) li:hover .delete_btn:focus,
#autocomplete_menu.search_menu:not(.keyboard_active) li:hover .delete_btn:hover {
    color: #bf360c;
}
#autocomplete_menu.search_menu .muted_text {
    color: #81a2be;
}
#autocomplete_menu.search_menu .time_modifiers::before {
    background-color: #222222;
}
#autocomplete_menu.search_menu .result_item_btn {
    color: #e0e0e0;
}
#autocomplete_menu.search_menu .action_btn,
#autocomplete_menu.search_menu .modifier_icon {
    color: #81a2be;
}
#autocomplete_menu.search_menu footer .keyword::before,
#autocomplete_menu.search_menu footer .modifier::before {
    background: #969896;
    border: 1px solid #373b41;
    color: #e0e0e0;
}
#autocomplete_menu.search_menu footer .selected .keyword::before,
#autocomplete_menu.search_menu footer .selected .modifier::before {
    background: rgba(55, 59, 65, 0.25);
    border: #969896;
}
#autocomplete_menu.search_menu footer .modifier.incomplete::before {
    background: #222222;
    border: 1px solid #1d1f21;
}
.search_light_grey {
    color: #e0e0e0 !important;
}
.highlighter_underlay .keyword::before {
    background: #969896;
    border: 1px solid #373b41;
    color: #e0e0e0;
}
.highlighter_underlay .modifier::before {
    background: #969896;
    border: 1px solid #373b41;
    color: #e0e0e0;
}
.highlighter_underlay .modifier.incomplete::before {
    background: #222222;
    border: 1px solid #1d1f21;
}
.highlighter_underlay .selected .keyword::before,
.highlighter_underlay .selected .modifier::before {
    background: rgba(150, 152, 150, 0.25);
    border: #373b41;
}
.highlighter_underlay .ghost_text {
    color: #e0e0e0;
}
.pickmeup {
    background: #222222;
    border: 1px solid #222222;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.pickmeup .pmu-instance .pmu-button {
    color: #e0e0e0;
}
.pickmeup .pmu-instance .pmu-today.pmu-selected,
.pickmeup .pmu-instance .pmu-today:hover {
    background: #222222 !important;
}
.pickmeup .pmu-instance .pmu-today.pmu-selected .pmu-today-border,
.pickmeup .pmu-instance .pmu-today:hover .pmu-today-border {
    background: #969896;
    color: #e0e0e0 !important;
}
.pickmeup .pmu-instance .pmu-today-border {
    border: 2px solid #373b41 !important;
    color: #969896 !important;
}
.pickmeup .pmu-instance .pmu-button:not(.pmu-disabled):hover {
    background: #373b41;
    color: #e0e0e0;
}
.pickmeup .pmu-instance .pmu-not-in-month {
    background: #222222;
    color: #81a2be;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
    background: #373b41;
}
.pickmeup .pmu-instance .pmu-disabled {
    background: #222222;
    color: #81a2be;
}
.pickmeup .pmu-instance .pmu-disabled:hover {
    background: #222222;
    color: #81a2be;
}
.pickmeup .pmu-instance .pmu-selected {
    background: #373b41;
    color: #e0e0e0;
}
.pickmeup .pmu-instance nav {
    color: #ffffff;
}
.pickmeup .pmu-instance nav :first-child :hover {
    color: #cc6666;
}
.pickmeup .pmu-instance .pmu-months *,
.pickmeup .pmu-instance .pmu-years * {
    border: 1px solid #222222;
}
.pickmeup .pmu-instance .pmu-day-of-week {
    color: #e0e0e0;
}
.pickmeup .pmu-instance .pmu-day-of-week * {
    border: 1px solid #222222;
}
.pickmeup .pmu-instance .pmu-days * {
    border: 1px solid #222222;
}
#menu.date_picker .pickmeup .pmu-instance .pmu-button:not(.pmu-disabled):hover,
#menu.date_picker .pickmeup .pmu-selected {
    background: #373b41;
}
#menu.date_picker li.date_picker_item a {
    color: #e0e0e0;
}
#menu.date_picker li.date_picker_item a:hover {
    color: #e0e0e0;
}
#menu.date_picker li.date_picker_item.highlighted a {
    color: #81a2be;
}
#im-list li.member.active .presence,
#starred-list li.member.active .presence {
    color: #fff;
}
#im-list li.member.active .presence.away,
#starred-list li.member.active .presence.away {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}
#file_member_filter {
    background: #1d1f21;
}
#client-ui .member_filter {
    border: 1px solid #373b41;
}
#client-ui .member_file_filter_menu .searchable_member_list_scroller .team_list_item:hover .channel_page_member_row {
    background: #222222;
}
#client-ui .member_file_filter_menu .searchable_member_list_scroller .team_list_item:hover .member {
    color: #e0e0e0;
}
#client-ui #team_list_container #team_filter .member_filter {
    background-color: #222222;
    border-left: 1px solid #1d1f21;
}
#client-ui #file_member_filter {
    border-color: #373b41;
}
#client-ui #file_member_filter .member_filter {
    border-color: #373b41;
}
#client-ui .team_tabs_container {
    border-bottom: 1px solid #1d1f21;
}
#team_filter .icon_search {
    color: #81a2be;
}
#team_filter a.icon_close {
    color: #ffffff;
}
#team_filter a.icon_close:hover {
    color: #cc6666;
}
.filter_header {
    background-color: #222222;
}
.popover_menu {
    background-color: #222222;
    border-top: 1px solid #373b41;
}
.popover_menu .arrow::after {
    background-color: #1d1f21;
}
.popover_menu .arrow_shadow::after {
    background-color: #222222;
    box-shadow: 0 0 0 1px #373b41, 0 0 3px rgba(0, 0, 0, 0.08);
}
.popover_menu.showing_header .arrow::after,
.popover_menu.showing_header .arrow_shadow::after {
    background-color: #222222 !important;
}
.popover_menu .content {
    background-color: #222222;
}
.tab_complete_ui {
    background: #222222;
    border: 1px solid #222222;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
}
.tab_complete_ui .tab_complete_ui_header {
    background: padding-box #1d1f21;
    border-bottom: 1px solid #222222;
    color: #e0e0e0;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
}
.tab_complete_ui ul.type_emoji li {
    color: #e0e0e0;
}
.tab_complete_ui ul.type_members .broadcast_info,
.tab_complete_ui ul.type_members .realname {
    color: #e0e0e0;
}
.tab_complete_ui ul.type_cmds li.tab_complete_ui_group .group_name {
    color: #e0e0e0 !important;
}
.tab_complete_ui ul.type_cmds li.tab_complete_ui_group .group_divider {
    border-bottom: 0;
    border-top-color: #222222;
}
.tab_complete_ui ul.type_cmds li.tab_complete_ui_item .cmd-left-td,
.tab_complete_ui ul.type_cmds li.tab_complete_ui_item .cmd-right-td {
    color: #81a2be;
}
.tab_complete_ui ul.type_cmds .cmdname {
    color: #e0e0e0;
    font-weight: 900;
}
.tab_complete_ui li.tab_complete_ui_item,
.tab_complete_ui li.tab_complete_ui_group {
    border-bottom: 1px solid #222222;
}
.tab_complete_ui li.tab_complete_ui_item.active,
.tab_complete_ui li.tab_complete_ui_group.active {
    background: #373b41;
    border-bottom-color: #222222;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
}
.tab_complete_ui li.tab_complete_ui_item.active span,
.tab_complete_ui li.tab_complete_ui_group.active span {
    color: #e0e0e0 !important;
}
.tab_complete_ui .not_in_channel {
    color: #81a2be;
}
#team_menu {
    background: #222222;
    border-bottom: 2px solid #222222;
    color: #e0e0e0;
}
#team_menu.active,
#team_menu:hover {
    background: #222222 !important;
    border-bottom-color: #222222 !important;
}
#team_menu.active i,
#team_menu:hover i {
    color: #e0e0e0;
}
#team_menu i {
    color: #81a2be;
}
#team_menu .presence .presence_icon {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
#team_menu .team_name_caret,
#team_menu .notifications_menu_btn {
    color: #e0e0e0 !important;
}
#team_menu_user {
    color: #81a2be;
}
#im-list li.member.active .presence,
#starred-list li.member.active .presence {
    color: #e0e0e0;
}
#im-list li.member.active .presence.away,
#starred-list li.member.active .presence.away {
    color: #81a2be;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}
.slack_menu_section::before {
    border-top-color: #222222;
}
.slack_menu_header_secondary {
    color: #81a2be;
}
.slack_menu_download {
    background-color: #222222;
}
#menu_items_scroller::-webkit-scrollbar-track {
    background: #222222 !important;
}
.channel_header {
    background: #222222;
    box-shadow: none;
}
#client_body:not(.onboarding):before,
#col_messages,
#footer {
    box-shadow: none;
}
.channel_header .blue_on_hover:hover {
    color: #e0e0e0;
}
#client_body:not(.onboarding)::before {
    background: #222222;
    border-bottom: 1px solid #222222;
    box-shadow: none;
}
.messages_header {
    color: #e0e0e0;
}
.channel_title .channel_name_container .channel_name {
    color: #e0e0e0;
}
.channel_title .channel_name_container .channel_name.muted {
    color: #81a2be;
}
.channel_title .channel_name_container .ts_icon_shared_channel.away,
.channel_title .channel_name_container .mpdm_member.away {
    color: #81a2be;
}
.channel_title .channel_name_container .muted_icon {
    color: #81a2be;
}
.channel_title .channel_name_container .muted_icon:hover {
    color: #bf360c;
}
#im_title.away {
    color: #81a2be;
}
.channel_header_info .star,
.channel_header_info button {
    color: #ffffff;
}
.channel_title_info {
    background: #222222;
    color: #81a2be;
}
.channel_title_info .divider_bar {
    background: #222222;
}
.channel_title_info .channel_details_toggle {
    color: #81a2be;
}
.channel_title_info .channel_actions_toggle {
    color: #81a2be;
}
.channel_header_icon {
    color: #e0e0e0;
}
.channel_calls_button .call_icon.call_window_offline {
    color: #81a2be;
}
.channel_actions_toggle.active:focus,
.details_toggle.active:focus {
    color: #e0e0e0;
}
#flex_menu_toggle.active,
#flex_menu_toggle.active:focus {
    color: #e0e0e0;
}
#flex_menu_toggle .flex_menu_download_circle {
    background: #222222;
}
#flex_menu_toggle .flex_menu_download_circle canvas {
    background: #222222;
}
#flex_menu_toggle.unread #help_icon_circle_count {
    background-color: #bf360c;
    color: #fff;
}
#flex_menu_toggle.open #help_icon_circle_count {
    background-color: #1d1f21;
    color: #e0e0e0;
}
#details_toggle.active,
#recent_mentions_toggle.active,
#stars_toggle.active {
    background: #222222;
}
#details_toggle.active:hover,
#recent_mentions_toggle.active:hover,
#stars_toggle.active:hover {
    background: #373b41;
    color: #e0e0e0;
}
#recent_mentions_toggle:hover {
    color: #bf360c;
}
#rxn_toast_div {
    background: #1d1f21;
    border: 1px solid #373b41;
}
.presence {
    color: #81a2be;
}
#banner {
    background: #1d1f21;
}
#banner a {
    color: #ffffff;
}
.banner_content {
    color: #e0e0e0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
#notifications_banner {
    background: #1d1f21;
}
#banner:hover #notifications_banner {
    background: #1d1f21;
}
#notifications_dismiss_banner {
    background: #1d1f21;
}
#macssb1_banner,
#macssb1_dismiss_banner,
#winssb1_banner,
#winssb1_dismiss_banner {
    background: #1d1f21;
}
.day_divider,
.mention_day_container_div .day_divider {
    background: #222222;
    color: #81a2be;
}
.day_divider hr,
.mention_day_container_div .day_divider hr {
    border-bottom: 0;
    border-top: 1px solid #222222;
}
.day_divider .day_divider_label {
    background: #222222;
}
.day_container .day_msgs {
    border-top: 1px solid #222222;
}
.day_container.unread_day_container .day_msgs {
    border-color: #969896;
}
.day_container .day_divider {
    background: none;
    color: #81a2be;
}
.day_container .day_divider .day_divider_label {
    background: #222222;
}
.search_form {
    border-color: #373b41;
}
.search_form .search_input {
    background: transparent;
}
.search_form:hover {
    border-color: #969896;
}
.search_focused .search_form {
    border-color: #969896;
}
.search_clear_icon .ts_icon_times_circle {
    color: #81a2be;
}
#search_spinner {
    color: #e0e0e0;
}
.flexbox_client #search_container .search_input {
    background: transparent;
}
.flexbox_client #search_container .icon_search {
    color: #81a2be;
}
.flexbox_client #search_container .icon_close {
    color: #ffffff;
}
#team_filter .icon_search {
    color: #81a2be;
}
#team_filter a.icon_close {
    color: #ffffff;
}
#team_filter a.icon_close:hover {
    color: #cc6666;
}
#client-ui .icon_search {
    color: #81a2be;
}
#client-ui a.icon_close {
    color: #ffffff;
}
#client-ui a.icon_close:hover {
    color: #cc6666;
}
.inline_edit .inline_edit_inner::before {
    background: #222222;
    border: 1px solid #373b41;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.inline_edit .inline_edit_inner::after {
    color: #e0e0e0;
}
.inline_edit.inline_edit_success .inline_edit_inner::after {
    color: #0c95bf;
}
.inline_edit.inline_edit_error .inline_edit_inner::after {
    color: #bf360c;
}
.inline_edit.inline_edit_editing .inline_edit_inner::before {
    border-color: #1d1f21;
    box-shadow: none;
}
.inline_edit.inline_edit_editing .inline_edit_inner::after {
    color: #81a2be;
}
#msgs_overlay_div {
    background: #222222;
}
ts-message {
    color: #e0e0e0;
}
ts-message.active:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply),
ts-message:hover:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply) {
    background: rgba(29, 31, 33, 0.1);
}
ts-message.active:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply).is_pinned,
ts-message.active:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply).show_recap:not(.is_pinned),
ts-message:hover:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply).is_pinned,
ts-message:hover:not(.standalone):not(.multi_delete_mode):not(.highlight):not(.new_reply).show_recap:not(.is_pinned) {
    background: rgba(29, 31, 33, 0.2);
}
ts-message.is_pinned {
    background: rgba(29, 31, 33, 0.15);
}
ts-message .timestamp {
    color: #ffffff;
}
ts-message .edited,
ts-message .temp_msg_controls {
    color: #81a2be;
}
ts-message .only_visible_to_user {
    color: #81a2be;
}
ts-message.ephemeral {
    color: #e0e0e0;
}
ts-message .bot_label {
    background: #1d1f21;
    color: #81a2be;
}
ts-message .in_reply_to {
    background: #1d1f21;
    color: #81a2be;
}
ts-message.standalone:not(.for_mention_display):not(.for_search_display):not(.for_top_results_search_display):not(.for_star_display) {
    border: 1px solid #222222;
}
ts-message.unprocessed {
    color: rgba(224, 224, 224, 0.75);
}
ts-message.highlight {
    background: rgba(191, 54, 12, 0.4);
}
ts-message.highlight:hover {
    background: rgba(191, 54, 12, 0.4);
}
ts-message .is_highlights_holder {
    color: #81a2be;
}
ts-message .is_highlights_holder ts-icon {
    color: #81a2be;
}
ts-message .is_highlights_holder .highlights_feedback_link {
    color: #81a2be;
}
ts-message .is_highlights_holder .highlights_feedback a:not(.highlights_feedback_link) {
    color: #e0e0e0;
}
ts-message .recap_highlight {
    background: rgba(191, 54, 12, 0.4);
}
ts-message .recap_highlight a {
    color: #e0e0e0;
}
ts-message.delete_mode,
ts-message.multi_delete_mode {
    background: rgba(191, 54, 12, 0.75);
}
ts-message.automated .message_body {
    color: rgba(224, 224, 224, 0.8);
}
ts-message .action_hover_container {
    border: 1px solid #222222;
}
ts-message .action_hover_container:hover {
    border-color: #373b41;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
ts-message .action_hover_container:hover a {
    background: #222222;
    border-right: 1px solid #373b41;
}
ts-message .action_hover_container .btn_msg_action {
    background: #222222;
    border-right: 1px solid #222222;
    color: #ffffff;
}
ts-message .action_hover_container .btn_msg_action:hover {
    color: #e0e0e0;
}
ts-message .action_hover_container .btn_msg_action.active,
ts-message .action_hover_container .btn_msg_action:active {
    background: #222222;
    color: #e0e0e0;
}
ts-message.selected {
    background: #222222;
}
ts-message.selected:not(.delete_mode) {
    background: #222222;
}
ts-message.selected:hover {
    background: rgba(0, 0, 0, 0.15);
}
ts-message .meta {
    color: #81a2be;
}
ts-message .meta.msg_inline_img_toggler .member,
ts-message .meta.msg_inline_img_toggler .service_link,
ts-message .meta.msg_inline_file_preview_toggler .member,
ts-message .meta.msg_inline_file_preview_toggler .service_link {
    color: #ffffff !important;
}
ts-message .meta.msg_inline_img_toggler .ts_icon_dropbox,
ts-message .meta.msg_inline_img_toggler a,
ts-message .meta.msg_inline_file_preview_toggler .ts_icon_dropbox,
ts-message .meta.msg_inline_file_preview_toggler a {
    color: #81a2be !important;
}
ts-message .pinned_item_message_header {
    color: #81a2be;
}
ts-message .mention {
    background: #373b41;
    border: 1px solid #969896;
    border-radius: 3px;
    color: #e0e0e0;
    padding: 0 3px;
}
ts-message a .mention {
    color: #e0e0e0;
}
ts-message.show_recap:not(.is_pinned) {
    background: rgba(29, 31, 33, 0.15);
}
ts-message.show_recap:not(.is_pinned):hover {
    background: rgba(29, 31, 33, 0.15);
}
.selecting_messages ts-message.multi_delete_mode:hover {
    background: rgba(191, 54, 12, 0.75);
}
.selecting_messages ts-message:hover {
    background: #1d1f21;
}
#convo_container {
    background-color: #222222;
}
#convo_container #message_edit_container {
    border-bottom: 1px solid #373b41;
    border-top: 1px solid #373b41;
}
#convo_container .more_messages {
    background: #373b41;
}
#convo_container .more_messages_container .more_messages {
    color: #81a2be;
}
#convo_container ts-conversation::after {
    background: rgba(29, 31, 33, 0.08);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(1, rgba(29, 31, 33, 0.08)));
    background: -moz-linear-gradient(center bottom, transparent 0, rgba(29, 31, 33, 0.08) 100%);
}
#convo_container ts-conversation::before {
    background: transparent;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(29, 31, 33, 0.08)), color-stop(1, transparent));
    background: -moz-linear-gradient(center bottom, rgba(29, 31, 33, 0.08) 0, transparent 100%);
}
#convo_container ts-conversation ts-message.selected {
    background: #222222;
}
#convo_container ts-conversation ts-relatives::after {
    background: #373b41;
}
#convo_container ts-conversation ts-relatives ts-message.deleted .message_icon i {
    background-color: #373b41;
    color: #81a2be;
}
#convo_container ts-conversation ts-relatives ts-message.deleted .message_content {
    color: #e0e0e0;
}
#convo_container ts-conversation ts-relatives ts-message:not(.selected):not(.highlight):not(.delete_mode) {
    background-color: #222222;
}
#convo_container ts-conversation ts-relatives ts-message:not(.selected):not(.highlight):not(.delete_mode).new {
    background-color: #34363c;
}
#msgs_div .unread_divider hr {
    border-top: 1px solid #373b41;
}
#msgs_div .unread_divider .divider_label {
    background: #222222;
    color: #373b41;
}
#msgs_div .unread_divider.no_unreads hr {
    border-top-color: #222222;
}
#msgs_div .unread_divider.no_unreads .divider_label {
    color: #81a2be;
}
#msgs_div ts-message.automated_grey {
    background: #1d1f21;
}
#msgs_div ts-message.automated_grey .timestamp {
    color: #ffffff;
}
#msgs_div ts-message.automated_grey:hover .timestamp {
    color: #cc6666;
}
.channel_archive_messages.card .col:first-child {
    border-right: 1px solid #373b41;
}
.star {
    color: #81a2be;
}
.star_item {
    border-bottom: 1px solid #1d1f21;
}
.star_item .star_meta {
    color: #81a2be;
}
.bot_message .message_sender {
    color: #e0e0e0;
}
.bot_message .message_sender a {
    color: #e0e0e0;
}
.color_USLACKBOT:not(.nuc),
#col_channels ul li:not(.active):not(.away) > .color_USLACKBOT:not(.nuc),
#col_channels:not(.show_presence) ul li > .color_USLACKBOT:not(.nuc) {
    color: #e0e0e0;
}
#msgs_scroller_div #end_display_div #end_display_status {
    color: #81a2be;
}
#msgs_scroller_div #end_display_div #end_display_meta {
    color: #81a2be;
}
#msgs_scroller_div #end_display_div #end_display_meta h1 {
    color: #e0e0e0;
}
#msgs_scroller_div #end_display_div p {
    color: #e0e0e0;
}
.member_mentions_options {
    background-color: #1d1f21;
    border-top: 1px solid #222222;
}
.dm_badge .dm_badge_meta {
    color: #e0e0e0;
}
.dm_badge a {
    color: #ffffff;
}
.dm_badge a.member_preview_link {
    color: #ffffff;
}
.dm_badge .dm_badge:hover a {
    color: #ffffff;
}
.dm_badge .hint {
    color: #81a2be;
}
.is_limited_div {
    background-color: #222222 !important;
}
.is_limited_div.mini {
    color: #81a2be !important;
}
#message_edit_container form textarea,
.inline_message_input_container form textarea {
    color: #e0e0e0;
}
.attachment_group.has_container {
    background: #222222;
    border: 1px solid #222222;
}
.attachment_group.has_container .inline_attachment::after {
    background-color: #222222;
}
.attachment_group.has_container.has_link:hover {
    border-bottom-color: #222222;
    border-left-color: #222222;
    border-right-color: #222222;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.attachment_group .media_caret {
    color: #81a2be;
}
.attachment_group .attachment_source span {
    color: #81a2be !important;
}
.attachment_group .attachment_source .attachment_source_name + .attachment_author_name::before {
    color: #81a2be;
}
.attachment_group .inline_attachment.reply_broadcast + .attachment_rule {
    color: #81a2be;
}
.attachment_group .inline_attachment.reply_broadcast + .attachment_rule::after {
    border-bottom: 1px solid #222222;
}
.attachment_group .inline_attachment.message_unfurl .attachment_source .attachment_source_name a,
.attachment_group .inline_attachment.message_unfurl .attachment_source .attachment_source_name span {
    color: #81a2be;
}
.attachment_group .attachment_title a {
    color: #e0e0e0;
}
.attachment_group .attachment_footer_text + .attachment_ts::before {
    color: #81a2be;
}
.attachment_group .delete_attachment_link ts-icon::before {
    color: #ffffff;
}
.attachment_group .delete_attachment_link:hover ts-icon::before {
    color: #cc6666;
}
.attachment_still_pending ts-inline-saver {
    color: #81a2be;
}
.msg_inline_attachment_column.column_border {
    background-color: #373b41;
}
.msg_inline_img_holder .msg_inline_img {
    box-shadow: inset 0 0 0 1px #1d1f21;
}
.msg_inline_attachment_collapser,
.msg_inline_attachment_expander,
.msg_inline_file_preview_collapser,
.msg_inline_file_preview_expander,
.msg_inline_img_collapser,
.msg_inline_img_expander,
.msg_inline_media_toggler,
.msg_inline_room_preview_collapser,
.msg_inline_room_preview_expander {
    color: #ffffff;
}
.msg_inline_attachment_collapser:hover,
.msg_inline_attachment_expander:hover,
.msg_inline_file_preview_collapser:hover,
.msg_inline_file_preview_expander:hover,
.msg_inline_img_collapser:hover,
.msg_inline_img_expander:hover,
.msg_inline_media_toggler:hover,
.msg_inline_room_preview_collapser:hover,
.msg_inline_room_preview_expander:hover {
    color: #cc6666;
}
.msg_inline_img {
    background: #373b41;
}
.msg_inline_room_preview_collapser {
    color: #81a2be;
}
.msg_inline_room_preview_collapser:hover {
    color: #81a2be;
}
.inline_attachment span.attachment_author_name {
    color: #ffffff;
}
.inline_attachment span.attachment_author_subname,
.inline_attachment span.attachment_service_name {
    color: #ffffff;
}
.inline_attachment a span:active,
.inline_attachment a span:hover {
    color: #cc6666 !important;
}
.inline_attachment .attachment_footer,
.inline_attachment .attachment_ts {
    color: #ffffff;
}
.inline_attachment .attachment_footer a,
.inline_attachment .attachment_ts a {
    color: #ffffff;
}
.inline_attachment .attachment_footer a:active,
.inline_attachment .attachment_footer a:hover {
    color: #cc6666 !important;
}
.inline_attachment .attachment_ts a:active,
.inline_attachment .attachment_ts a:hover {
    color: #cc6666 !important;
}
.inline_attachment .iframe_placeholder,
.inline_attachment iframe {
    background-color: #1d1f21;
}
.meta.msg_inline_file_preview_toggler,
.meta.msg_inline_img_toggler,
.dense_meta.msg_inline_file_preview_toggler,
.dense_meta.msg_inline_img_toggler {
    color: #ffffff !important;
}
.meta.msg_inline_file_preview_toggler a[data-file-id],
.meta.msg_inline_img_toggler a[data-file-id],
.dense_meta.msg_inline_file_preview_toggler a[data-file-id],
.dense_meta.msg_inline_img_toggler a[data-file-id] {
    color: #ffffff !important;
}
.meta.msg_inline_file_preview_toggler:hover,
.meta.msg_inline_img_toggler:hover,
.dense_meta.msg_inline_file_preview_toggler:hover,
.dense_meta.msg_inline_img_toggler:hover {
    color: #cc6666 !important;
}
.meta.msg_inline_file_preview_toggler:hover a[data-file-id],
.meta.msg_inline_img_toggler:hover a[data-file-id],
.dense_meta.msg_inline_file_preview_toggler:hover a[data-file-id],
.dense_meta.msg_inline_img_toggler:hover a[data-file-id] {
    color: #cc6666 !important;
}
.meta.msg_inline_file_preview_toggler .msg_inline_file_preview_title,
.meta.msg_inline_img_toggler .msg_inline_file_preview_title,
.dense_meta.msg_inline_file_preview_toggler .msg_inline_file_preview_title,
.dense_meta.msg_inline_img_toggler .msg_inline_file_preview_title {
    color: #e0e0e0;
}
.meta.msg_inline_file_preview_toggler .msg_inline_file_preview_title:hover,
.meta.msg_inline_img_toggler .msg_inline_file_preview_title:hover,
.dense_meta.msg_inline_file_preview_toggler .msg_inline_file_preview_title:hover,
.dense_meta.msg_inline_img_toggler .msg_inline_file_preview_title:hover {
    color: #81a2be;
}
.meta.msg_inline_file_preview_toggler .ts_icon[class*=ts_icon_caret]:hover,
.meta.msg_inline_img_toggler .ts_icon[class*=ts_icon_caret]:hover,
.dense_meta.msg_inline_file_preview_toggler .ts_icon[class*=ts_icon_caret]:hover,
.dense_meta.msg_inline_img_toggler .ts_icon[class*=ts_icon_caret]:hover {
    color: #cc6666;
}
.meta.meta_feature_fix_files .file_new_window_link:hover,
.dense_meta.meta_feature_fix_files .file_new_window_link:hover {
    color: #cc6666 !important;
}
.meta.meta_feature_fix_files .file_new_window_link:hover .file_inline_icon,
.dense_meta.meta_feature_fix_files .file_new_window_link:hover .file_inline_icon {
    color: #cc6666 !important;
}
.meta.meta_feature_fix_files .member,
.dense_meta.meta_feature_fix_files .member {
    color: #ffffff !important;
}
.delete_attachment_link {
    color: #ffffff;
}
.delete_attachment_link:hover {
    color: #cc6666;
}
.file_container {
    background: #1d1f21;
    border: 1px solid #222222;
    color: #e0e0e0;
}
.file_container:hover,
.file_container:focus,
.file_container.file_menu_open {
    border-bottom-color: #222222;
    border-left-color: #222222;
    border-right-color: #222222;
}
.file_container::after,
.file_container.post_container::after {
    background-image: -webkit-linear-gradient(top, rgba(40, 42, 46, 0) 0, #222222 100%);
    background-image: -moz-linear-gradient(top, rgba(40, 42, 46, 0) 0, #222222 100%);
    background-image: -o-linear-gradient(top, rgba(40, 42, 46, 0) 0, #222222 100%);
    background-image: linear-gradient(top, rgba(40, 42, 46, 0) 0, #222222 100%);
}
.file_container.generic_container .file_header_icon .ts_icon {
    background: #222222;
    box-shadow: 0 0 0 3px #222222;
    color: #e0e0e0;
}
.file_container.generic_container .file_header_icon .ts_icon.snippet {
    background: #222222;
}
.file_container.generic_container .file_header_meta .meta_hover {
    background: #1d1f21;
    color: #e0e0e0;
}
.file_container .file_header .file_header_meta {
    color: #81a2be;
}
.file_container .file_header + .file_body {
    border-top: 1px solid #1d1f21;
}
.file_container .preview_actions .btn {
    background-color: #222222;
}
.file_container .preview_actions .btn::after {
    border-color: #1d1f21;
}
.file_container .preview_actions .btn.preview_show_less_header {
    background-color: rgba(150, 152, 150, 0.9);
    color: #e0e0e0 !important;
}
.file_container .preview_actions .btn.preview_show_less_header::after {
    border: 2px solid #1d1f21;
}
.file_container .preview_actions .btn.preview_show_less_header:focus,
.file_container .preview_actions .btn.preview_show_less_header:hover {
    background-color: #222222;
}
.file_container .preview_actions .btn.preview_show_less_header:focus::after,
.file_container .preview_actions .btn.preview_show_less_header:hover::after {
    border-color: #222222;
}
.file_container.image_container .image_body {
    background-color: #222222;
}
.file_container.image_container .preview_actions .btn {
    background-color: rgba(150, 152, 150, 0.9);
}
.file_container.image_container .preview_actions .btn:focus,
.file_container.image_container .preview_actions .btn:hover {
    background-color: #222222;
}
.file_container.image_container .preview_actions.overflow_preview_actions {
    background: rgba(150, 152, 150, 0.9);
    border: 1px solid rgba(29, 31, 33, 0.1);
}
.file_container .preview_show .preview_show_btn {
    background: linear-gradient(rgba(29, 31, 33, 0.8), rgba(29, 31, 33, 0.8)), linear-gradient(rgba(150, 152, 150, 0.3), rgba(150, 152, 150, 0.3));
    color: #ffffff;
}
.msg_inline_video_buttons_div {
    background-color: rgba(40, 42, 46, 0.4);
}
.msg_inline_video_buttons_div a {
    color: #e0e0e0;
    text-shadow: 0 1px 1px rgba(29, 31, 33, 0.5);
}
.msg_inline_video_buttons_div a:visited {
    color: #e0e0e0;
    text-shadow: 0 1px 1px rgba(29, 31, 33, 0.5);
}
.post_body ul.checklist {
    background-color: #222222;
}
.post_body ul.checklist li::before {
    background: #222222;
}
.post_body ul.checklist li.checked {
    color: #81a2be;
}
.post_body ul.list.checklist li {
    border-bottom: 1px solid #373b41;
}
.post_body ul.list.checklist li.checked {
    color: #81a2be;
}
.post_body .message {
    background-color: #e0e0e0;
}
.post_body code,
.post_body pre {
    background: #222222;
}
ts-message .reply_bar .reply_bar_caret,
ts-message .reply_bar .view_conv_hover,
ts-message .reply_bar .last_reply_at {
    color: #81a2be;
}
ts-message .reply_bar:hover {
    background: #222222;
    border-color: #1d1f21;
}
.inline_color_block {
    border-color: #373b41;
}
.messages_banner {
    color: #e0e0e0;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
}
.messages_banner a {
    color: #e0e0e0;
}
.messages_banner a:hover {
    color: #e0e0e0;
}
#connection_div {
    background: #bf360c;
}
#archives_return {
    background: padding-box #969896;
    color: #e0e0e0;
}
#archives_return.warning {
    background: #bf360c;
}
#archives_return a {
    color: #e0e0e0;
}
#archives_return a:hover {
    color: rgba(224, 224, 224, 0.8);
}
#messages_unread_status {
    background: #373b41;
}
#messages_unread_status:hover {
    background: #969896;
}
#messages_unread_status:hover .clear_unread_messages {
    background: #969896;
}
#messages_unread_status:hover .clear_unread_messages:hover {
    background: #373b41;
}
#messages_unread_status.quiet {
    background: #969896;
    color: #e0e0e0;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
}
#messages_unread_status.quiet a {
    color: #e0e0e0;
}
.clear_unread_messages {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
#messages_container:not(.has_reply_banners).has_top_messages_banner::before,
#messages_container.has_top_messages_banner::before {
    background: none;
}
code {
    background-color: #1d1f21;
    border: 1px solid #222222;
    color: #e0e0e0;
}
.file_list_item.snippet .snippet_preview {
    background: #1d1f21;
}
.snippet_preview,
.snippet_body {
    background: #1d1f21;
}
.snippet_preview pre,
.snippet_body pre {
    color: #e0e0e0 !important;
}
.file_container .CodeMirror .CodeMirror-code > div::before,
.file_container .CodeMirror .sssh-line::before,
.file_container .sssh-code .CodeMirror-code > div::before,
.file_container .sssh-code .sssh-line::before {
    background-color: #222222;
    border-right: 1px solid #222222;
    color: #81a2be;
}
.CodeMirror {
    background: #1d1f21;
    border: 1px solid #222222;
    color: #e0e0e0;
}
.CodeMirror pre {
    background: transparent !important;
}
.CodeMirror div.CodeMirror-cursor {
    border-left: 1px solid #e0e0e0;
}
.CodeMirror.cm-fat-cursor div.CodeMirror-cursor {
    background: #e0e0e0;
}
.CodeMirror .CodeMirror-gutters {
    background-color: #222222;
    border-right: 1px solid #222222;
}
.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
    background-color: #222222;
}
.CodeMirror-linenumber {
    color: #81a2be !important;
}
.CodeMirror-guttermarker {
    color: #81a2be;
}
.CodeMirror-guttermarker-subtle {
    color: #81a2be;
}
.CodeMirror-ruler {
    border-left: 1px solid #969896;
}
.cm-s-default .cm-keyword {
    color: #ce93d8;
}
.cm-s-default .cm-atom {
    color: #9fa8da;
}
.cm-s-default .cm-number {
    color: #a5d6a7;
}
.cm-s-default .cm-def {
    color: #536dfe;
}
.cm-s-default .cm-variable-2 {
    color: #9fa8da;
}
.cm-s-default .cm-variable-3 {
    color: #c5e1a5;
}
.cm-s-default .cm-comment {
    color: #ffcc80;
}
.cm-s-default .cm-string {
    color: #ef9a9a;
}
.cm-s-default .cm-string-2 {
    color: #ffab91;
}
.cm-s-default .cm-meta {
    color: #eee;
}
.cm-s-default .cm-qualifier {
    color: #eee;
}
.cm-s-default .cm-builtin {
    color: #b39ddb;
}
.cm-s-default .cm-bracket {
    color: #e6ee9c;
}
.cm-s-default .cm-tag {
    color: #a5d6a7;
}
.cm-s-default .cm-attribute {
    color: #40c4ff;
}
.cm-s-default .cm-header {
    color: #80cbc4;
}
.cm-s-default .cm-quote {
    color: #b0bec5;
}
.cm-s-default .cm-hr {
    color: #222222;
}
.cm-s-default .cm-link {
    color: #ffffff;
}
.cm-negative {
    color: #bf360c;
}
.cm-positive {
    color: #0c95bf;
}
.cm-invalidchar,
.cm-s-default .cm-error {
    color: #bf360c;
}
div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0c95bf;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #bf360c;
}
.CodeMirror-matchingtag {
    background: #1d1f21;
}
.CodeMirror-activeline-background {
    background: #969896;
}
.CodeMirror-selected {
    background: #969896;
}
.CodeMirror-focused .CodeMirror-selected {
    background: #969896;
}
.cm-searching {
    background: #969896;
}
.sssh-keyword {
    color: #ce93d8;
}
.sssh-atom {
    color: #9fa8da;
}
.sssh-number {
    color: #a5d6a7;
}
.sssh-def {
    color: #536dfe;
}
.sssh-variable {
    color: #9fa8da;
}
.sssh-variable-2 {
    color: #c5e1a5;
}
.sssh-variable-3 {
    color: #c1a5e1;
}
.sssh-operator {
    color: #e0e0e0;
}
.sssh-property {
    color: #e0e0e0;
}
.sssh-comment {
    color: #ffcc80;
}
.sssh-string {
    color: #ef9a9a;
}
.sssh-string-2 {
    color: #ffab91;
}
.sssh-meta {
    color: #eee;
}
.sssh-error {
    color: #bf360c;
}
.sssh-qualifier {
    color: #eee;
}
.sssh-builtin {
    color: #b39ddb;
}
.sssh-bracket {
    color: #e6ee9c;
}
.sssh-tag {
    color: #a5d6a7;
}
.sssh-attribute {
    color: #40c4ff;
}
.sssh-header {
    color: #80cbc4;
}
.sssh-quote {
    color: #b0bec5;
}
.sssh-hr {
    color: #222222;
}
.sssh-link {
    color: #ffffff;
}
.dense_theme ts-message {
    color: #e0e0e0;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
.dense_theme ts-message.unprocessed {
    color: rgba(224, 224, 224, 0.75);
}
.dense_theme ts-message.first .timestamp,
.dense_theme ts-message:hover .timestamp {
    color: #cc6666;
}
.dense_theme ts-message.first .message_gutter .timestamp,
.dense_theme ts-message.selected .message_gutter .timestamp {
    color: #ffffff;
}
.dense_theme ts-message.divider {
    border-top: 1px solid #222222;
}
.dense_theme ts-message.archived,
.dense_theme ts-message.bot_change,
.dense_theme ts-message.joined,
.dense_theme ts-message.left,
.dense_theme ts-message.pinned .pinned_item_message_header,
.dense_theme ts-message.purpose,
.dense_theme ts-message.rename,
.dense_theme ts-message.sh_created .sh_auto_msg_text,
.dense_theme ts-message.sh_shared .sh_auto_msg_text,
.dense_theme ts-message.topic,
.dense_theme ts-message.unarchived {
    color: #81a2be;
}
.dense_theme #message_editing_info {
    color: #81a2be;
}
.dense_theme #message_edit_form {
    margin-left: 0;
}
.dense_theme #message_edit_form textarea {
    color: #e0e0e0;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
.dense_theme #message_edit_form p,
.dense_theme #message_edit_form span {
    color: #81a2be;
}
.dense_theme #message_edit_form .timestamp {
    color: #81a2be;
}
.dense_theme .file_reference .post_meta,
.dense_theme .file_reference .space_meta {
    color: #81a2be;
}
.dense_theme .file_reference .post_meta,
.dense_theme .file_reference .snippet_meta,
.dense_theme .file_reference .space_meta {
    color: #81a2be;
}
.dense_theme .file_reference a:not(.member):not(.member_name):not(.icon):not(.timestamp):not(.preview_main_action):not(.preview_show_more):not(.file_preview_action) {
    color: #ffffff;
}
.dense_theme .file_reference:hover a:not(.member):not(.member_name):not(.icon):not(.timestamp) {
    color: #ffffff;
}
.dense_theme .file_reference:hover a:hover:not(.member):not(.member_name):not(.icon):not(.timestamp) {
    color: #cc6666;
}
.dense_theme .file_reference:hover a.file_download_link {
    color: #ffffff !important;
}
.dense_theme .file_reference:hover a.file_download_link:hover {
    color: #cc6666 !important;
}
.light_theme ts-message {
    color: #e0e0e0;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
.light_theme ts-message.unprocessed {
    color: rgba(224, 224, 224, 0.75);
}
.light_theme ts-message .msg_right_link {
    color: #ffffff;
}
.light_theme ts-message .message_content .message_sender {
    color: #e0e0e0 !important;
}
.light_theme ts-message .comment::before {
    color: #81a2be;
}
.light_theme ts-message.archived .message_content,
.light_theme ts-message.bot_change .message_content,
.light_theme ts-message.joined .message_content,
.light_theme ts-message.left .message_content,
.light_theme ts-message.purpose .message_content,
.light_theme ts-message.rename .message_content,
.light_theme ts-message.sh_created .message_content .sh_auto_msg_text,
.light_theme ts-message.sh_shared .message_content .sh_auto_msg_text,
.light_theme ts-message.topic .message_content,
.light_theme ts-message.unarchived .message_content {
    color: #81a2be;
}
.light_theme ts-message .meta {
    color: #81a2be;
}
.light_theme ts-message .file_service_icon {
    color: #81a2be;
}
.light_theme #message_editing_info {
    color: #81a2be;
}
.light_theme #message_edit_form textarea {
    color: #e0e0e0;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
.light_theme #message_edit_form p,
.light_theme #message_edit_form span {
    color: #81a2be;
}
.light_theme .msg_inline_video_holder {
    border: 1px solid #222222;
}
.light_theme .pinned_item_message_header {
    color: #81a2be;
}
.channel_overlay {
    border-color: #222222;
    color: #81a2be;
}
.channel_overlay.channel_overlay_redesign .channel_overlay_title {
    color: #e0e0e0;
}
.channel_overlay.channel_overlay_redesign li {
    color: #81a2be;
}
.channel_overlay_title_wrap {
    border-color: #222222;
}
.channel_overlay_title_shared {
    color: #e0e0e0;
}
pre {
    background: #1d1f21;
    border: 1px solid #222222;
    color: #e0e0e0;
}
pre span.mention {
    padding: 2px 0 !important;
}
#page pre,
body > pre {
    background: #1d1f21;
    color: #e0e0e0 !important;
}
body > pre {
    background: #969896;
}
.special_formatting_quote .quote_bar {
    background-color: #373b41;
}
#threads_msgs_scroller_div {
    background: #222222;
}
#threads_msgs_scroller_div:not(.loading)::before {
    background: #222222;
}
#threads_msgs_scroller_div.loading::before {
    color: #81a2be;
}
#threads_msgs_scroller_div .threads_caught_up_divider .divider_line {
    border-top: 1px solid #222222;
}
#threads_msgs_scroller_div .threads_caught_up_divider .divider_label {
    background: #373b41;
    color: #e0e0e0;
}
#threads_msgs_scroller_div.loading {
    background: none;
}
#threads_msgs_scroller_div.loading::before {
    color: #e0e0e0;
}
#threads_view_banner.messages_banner {
    background: #222222;
}
#threads_view_banner.messages_banner:hover {
    background: #373b41;
}
#threads_view_banner.messages_banner:hover .clear_unread_messages {
    background: #373b41;
}
#threads_msgs.new_banner_is_showing::before {
    background: #222222;
}
ts-thread {
    background: #222222;
}
ts-thread .reply_input_container .inline_message_input_container form textarea {
    border-color: #222222;
    color: #e0e0e0;
}
ts-thread .reply_input_container .collapsed_input_placeholder,
ts-thread .reply_input_container .join_channel_from_thread_container,
ts-thread .reply_input_container .reply_limited_in_general {
    background: #222222;
    border-color: #222222;
}
ts-thread .thread_messages {
    background: #222222;
    border-color: #222222;
}
ts-thread ts-message.new_reply {
    background: #222222;
}
ts-thread ts-message.new_reply:hover {
    background: #222222;
}
ts-thread .thread_header .thread_channel_name a {
    color: #e0e0e0;
}
ts-thread .thread_header .thread_action_btns button {
    color: #81a2be;
}
ts-thread .new_reply_indicator .blue_dot {
    color: #bf360c;
}
#convo_tab .thread_participants,
ts-thread .thread_participants {
    color: #81a2be;
}
#convo_loading_indicator {
    background-image: none;
}
#unread_msgs_scroller_div::after {
    background: transparent;
}
#unread_msgs_scroller_div.loading {
    background-image: none;
}
#unread_msgs_scroller_div.loading::before {
    color: #81a2be;
}
#unread_msgs_div .day_divider .day_divider_line {
    border-top-color: #222222;
}
.unread_group.marked_as_read .unread_group_header {
    background: #222222;
}
.unread_group_header {
    background: #222222;
    border-top-color: #373b41;
    color: #e0e0e0;
}
.unread_group_header .unread_group_collapse_toggle:hover ts-icon {
    color: #e0e0e0;
}
.collapsed .unread_group_header .ts_icon_caret_right,
.collapsing .unread_group_header .ts_icon_caret_right {
    color: #81a2be;
}
.mark_as_read_checkmark {
    color: #81a2be;
}
.bottom_mark_all_read {
    border-top-color: #222222;
}
.unread_group_header_name a {
    color: #e0e0e0;
}
.unread_group_footer .unread_group_new .unread_group_new_text {
    color: #81a2be;
}
.unread_group_footer .unread_group_new:hover .unread_group_new_text {
    color: #81a2be;
}
.unread_empty_state_message {
    color: #81a2be;
}
.unread_empty_state_undo_inner {
    background: #1d1f21;
    color: #e0e0e0;
}
.unread_empty_state_undo_action {
    color: #e0e0e0;
}
.unread_empty_state_refresh {
    background: rgba(40, 42, 46, 0.97);
}
#col_flex {
    background: transparent;
}
#flex_contents {
    background: #222222;
}
#flex_contents .heading {
    background: #1c1e20;
    color: #ffffff;
}
#flex_contents .heading a {
    color: #ffffff;
}
#flex_contents .heading a:hover {
    color: #cc6666;
}
#flex_contents .heading a.close_flexpane {
    color: #ffffff;
}
#flex_contents .heading .cancel_link {
    color: #ffffff;
}
#flex_contents .heading .menu_heading:hover {
    color: #e0e0e0;
}
#flex_contents .heading .menu_icon {
    color: #ffffff;
}
#flex_contents .heading .menu_icon:hover {
    color: #cc6666;
}
#flex_contents .subheading {
    background: #222222;
    border-top: 1px solid #1d1f21;
    color: #81a2be;
}
#flex_contents .subheading p a {
    color: #e0e0e0;
}
#flex_contents .subheading .filter_menu_label.active .arrow_down {
    color: #81a2be;
}
#flex_contents .toolbar_container {
    background: #222222;
}
#flex_contents .flexpane_tab_bar li a {
    color: #ffffff;
}
#flex_contents .flexpane_tab_bar li:hover {
    border-bottom: 4px solid #222222;
}
#flex_contents .flexpane_tab_bar li:hover a {
    color: #ffffff;
}
#flex_contents .flexpane_tab_bar li.active {
    border-bottom: 4px solid #222222;
}
#flex_contents .flexpane_tab_bar li.active a {
    color: #ffffff;
}
#flex_contents .help {
    border-top: 5px solid #1d1f21;
    color: #e0e0e0;
}
#flex_contents i.callout {
    color: #81a2be;
}
.flexpane_redesign #flex_contents .heading {
    border-bottom: 0.0625rem solid #222222;
}
.flexpane_redesign #flex_contents .heading_text {
    color: #ffffff;
}
.flexpane_redesign .close_flexpane {
    color: #81a2be;
}
.flexpane_redesign .close_flexpane:focus,
.flexpane_redesign .close_flexpane:hover {
    color: #e0e0e0;
}
.flexpane_redesign.flex_pane_showing #col_flex {
    border-left: 1px solid #222222;
}
.toolbar_container {
    background: #222222;
    border-bottom: 1px solid #1d1f21;
    color: #e0e0e0;
}
.msg_right_link {
    color: #ffffff;
}
#details_tab .heading {
    background: #1c1e20;
}
#details_tab .heading a.close_flexpane {
    color: #ffffff;
}
#details_tab .heading a.close_flexpane:hover {
    color: #cc6666;
}
#details_tab hr {
    border-top-color: #222222;
}
#details_tab .channel_page_section {
    background: #222222;
    border-top: 1px solid #222222;
}
#details_tab .channel_page_section .section_header:hover .disclosure_triangle {
    color: #cc6666;
}
#details_tab .channel_page_section .section_header a {
    color: #ffffff;
}
#details_tab .channel_page_section .section_title {
    color: #e0e0e0;
}
#details_tab .channel_page_section .disclosure_triangle {
    color: #ffffff;
}
#details_tab .channel_page_section .channel_page_members_highlighter,
#details_tab .channel_page_section .channel_page_pinned_items_highlighter {
    background: rgba(191, 54, 12, 0.25) !important;
}
#details_tab .created_by {
    color: #e0e0e0;
}
#details_tab .channel_page_member_tabs .icon_member_header {
    color: #81a2be;
}
#details_tab .pinned_item:hover {
    border-color: #373b41;
}
#details_tab .channel_page_action .leave_link {
    color: #ffffff;
}
#details_tab .channel_page_action .leave_link:hover {
    color: #cc6666;
}
.channel_page_member_row {
    color: #e0e0e0;
}
.channel_page_member_row a {
    color: #ffffff;
}
.channel_page_member_row.away {
    color: #e0e0e0;
}
.channel_page_member_row.away a {
    color: #ffffff;
}
.pinned_item {
    color: #e0e0e0;
}
.pinned_item .pin_file_title {
    color: #ffffff;
}
.pinned_item .pin_member_name a {
    color: #ffffff !important;
}
.pinned_item .pin_metadata {
    color: #81a2be;
}
.pinned_item .remove_pin {
    color: #ffffff;
}
.pinned_item .remove_pin:hover {
    color: #cc6666;
}
.pinned_item .pinned_message_text .pin_truncate_fade {
    background: #222222;
}
.pinned_item.delete_mode {
    border-color: #bf360c !important;
}
#file_list_toggle_users {
    color: #ffffff;
}
#file_list_toggle_users.active:hover,
#file_list_toggle_users:hover {
    color: #cc6666;
}
#file_list_toggle_users.active {
    color: #81a2be;
}
#primary_file_button {
    color: #81a2be !important;
}
#primary_file_button:hover {
    color: #e0e0e0 !important;
}
.file_list_item .icon,
.file_reference .icon {
    background: #969896;
    border: 1px solid #373b41;
    color: #e0e0e0 !important;
}
.filetype_button {
    background: #969896;
    border: 1px solid #373b41;
    color: #e0e0e0 !important;
}
.filetype_button:hover {
    background: #969896;
}
.filetype_button:hover .file_download_label {
    background: #373b41;
    color: #e0e0e0;
}
.filetype_button .file_title {
    color: #e0e0e0;
}
.filetype_button .file_download_label {
    background: #969896;
    border-top: 1px solid #373b41;
}
a.filetype_button_web {
    background: #969896;
    border: 1px solid #373b41;
    color: #e0e0e0;
}
a.filetype_button_web .filetype_icon {
    background-color: #373b41;
}
a.file_download_link {
    color: #ffffff;
}
a.file_download_link:hover {
    color: #cc6666;
}
a:hover .file_inline_icon {
    color: #81a2be;
}
a.gsheet img,
a.pdf img {
    background: #222222 !important;
}
html.no_touch a.filetype_button_web:hover {
    border-color: #373b41;
}
html.no_touch a.filetype_button_web:hover .file_title {
    color: #e0e0e0;
}
.file_header_detailed {
    color: #81a2be;
}
.file_header_detailed .member {
    color: #e0e0e0 !important;
}
.file_inline_icon {
    color: #81a2be;
}
.file_header .member {
    color: #81a2be !important;
}
.file_header .title {
    color: #e0e0e0;
}
.file_header .title a {
    color: #ffffff;
}
.file_header .title a:hover {
    color: #cc6666;
}
.flexpane_file_title .member,
.flexpane_file_title .service_link {
    color: #ffffff !important;
}
.flexpane_file_title .title a,
.flexpane_file_title .file_action_list a {
    color: #ffffff;
}
.flexpane_file_title .title a:hover,
.flexpane_file_title .file_action_list a:hover {
    color: #cc6666;
}
.file_actions_cog {
    color: #ffffff !important;
}
.file_actions_cog:hover {
    color: #cc6666 !important;
}
.file_list_item {
    color: #e0e0e0;
}
.file_list_item a {
    color: #ffffff;
}
.file_list_item a.member {
    color: #cc6666;
}
.file_list_item .bullet {
    color: #81a2be;
}
.file_list_item .icon {
    background: #969896;
    border-color: #373b41;
}
.file_list_item .ts_icon_comment {
    color: #81a2be;
}
.file_list_item .file_comment_link:hover {
    color: #ffffff;
}
.file_list_item .file_comment_link:hover .ts_icon_comment {
    color: #81a2be;
}
.file_list_item .title a {
    color: #ffffff;
}
.file_list_item .share_info .unshare_link {
    color: #ffffff;
}
.file_list_item .share_info .unshare_link:hover {
    color: #cc6666;
}
.file_list_item .actions a,
.file_list_item .actions span {
    background-color: #222222;
    border: 1px solid #969896;
    color: #ffffff;
}
.file_list_item .actions a:hover {
    background-color: #222222 !important;
    border-color: #969896;
    color: #cc6666;
}
.file_list_item.post .preview,
.file_list_item.space .preview {
    color: #e0e0e0;
}
.file_list_item #share_dialog,
.file_list_item.active,
.file_list_item:active,
.file_list_item:hover {
    background-color: #222222;
    border-color: #373b41;
}
.file_list_item #share_dialog .title a,
.file_list_item.active .title a,
.file_list_item:active .title a,
.file_list_item:hover .title a {
    color: #ffffff;
}
.file_list_item #share_dialog .actions,
.file_list_item.active .actions,
.file_list_item:active .actions,
.file_list_item:hover .actions {
    background-color: transparent;
}
.file_list_item #share_dialog .actions a,
.file_list_item #share_dialog .actions span,
.file_list_item.active .actions a,
.file_list_item.active .actions span,
.file_list_item:active .actions a,
.file_list_item:active .actions span,
.file_list_item:hover .actions a,
.file_list_item:hover .actions span {
    background-color: #222222;
}
.unshare_link {
    color: #ffffff;
}
.unshare_link i::before {
    color: #81a2be;
}
.unshare_link i.ts_icon_minus_circle_small:hover::before {
    color: #bf360c;
}
.snippet_preview pre {
    color: #e0e0e0;
}
.file_preview_wrapper .file_preview {
    background: #222222;
}
.file_preview_wrapper .file_preview:hover {
    background: #222222;
}
.file_page_meta {
    color: #81a2be;
}
#file_page_preview img {
    background: #222222;
    border: 1px solid #1d1f21;
}
#file_page_preview img:hover {
    background: #222222;
}
.comment_meta {
    color: #81a2be;
}
.comment .special_formatting_quote .content {
    color: #e0e0e0;
}
.comment .member {
    color: #e0e0e0 !important;
}
.comment_body {
    color: #e0e0e0;
}
.comment_actions {
    color: #81a2be;
}
.comment_actions:hover {
    color: #e0e0e0;
}
.icon_quote {
    color: #e0e0e0;
}
#flex_contents .comment_form textarea,
#flex_contents .edit_comment_form textarea {
    color: #e0e0e0;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
.tab_container .star_item .message .actions .btn_icon,
.tab_container .star_item .message .actions .star_jump,
.tab_container .star_item ts-message .actions .btn_icon,
.tab_container .star_item ts-message .actions .star_jump,
.tab_container .file_list_item .actions .btn_icon,
.tab_container .file_list_item .actions .star_jump,
.tab_container .file_comment_item .actions .btn_icon,
.tab_container .file_comment_item .actions .star_jump {
    background-color: #222222;
}
.tab_container .star_item .message .actions .btn::after,
.tab_container .star_item ts-message .actions .btn::after,
.tab_container .file_list_item .actions .btn::after,
.tab_container .file_comment_item .actions .btn::after {
    border-color: #222222;
}
.tab_container .star_item ts-message .timestamp {
    color: #81a2be;
}
.tab_container .file_list_item:focus,
.tab_container .file_list_item:hover {
    background-color: #222222;
    border-color: #222222;
}
.tab_container .file_list_item .star {
    color: #81a2be;
}
.tab_container .file_list_item .contents .file_comment_link {
    color: #ffffff;
}
.tab_container .file_list_item .contents .file_comment_link .ts_icon {
    color: #ffffff;
}
.tab_container .file_list_item .contents .file_comment_link:focus,
.tab_container .file_list_item .contents .file_comment_link:hover {
    color: #cc6666;
}
.tab_container .file_list_item .contents .file_comment_link:focus .ts_icon,
.tab_container .file_list_item .contents .file_comment_link:hover .ts_icon {
    color: #cc6666;
}
.tab_container .file_list_item .contents .member,
.tab_container .file_list_item .contents .service_link,
.tab_container .file_list_item .contents .share_info,
.tab_container .file_list_item .contents .time {
    color: #81a2be;
}
.tab_container .file_list_item .filetype_image {
    background-color: #1d1f21;
}
.active .tab_container .file_list_item {
    background-color: #222222;
}
#user_groups_pane .mention {
    background: rgba(191, 54, 12, 0.25);
    border: 0;
    border-radius: 3px;
    padding: 2px;
}
#user_groups_container .info_panel {
    background: #222222;
    border: 1px solid #373b41;
}
#user_groups_container .mention {
    background-color: rgba(191, 54, 12, 0.25) !important;
}
#user_groups_header .user_groups_search .icon_search {
    color: #81a2be;
}
#user_groups_header a.icon_close {
    color: #ffffff;
}
#user_groups_header a.icon_close:hover {
    color: #cc6666;
}
.user_group_item {
    border-bottom: 1px solid #373b41;
}
.user_group_item a {
    color: #ffffff;
}
#flex_contents .user_group_item:hover {
    background-color: #222222;
}
#flex_contents .user_group_item:hover h4 {
    color: #e0e0e0;
}
#flex_contents .flexpane_tab_toolbar #user_group_edit {
    background-color: #222222;
}
#flex_contents .flexpane_tab_toolbar #user_group_edit.user_group_edit--flexpane .tab_action_button {
    color: #e0e0e0;
}
.user_group_invite_member_small .add_icon {
    color: #81a2be;
}
#user_group_member_invite_div .disabled .lfs_item.lfs_token {
    background-color: #969896;
    border-color: #969896;
}
#flex_contents .subheading#mentions_options {
    background-color: #222222;
    border-bottom-color: #222222;
    color: #e0e0e0;
}
.mention_day_container_div .day_divider::before {
    background: none;
    border-color: #222222;
}
#member_mentions h3 a {
    color: #ffffff;
}
.mention_rxn .mention_rxn_summary {
    color: #e0e0e0;
}
.mention_rxn .mention_rxn_summary .member_preview_link,
.mention_rxn .mention_rxn_summary .mention_rxn_summary_members {
    color: #81a2be;
}
.search_message_result {
    background: #222222;
    border-top: 2px solid #222222;
    color: #e0e0e0;
}
.search_message_result .search_message_result_meta {
    color: #81a2be;
}
.search_message_result .search_message_result_meta a {
    color: #ffffff;
}
.search_message_result .search_message_result_meta .date_links a {
    color: #ffffff;
}
.search_message_result .search_message_result_text .result_msg_format a {
    color: #ffffff;
}
span.match {
    background: rgba(191, 54, 12, 0.25);
    border-radius: 3px;
    padding: 3px;
}
#search_filters a {
    background: #222222;
    color: #e0e0e0;
}
#search_filters a:hover {
    border-bottom: 4px solid #222222;
}
#search_filters.files #filter_files,
#search_filters.messages #filter_messages {
    border-bottom: 4px solid #222222;
    color: #e0e0e0;
}
#search_file_list_toggle_users.active:hover {
    border: 2px solid #cc6666;
    color: #cc6666 !important;
}
.no_results {
    color: #e0e0e0;
}
#search_results_team .team_results_heading {
    color: #e0e0e0;
}
#search_results_team .team_result {
    background-color: #373b41;
    border: 1px solid #969896;
    color: #e0e0e0;
}
#search_results_team .team_result a {
    color: #ffffff;
}
#search_results_team .team_result:hover a {
    color: #cc6666;
}
#search_results_team .team_result a:hover {
    color: #cc6666;
}
#search_results_team .member_name {
    color: #e0e0e0 !important;
}
.suggestion {
    color: #e0e0e0;
}
.suggestion.active,
.suggestion:hover {
    background: #373b41;
}
#paging_in_options .search_paging {
    color: #81a2be;
}
#search_results_items .search_paging {
    color: #e0e0e0;
}
.search_paging i.disabled {
    color: #81a2be;
}
.search_paging a {
    color: #ffffff;
}
.search_paging a:hover {
    color: #cc6666;
}
.search_sort_prefix {
    color: #e0e0e0;
}
.search_segmented_control {
    border: 1px solid #222222;
    color: #ffffff !important;
}
.search_segmented_control:hover {
    color: #cc6666 !important;
}
.search_segmented_control.active {
    background: #222222;
    color: #cc6666 !important;
}
.search_result_with_extract {
    background: #222222;
    border: 1px solid #373b41;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.search_result_with_extract:hover {
    border: 1px solid #969896;
}
.search_result_for_context::after {
    background: rgba(40, 42, 46, 0.1);
}
.extract_expand_icons {
    color: #ffffff;
}
.search_result_with_extract:hover .extract_expand_icons {
    color: #cc6666;
}
.search_module_header {
    color: #e0e0e0;
}
.search_module_footer {
    background-color: #222222;
    border-bottom-color: #373b41;
    border-left-color: #373b41;
    border-right-color: #373b41;
}
.search_module_footer p {
    color: #e0e0e0;
}
.search_module_footer #see_more {
    color: #e0e0e0;
}
.search_module_footer #see_more a {
    color: #e0e0e0;
}
.search_module_footer .top_results_feedback a {
    color: #e0e0e0;
}
.search_module_footer ts-icon {
    color: #e0e0e0;
}
.top_results_search_message_result {
    background-color: #222222;
    border-bottom-color: #373b41;
    border-left-color: #373b41;
    border-right-color: #373b41;
}
.top_results_search_message_result.duplicate {
    background-color: #222222;
}
.top_results_search_message_result .timestamp {
    color: #81a2be;
}
.top_results_search_message_result .channel {
    color: #81a2be;
}
.top_results_search_message_result .channel a {
    color: #81a2be;
}
.top_results_search_message_result .jump {
    color: #e0e0e0;
}
.top_results_search_message_result:hover {
    border: 1px solid rgba(150, 152, 150, 0.6) !important;
    border-top: 2px solid #373b41 !important;
}
.top_results_search_message_result:first-child {
    border-top: 2px solid #373b41;
}
#member_preview_scroller a:not(.member_name):not(.current_status_preset_option),
.team_list_item a:not(.member_name):not(.current_status_preset_option) {
    color: #ffffff;
}
#member_preview_scroller a:not(.member_name):not(.current_status_preset_option):hover,
.team_list_item a:not(.member_name):not(.current_status_preset_option):hover {
    color: #cc6666;
}
#member_preview_scroller .member_data_table a,
#team_list .member_data_table a {
    color: #ffffff;
}
#member_preview_scroller .member_data_table a:hover,
#team_list .member_data_table a:hover {
    color: #cc6666;
}
#member_preview_scroller a.member_action_button,
#team_list a.member_action_button {
    color: #ffffff !important;
}
#member_preview_scroller a.member_action_button:hover,
#team_list a.member_action_button:hover {
    border-color: #969896 !important;
    color: #cc6666 !important;
}
#member_preview_scroller .member_data_table tr,
#member_preview_web_container .member_data_table tr,
#team_list .member_data_table tr,
.menu_member_header .member_data_table tr {
    color: #e0e0e0;
}
#member_preview_scroller .member_data_table a,
#member_preview_web_container .member_data_table a,
#team_list .member_data_table a,
.menu_member_header .member_data_table a {
    color: #ffffff;
}
#member_preview_scroller .member_data_table a:hover,
#member_preview_web_container .member_data_table a:hover,
#team_list .member_data_table a:hover,
.menu_member_header .member_data_table a:hover {
    color: #cc6666;
}
#member_preview_scroller .member_data_table .bot_label,
#member_preview_web_container .member_data_table .bot_label,
#team_list .member_data_table .bot_label,
.menu_member_header .member_data_table .bot_label {
    background: #1d1f21;
    color: #81a2be;
}
#member_preview_scroller,
#member_preview_web_container {
    background-color: #222222;
}
#team_tab #member_preview_scroller,
#team_tab #member_preview_web_container {
    background-color: #222222;
}
#member_preview_scroller .member_details .member_name_and_presence .member_name,
#member_preview_web_container .member_details .member_name_and_presence .member_name,
.menu_member_header .member_details .member_name_and_presence .member_name {
    color: #e0e0e0;
}
#member_preview_scroller .member_details .member_title,
#member_preview_web_container .member_details .member_title,
.menu_member_header .member_details .member_title {
    color: #e0e0e0;
}
#member_preview_scroller .member_details .member_restriction,
#member_preview_scroller .member_details .member_timezone_value,
#member_preview_web_container .member_details .member_restriction,
#member_preview_web_container .member_details .member_timezone_value,
.menu_member_header .member_details .member_restriction,
.menu_member_header .member_details .member_timezone_value {
    color: #81a2be;
}
#member_preview_scroller .member_details .member_restriction a,
#member_preview_scroller .member_details .member_timezone_value a,
#member_preview_web_container .member_details .member_restriction a,
#member_preview_web_container .member_details .member_timezone_value a,
.menu_member_header .member_details .member_restriction a,
.menu_member_header .member_details .member_timezone_value a {
    color: #ffffff;
}
#member_preview_scroller .member_details .member_restriction a:hover,
#member_preview_scroller .member_details .member_timezone_value a:hover,
#member_preview_web_container .member_details .member_restriction a:hover,
#member_preview_web_container .member_details .member_timezone_value a:hover,
.menu_member_header .member_details .member_restriction a:hover,
.menu_member_header .member_details .member_timezone_value a:hover {
    color: #cc6666;
}
#member_preview_scroller .member_details .member_restriction .ts_icon_question_circle:focus,
#member_preview_scroller .member_details .member_restriction .ts_icon_question_circle:hover,
#member_preview_scroller .member_details .member_timezone_value .ts_icon_question_circle:focus,
#member_preview_scroller .member_details .member_timezone_value .ts_icon_question_circle:hover,
#member_preview_web_container .member_details .member_restriction .ts_icon_question_circle:focus,
#member_preview_web_container .member_details .member_restriction .ts_icon_question_circle:hover,
#member_preview_web_container .member_details .member_timezone_value .ts_icon_question_circle:focus,
#member_preview_web_container .member_details .member_timezone_value .ts_icon_question_circle:hover,
.menu_member_header .member_details .member_restriction .ts_icon_question_circle:focus,
.menu_member_header .member_details .member_restriction .ts_icon_question_circle:hover,
.menu_member_header .member_details .member_timezone_value .ts_icon_question_circle:focus,
.menu_member_header .member_details .member_timezone_value .ts_icon_question_circle:hover {
    color: #ffffff;
}
#member_preview_scroller .member_details_divider,
#member_preview_web_container .member_details_divider,
.menu_member_header .member_details_divider {
    border-color: #222222;
}
#disabled_members_tab a {
    color: #ffffff;
}
#disabled_members_tab a:hover {
    background: #373b41;
    color: #cc6666;
}
#disabled_members_tab.active a {
    color: #ffffff;
}
.team_list_item {
    border-top: 1px solid #373b41;
    color: #ffffff;
}
.team_list_item .member_name {
    color: #e0e0e0;
}
#client-ui .searchable_member_list .team_list_item.expanded,
#client-ui #team_list .team_list_item.expanded,
#member_preview_scroller .team_list_item.expanded {
    border-color: #222222;
}
#client-ui .searchable_member_list .team_list_item:hover,
#client-ui #team_list .team_list_item:hover,
#member_preview_scroller .team_list_item:hover {
    border-color: #373b41;
}
#convo_tab #convo_tab_btns .close_flexpane:focus,
#convo_tab #convo_tab_btns .close_flexpane:hover {
    color: #e0e0e0;
}
#convo_tab textarea.message_input {
    color: #e0e0e0;
}
#reply_container .inline_message_input_container .message_input div,
#reply_container .inline_message_input_container textarea,
.reply_input_container .inline_message_input_container .message_input div,
.reply_input_container .inline_message_input_container textarea {
    border-color: #222222;
    color: #e0e0e0;
}
#reply_container .inline_message_input_container .message_input div:active,
#reply_container .inline_message_input_container .message_input div:focus,
#reply_container .inline_message_input_container textarea:active,
#reply_container .inline_message_input_container textarea:focus,
.reply_input_container .inline_message_input_container .message_input div:active,
.reply_input_container .inline_message_input_container .message_input div:focus,
.reply_input_container .inline_message_input_container textarea:active,
.reply_input_container .inline_message_input_container textarea:focus {
    border-color: #1d1f21;
}
#reply_container .reply_broadcast_buttons_container .reply_broadcast_label_container,
.reply_input_container .reply_broadcast_buttons_container .reply_broadcast_label_container {
    color: #e0e0e0;
}
#reply_container .reply_broadcast_buttons_container .reply_broadcast_label_container ts-icon.ts_icon_question_circle,
.reply_input_container .reply_broadcast_buttons_container .reply_broadcast_label_container ts-icon.ts_icon_question_circle {
    color: #81a2be;
}
#reply_container .reply_limited_in_general,
.reply_input_container .reply_limited_in_general {
    background: #222222;
    color: #81a2be;
}
#convo_container .convo_flexpane_divider {
    border-top-color: #222222;
    color: #81a2be;
}
#convo_container .convo_flexpane_divider .reply_count {
    background: #222222;
}
#convo_container ts-conversation ts-message.selected .message_content .thread_channel_link {
    color: #ffffff;
}
#convo_tab .message_input,
#convo_tab textarea#msg_text {
    color: #e0e0e0;
}
#whats_new_tab p {
    color: #e0e0e0;
}
#whats_new_tab .flex_heading_controls label {
    color: #81a2be;
}
#whats_new_updates h3 a {
    color: #e0e0e0 !important;
}
#emoji_menu {
    background: #1d1f21;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #e0e0e0;
}
#emoji_menu #emoji_menu_items_scroller {
    background: #222222 !important;
}
#emoji_menu h3 {
    background: rgba(40, 42, 46, 0.95);
}
#emoji_menu #emoji_preview_text {
    background: #1d1f21;
    color: #e0e0e0;
}
#emoji_menu #emoji_preview_deluxe {
    color: #e0e0e0;
}
#emoji_menu #emoji_menu_footer {
    background: #1d1f21;
    border-top: 1px solid #222222;
}
#emoji_menu #emoji_menu_content:hover #emoji_skin_button_container {
    background: #373b41;
    border: 1px solid #222222;
}
#emoji_menu #emoji_menu_header {
    background: #1d1f21;
}
#emoji_menu .emoji_li[data-color-index="0"]:hover,
#emoji_menu .emoji_li[data-color-index="0"].key_selection,
#emoji_menu[data-using-keyboard=true] .emoji_li[data-color-index="0"]:hover,
#emoji_menu[data-using-keyboard=true] .emoji_li[data-color-index="0"].key_selection {
    background: rgba(183, 232, 135, 0.5);
}
#emoji_menu .emoji_li[data-color-index="1"]:hover,
#emoji_menu .emoji_li[data-color-index="1"].key_selection,
#emoji_menu[data-using-keyboard=true] .emoji_li[data-color-index="1"]:hover,
#emoji_menu[data-using-keyboard=true] .emoji_li[data-color-index="1"].key_selection {
    background: rgba(181, 224, 254, 0.5);
}
#emoji_menu .emoji_li[data-color-index="2"]:hover,
#emoji_menu .emoji_li[data-color-index="2"].key_selection,
#emoji_menu[data-using-keyboard=true] .emoji_li[data-color-index="2"]:hover,
#emoji_menu[data-using-keyboard=true] .emoji_li[data-color-index="2"].key_selection {
    background: rgba(249, 239, 103, 0.5);
}
#emoji_menu .emoji_li[data-color-index="3"]:hover,
#emoji_menu .emoji_li[data-color-index="3"].key_selection,
#emoji_menu[data-using-keyboard=true] .emoji_li[data-color-index="3"]:hover,
#emoji_menu[data-using-keyboard=true] .emoji_li[data-color-index="3"].key_selection {
    background: rgba(243, 193, 253, 0.5);
}
#emoji_menu .emoji_li[data-color-index="4"]:hover,
#emoji_menu .emoji_li[data-color-index="4"].key_selection,
#emoji_menu[data-using-keyboard=true] .emoji_li[data-color-index="4"]:hover,
#emoji_menu[data-using-keyboard=true] .emoji_li[data-color-index="4"].key_selection {
    background: rgba(255, 225, 174, 0.5);
}
#emoji_menu .emoji_li[data-color-index="5"]:hover,
#emoji_menu .emoji_li[data-color-index="5"].key_selection,
#emoji_menu[data-using-keyboard=true] .emoji_li[data-color-index="5"]:hover,
#emoji_menu[data-using-keyboard=true] .emoji_li[data-color-index="5"].key_selection {
    background: rgba(224, 223, 255, 0.5);
}
#emoji_menu a.emoji_grouping_tab {
    color: #ffffff;
}
#emoji_menu a.emoji_grouping_tab:hover {
    background: #222222;
    color: #cc6666;
}
#emoji_menu a.emoji_grouping_tab.active {
    background: #373b41;
    border-bottom: 3px solid #373b41;
    color: #e0e0e0;
}
#emoji_menu #monkey_scroll_wrapper_for_emoji_menu_items_scroller {
    background: #222222;
}
#emoji_menu #emoji_input:focus {
    border-color: #373b41;
}
#emoji_menu #emoji_skin_button,
#emoji_menu #emoji_skin_picker,
#emoji_menu #emoji_skin_tip {
    color: #81a2be;
}
#emoji_menu #emoji_skin_picker {
    background: #1d1f21;
}
#emoji_menu #emoji_skin_picker > span[data-preferred=true] {
    background: #222222;
}
.emoji_menu_ng #emoji_input_container {
    background: #222222;
}
.emoji_li a {
    color: #ffffff !important;
    text-shadow: 0 1px rgba(0, 0, 0, 0.15);
}
div#emoji_tip {
    color: #e0e0e0;
}
div#emoji_zero_results {
    color: #81a2be;
}
div#emoji_tip i,
div#emoji_zero_results i {
    color: #81a2be;
}
.rxn {
    background: #1d1f21;
    border: 1px solid #373b41;
}
.rxn.active,
.rxn:hover {
    border-color: #373b41;
}
.rxn.active .emoji_rxn_count,
.rxn:hover .emoji_rxn_count {
    color: #e0e0e0;
}
.rxn.user_reacted {
    background-color: rgba(55, 59, 65, 0.08);
    border-color: rgba(150, 152, 150, 0.4) !important;
}
.rxn.user_reacted .emoji_rxn_count {
    color: #e0e0e0;
}
.rxn .emoji_rxn_count {
    color: #e0e0e0;
}
.rxn.menu_rxn .ts_icon {
    color: rgba(224, 224, 224, 0.25);
}
.modal {
    background-color: #222222;
    border: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.modal .close,
.modal label {
    color: #e0e0e0;
}
.modal_input_note,
.modal_input_note_full_width,
.input_note_special {
    color: #81a2be;
}
.modal-footer {
    background: padding-box #222222;
    border-top: 1px solid transparent;
    box-shadow: none;
}
.modal-header {
    background: padding-box #1d1f21;
    border-bottom: 1px solid #222222;
    color: #e0e0e0;
}
.modal-backdrop {
    background-color: #222222;
}
.close {
    color: #e0e0e0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#fs_modal_bg {
    background: #222222;
}
#fs_modal {
    background: #222222;
}
#fs_modal h1,
#fs_modal h2,
#fs_modal h3,
#fs_modal h4,
#fs_modal h5,
#fs_modal h6 {
    color: #e0e0e0;
}
#fs_modal #fs_modal_sidebar a {
    color: #e0e0e0;
}
#fs_modal #fs_modal_sidebar a:hover {
    background: #222222;
}
#fs_modal #fs_modal_sidebar a.active {
    background: #1d1f21;
    color: #e0e0e0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
#fs_modal .fs_modal_btn {
    color: rgba(224, 224, 224, 0.5);
}
#fs_modal .fs_modal_btn:hover {
    background: #969896;
    color: #e0e0e0;
}
#fs_modal .fs_modal_btn:active {
    background: #969896;
    color: #e0e0e0;
}
#fs_modal #fs_modal_footer {
    background-color: #222222;
}
.bot_label {
    background: #1d1f21;
    color: #81a2be;
}
#incoming_call {
    background-color: rgba(29, 31, 33, 0.97);
    color: #e0e0e0;
}
#fs_modal.channel_options_modal .channel_options_header {
    border-bottom-color: #222222;
}
#fs_modal.channel_options_modal .convert_to_shared label {
    color: #81a2be;
}
#fs_modal.channel_options_modal .channel_option_item {
    border-top-color: #222222;
}
#fs_modal.channel_options_modal .channel_option_item .channel_option_open {
    color: #e0e0e0;
}
#fs_modal.channel_options_modal .channel_option_item:hover {
    background: rgba(29, 31, 33, 0.75);
    border-color: #222222;
}
#channel_invite_container .lfs_list_container .lfs_item {
    border-top-color: #222222;
}
#channel_invite_container .lfs_list_container .lfs_item.active {
    border-color: #222222;
}
#channel_invite_container.page_needs_enterprise .channel_invite_row {
    border-top-color: #222222;
}
#channel_invite_container.page_needs_enterprise .channel_invite_row.disabled {
    color: #81a2be;
}
#channel_invite_modal #channel_invite_container:not(.keyboard_active).not_scrolling .channel_invite_row:hover,
#channel_invite_modal .channel_invite_row.highlighted {
    background: #222222;
    border-color: #222222;
}
.channel_modal_header {
    color: #e0e0e0;
}
#channel_browser .channel_browser_row {
    border-top: 1px solid #222222;
    color: #e0e0e0;
}
#channel_browser .channel_browser_row_header {
    color: #e0e0e0;
}
#channel_browser .channel_browser_creator_name {
    color: #81a2be;
}
#channel_browser .channel_browser_open,
#channel_browser .channel_browser_preview {
    color: #81a2be;
}
#channel_browser #channel_list_container:not(.keyboard_active).not_scrolling .channel_browser_row:hover,
#channel_browser .channel_browser_row.highlighted {
    background: #1d1f21;
    border: 1px solid #373b41;
}
#channel_browser .channel_browser_divider {
    background: transparent;
    color: #81a2be;
}
#channel_browser .channel_browser_sort_container::after {
    color: #e0e0e0;
}
.channel_invite_member .add_icon,
.channel_invite_member_small .add_icon {
    color: #ffffff;
}
.channel_invite_member .name_container .not_in_token,
.channel_invite_member_small .name_container .not_in_token {
    color: #81a2be !important;
}
.channel_invite_member .invite_user_group_avatar,
.channel_invite_member_small .invite_user_group_avatar {
    background-color: #1d1f21;
    color: #e0e0e0;
}
#invite_members_container .lfs_input_container {
    background: #373b41;
}
#notifications_not_working p.highlight_yellow_bg {
    border-radius: 3px;
    padding: 0 6px 6px;
}
#notifications_not_working p.highlight_yellow_bg a {
    color: #e0e0e0;
    text-decoration: underline;
}
#im_browser .im_browser_row {
    border-top: 1px solid #373b41;
}
#im_browser .im_browser_row.multiparty .member_image + .member_image:not(.ra):not(.ura) {
    border: 2px solid #1d1f21;
}
#im_browser .im_browser_row .im_unread_cnt {
    background: #bf360c;
    color: #e0e0e0;
}
#im_browser .im_browser_row.disabled {
    color: #81a2be;
}
#im_browser #im_list_container:not(.keyboard_active).not_scrolling .im_browser_row:hover,
#im_browser .im_browser_row.highlighted {
    background: #1d1f21;
    border: 1px solid #373b41;
}
#im_browser_tokens {
    background: #373b41;
    border: 1px solid #969896;
}
#im_browser_tokens.active {
    border-color: #969896;
    box-shadow: 0 0 7px rgba(150, 152, 150, 0.15);
}
#im_browser_tokens .member_token {
    background: #222222;
    border: 1px solid #1d1f21;
    color: #e0e0e0;
}
#im_browser_tokens .member_token.ra {
    background: #bf360c;
}
.fs_modal_file_viewer_header {
    background-color: #222222;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.fs_modal_file_viewer_header .btn {
    color: #e0e0e0;
}
.fs_modal_file_viewer_header .star {
    color: #81a2be;
}
.fs_modal_file_viewer_header .control_btn,
.fs_modal_file_viewer_header a.control_btn {
    color: #e0e0e0;
}
.fs_modal_file_viewer_header .control_btn:link,
.fs_modal_file_viewer_header .control_btn:visited,
.fs_modal_file_viewer_header a.control_btn:link,
.fs_modal_file_viewer_header a.control_btn:visited {
    color: #e0e0e0;
}
.fs_modal_file_viewer_header .control_btn:focus,
.fs_modal_file_viewer_header .control_btn:hover,
.fs_modal_file_viewer_header a.control_btn:focus,
.fs_modal_file_viewer_header a.control_btn:hover {
    color: #81a2be;
}
.fs_modal_file_viewer_header .control_btn.active,
.fs_modal_file_viewer_header .control_btn:active,
.fs_modal_file_viewer_header a.control_btn.active,
.fs_modal_file_viewer_header a.control_btn:active {
    background: #373b41;
}
.fs_modal_file_viewer_header .file_size {
    color: #81a2be;
}
.fs_modal_file_viewer_header .close_btn::after {
    border-right: 1px solid #373b41;
}
.fs_modal_file_viewer_content .viewer {
    background-color: #1d1f21;
    color: #e0e0e0 !important;
}
.fs_modal_file_viewer_content .viewer .next_btn ts-icon,
.fs_modal_file_viewer_content .viewer .previous_btn ts-icon {
    background: #373b41;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.fs_modal_file_viewer_content .viewer .next_btn:focus:not([disabled]),
.fs_modal_file_viewer_content .viewer .next_btn:hover:not([disabled]),
.fs_modal_file_viewer_content .viewer .previous_btn:focus:not([disabled]),
.fs_modal_file_viewer_content .viewer .previous_btn:hover:not([disabled]) {
    background: rgba(150, 152, 150, 0.25);
    color: #e0e0e0;
}
.fs_modal_file_viewer_content .viewer .next_btn[disabled]:focus,
.fs_modal_file_viewer_content .viewer .next_btn[disabled]:hover,
.fs_modal_file_viewer_content .viewer .previous_btn[disabled]:focus,
.fs_modal_file_viewer_content .viewer .previous_btn[disabled]:hover {
    color: rgba(129, 162, 190, 0.8);
}
.fs_modal_file_viewer_content .aside_panel {
    background-color: #222222;
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.25);
}
.fs_modal_file_viewer_content .comment_header {
    background-color: transparent;
    border-bottom: 1px solid #1d1f21;
}
.fs_modal_file_viewer_content .no_comment {
    background-color: #222222;
    color: #81a2be;
}
.fs_modal_file_viewer_content .aside_close_btn {
    color: #e0e0e0;
}
.fs_modal_file_viewer_content #file_comment {
    color: #e0e0e0;
}
#fs_modal.help_modal #fs_modal_footer .help_modal_status #no_open_issues {
    color: #81a2be;
}
#fs_modal.help_modal .help_modal_divider {
    color: #81a2be;
}
#fs_modal.help_modal .help_modal_article_row {
    border-top: 1px solid #222222;
}
#fs_modal.help_modal .help_modal_article_row .channel_browser_open {
    color: #81a2be;
}
#fs_modal.help_modal #help_modal_list_container:not(.keyboard_active).not_scrolling .help_modal_article_row:hover,
#fs_modal.help_modal .help_modal_article_row.highlighted {
    background-color: #222222;
    border-color: #1d1f21;
}
.admin_invites_account_type_option {
    border-bottom: 1px solid #222222;
}
.admin_invites_account_type_option p {
    color: #e0e0e0;
}
.admin_invites_account_type_option .option_arrow {
    color: #81a2be;
}
.admin_invites_account_type_option:hover:not(.disabled) h3 {
    color: #e0e0e0;
}
.admin_invites_account_type_option.disabled .account_type_disabled_hover {
    background: rgba(255, 255, 255, 0);
}
.admin_invites_account_type_option.disabled:hover .account_type_disabled_hover {
    background: rgba(40, 42, 46, 0.95);
}
.admin_invites_container:not(.experiment_guest_profiles_and_expiration) #admin_invites_add_row {
    background: #222222;
    border-color: #222222;
}
.admin_invite_row .delete_row,
.admin_invite_row .hide_custom_message,
.admin_invites_custom_message_container .delete_row,
.admin_invites_custom_message_container .hide_custom_message {
    color: #81a2be;
}
.admin_invite_row .delete_row:hover,
.admin_invite_row .hide_custom_message:hover,
.admin_invites_custom_message_container .delete_row:hover,
.admin_invites_custom_message_container .hide_custom_message:hover {
    color: #bf360c;
}
.admin_invite_row.delete_highlight,
.admin_invites_custom_message_container.delete_highlight {
    background: rgba(191, 54, 12, 0.4);
}
#admin_invites_channel_picker_container {
    border-bottom: 1px solid #222222;
}
#admin_invites_add_row {
    background: #373b41;
    border: 1px solid #222222;
}
.admin_invite_row .delete_row {
    color: #81a2be;
}
.admin_invite_row .delete_row:hover {
    color: #bf360c;
}
.admin_invite_row.delete_highlight {
    background: rgba(191, 54, 12, 0.25);
}
#admin_invites_workflow .lazy_filter_select .lfs_input_container {
    background-color: #373b41;
}
#channel_invite_tokens {
    background-color: #373b41;
    border-color: #969896;
}
#channel_invite_tokens.active {
    border-color: #81a2be;
    box-shadow: 0 0 7px rgba(129, 162, 190, 0.15);
}
#channel_invite_tokens .member_token {
    background: #222222;
    color: #e0e0e0;
}
#channel_invite_tokens .member_token.ra {
    background: rgba(191, 54, 12, 0.4);
}
.channel_invite_member .add_icon,
.channel_invite_member_small .add_icon,
.channel_invite_pending_user_small .add_icon {
    color: #e0e0e0;
}
.channel_invite_member .invite_user_group_avatar,
.channel_invite_member_small .invite_user_group_avatar,
.channel_invite_pending_user_small .invite_user_group_avatar {
    background-color: #222222;
    color: #e0e0e0;
}
#shortcuts_dialog {
    background: rgba(40, 42, 46, 0.95);
    text-shadow: 0 1px 1px rgba(29, 31, 33, 0.7);
}
#shortcuts_dialog.modal .modal-body,
#shortcuts_dialog.modal h1,
#shortcuts_dialog.modal h3 {
    color: #e0e0e0;
}
#shortcuts_dialog.modal ul ul {
    border-left-color: #373b41;
}
#shortcuts_dialog.modal .info_block {
    color: #81a2be;
}
#shortcuts_dialog.modal .close {
    background: #373b41;
    border-color: #969896;
    box-shadow: 0 1px 2px rgba(29, 31, 33, 0.5);
    color: #e0e0e0;
}
#shortcuts_dialog.modal .close:hover {
    box-shadow: 0 1px 2px rgba(29, 31, 33, 0.9);
}
#fs_modal.prefs_modal .section_rollup {
    border-bottom: 1px solid #222222;
}
#fs_modal.prefs_modal .section_rollup:first-of-type {
    border-top: 1px solid #222222;
}
#fs_modal.prefs_modal .section_rollup:hover:not(.active) {
    background: #222222;
    color: #e0e0e0;
}
#fs_modal.prefs_modal label.sound_option:hover:not(.disabled) ts-icon {
    color: #81a2be;
}
#fs_modal.prefs_modal #prefs_themes .theme_thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#fs_modal.prefs_modal #prefs_themes #prefs_themes_customize .custom_theme_label {
    border: 1px solid #222222;
}
#fs_modal.prefs_modal #prefs_themes #prefs_themes_customize .custom_theme_label .color_swatch {
    border: 1px solid #222222;
}
#fs_modal.prefs_modal #prefs_themes #prefs_themes_customize .colpick {
    background: #373b41;
    border: 1px solid #222222;
}
#fs_modal.prefs_modal #prefs_themes::before {
    background: #bf360c;
    border-radius: 3px;
    content: "Light sidebar themes (e.g. Hoth) will break this Stylish theme.";
    display: block;
    margin-bottom: 6px;
    padding: 2px 4px 4px;
    width: 100%;
}
#fs_modal.prefs_modal legend {
    color: #e0e0e0;
}
.sidebar_menu_list_item {
    border: 0;
    color: #e0e0e0;
}
.sidebar_menu_list_item.is_active {
    background-color: #1d1f21;
    color: #e0e0e0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.sidebar_menu_list_item:not(.is_active):hover {
    background-color: #222222;
}
#edit_team_profile_container input:disabled,
#edit_team_profile_container select:disabled {
    background: #373b41;
    border: 1px solid #1d1f21;
}
#edit_team_profile_container .lazy_filter_select.disabled {
    background: #373b41;
}
#edit_team_profile_container .lazy_filter_select.disabled input {
    background: #373b41;
}
#edit_team_profile_add .row,
#edit_team_profile_list .row {
    border-top: 1px solid #222222;
}
#edit_team_profile_list .row:nth-last-child(2):hover {
    border-color: #222222 !important;
}
#edit_team_profile_list .row:nth-child(n+5).active,
#edit_team_profile_list .row:nth-child(n+5):hover {
    background: #222222;
    border: 1px solid #1d1f21;
}
#edit_team_profile_list .row:nth-child(n+5).active .edit_team_profile_list_controls i.ts_icon_cog_o {
    color: #81a2be;
}
#edit_team_profile_list .edit_team_profile_list_controls i {
    color: #e0e0e0;
}
#edit_team_profile_list .edit_team_profile_list_controls i.ts_icon_cog_o:hover {
    color: #81a2be;
}
#edit_team_profile_list .edit_team_profile_list_controls i.ts_icon_grabby_patty:hover {
    color: #81a2be;
}
#edit_team_profile_list .sortable-placeholder::before {
    border-top: 1px solid #373b41;
}
#edit_team_profile_add .row:last-child {
    border-bottom: 1px solid #373b41;
}
#edit_team_profile_add .row:not(.header_row):hover {
    background: #222222;
    border: 1px solid #1d1f21;
}
#edit_team_profile_add .row:not(.header_row):hover .col:first-child {
    color: #e0e0e0;
}
#edit_team_profile_add .row:not(.header_row):hover i {
    border-color: #1d1f21;
    color: #e0e0e0;
}
#edit_team_profile_add i {
    color: #81a2be;
}
#edit_team_profile_edit .profile_field_preview_protector label.select::after,
#edit_team_profile_edit .profile_field_preview_protector label.select:hover::after {
    color: #81a2be;
}
#edit_team_profile_edit .row.option_row.show_remove_action i {
    border: 1px solid #1d1f21;
}
#edit_team_profile_edit .row.option_row.show_remove_action i:hover {
    background-color: #bf360c;
    border-color: #bf360c !important;
    color: #e0e0e0;
}
#edit_team_profile_edit .row i {
    border: 1px solid #1d1f21;
    color: #e0e0e0;
}
#edit_team_profile_custom .row .col .profile_field_preview {
    background: #222222;
    border: 2px solid #1d1f21;
}
#edit_team_profile_custom .row .col .profile_field_preview:active,
#edit_team_profile_custom .row .col .profile_field_preview:hover {
    border-color: #222222;
}
#edit_team_profile_custom .row .col .profile_field_preview:active span,
#edit_team_profile_custom .row .col .profile_field_preview:hover span {
    color: #81a2be;
}
#edit_team_profile_custom .row .col input {
    background: #373b41;
    border: 1px solid #1d1f21;
}
#edit_team_profile_custom .row .col[data-type=options_list] span::after {
    color: #81a2be;
}
#edit_team_profile_custom .row .col[data-type=options_list] input {
    border-right: 1px solid #1d1f21;
}
.profile_field_preview_protector .profile_field_preview {
    background: #222222;
    border: 1px solid #373b41;
}
.profile_field_preview_protector .profile_field_preview::after {
    background-color: #222222;
    box-shadow: 0 0.75rem 0.75rem rgba(0, 0, 0, 0.25);
}
.profile_field_preview_protector .profile_field_preview::before {
    background-color: #222222;
    box-shadow: 0 0.75rem 0.75rem rgba(0, 0, 0, 0.25);
}
.profile_field_preview_protector .profile_field_preview input:disabled,
.profile_field_preview_protector .profile_field_preview select:disabled {
    background: #373b41;
    color: #81a2be;
}
.profile_field_preview_protector .profile_field_preview .profile_field_preview_fade_out_mask {
    background: linear-gradient(to left, #1d1f21, rgba(255, 255, 255, 0));
}
.profile_field_preview_protector .profile_field_preview .profile_field_preview_ribbon::before {
    border-color: transparent transparent transparent #1d1f21;
}
.profile_field_preview_protector .profile_field_preview .profile_field_preview_ribbon::after {
    border-color: #1d1f21 transparent transparent;
}
ts-jumper ts-jumper-container {
    background: #222222;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
ts-jumper ts-jumper-help {
    color: #81a2be;
}
ts-jumper input[type=text] {
    border: 1px solid #1d1f21 !important;
    color: #e0e0e0;
}
ts-jumper input[type=text]:focus {
    border: 1px solid rgba(40, 42, 46, 0.8) !important;
    color: #e0e0e0;
}
ts-jumper input[type=text]::-webkit-input-placeholder,
ts-jumper input[type=text]:focus::-webkit-input-placeholder,
ts-jumper input[type=text]::-moz-placeholder,
ts-jumper input[type=text]:focus::-moz-placeholder {
    color: #e0e0e0;
}
ts-jumper ol li {
    color: #e0e0e0;
}
ts-jumper ol li .channel_name,
ts-jumper ol li .member_real_name,
ts-jumper ol li .member_username,
ts-jumper ol li .team_username {
    color: #81a2be;
}
ts-jumper ol li .channel_not_member,
ts-jumper ol li .team_username,
ts-jumper ol li .member_real_name + .member_username,
ts-jumper ol li .member_username + .member_real_name,
ts-jumper ol li ts-icon {
    color: #81a2be;
}
ts-jumper ol li .unread_count {
    background: #bf360c;
    color: #e0e0e0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
ts-jumper ol li.highlighted {
    background: #969896 !important;
    color: #e0e0e0 !important;
}
ts-jumper ol:not(.keyboard_active) li:hover {
    background: #969896 !important;
    color: #e0e0e0 !important;
}
ts-jumper ol li.highlighted .channel_not_member,
ts-jumper ol li.highlighted .match_score,
ts-jumper ol li.highlighted .member_real_name + .member_username,
ts-jumper ol li.highlighted .member_username + .member_real_name,
ts-jumper ol li.highlighted i.presence_icon,
ts-jumper ol li.highlighted ts-icon,
ts-jumper ol:not(.keyboard_active) li:hover .channel_not_member,
ts-jumper ol:not(.keyboard_active) li:hover .match_score,
ts-jumper ol:not(.keyboard_active) li:hover .member_real_name + .member_username,
ts-jumper ol:not(.keyboard_active) li:hover .member_username + .member_real_name,
ts-jumper ol:not(.keyboard_active) li:hover i.presence_icon,
ts-jumper ol:not(.keyboard_active) li:hover ts-icon {
    color: #e0e0e0;
}
.basic_share_dialog .share_dialog_divider {
    border-top-color: transparent;
}
.share_dialog_attachment_container {
    color: #e0e0e0;
}
#share_dialog .file_list_item {
    border-color: #1d1f21;
}
#generic_dialog.basic_share_dialog .lazy_filter_select .lfs_item .ts_icon:not(.presence_icon),
#share_dialog .lazy_filter_select .lfs_item .ts_icon:not(.presence_icon) {
    color: #81a2be;
}
.ts_tip .ts_tip_multiline_inner,
.ts_tip:not(.ts_tip_multiline) .ts_tip_tip {
    background: #373b41;
}
.ts_tip .ts_tip_tip {
    color: #e0e0e0;
}
.ts_tip.ts_tip_left .ts_tip_tip::after {
    border-left-color: #373b41;
}
.ts_tip.ts_tip_right .ts_tip_tip::after {
    border-right-color: #373b41;
}
.ts_tip.ts_tip_top .ts_tip_tip::after {
    border-top-color: #373b41;
}
.ts_tip.ts_tip_bottom .ts_tip_tip::after {
    border-bottom-color: #373b41;
}
.ts_tip.success .ts_tip_tip {
    background: #969896;
}
.ts_tip.success.ts_tip_left .ts_tip_tip::after {
    border-left-color: #969896;
}
.ts_tip.success.ts_tip_right .ts_tip_tip::after {
    border-right-color: #969896;
}
.ts_tip.success.ts_tip_top .ts_tip_tip::after {
    border-top-color: #969896;
}
.ts_tip.success.ts_tip_bottom .ts_tip_tip::after {
    border-bottom-color: #969896;
}
#coachmark.channels_coachmark_div {
    background: #373b41;
}
#coachmark.channels_coachmark_div #coachmark_callout,
#coachmark.channels_coachmark_div #coachmark_interior {
    background: #373b41;
}
#coachmark.calls_ss_window_coachmark_div {
    background: #373b41;
}
#coachmark.calls_ss_window_coachmark_div #coachmark_callout,
#coachmark.calls_ss_window_coachmark_div #coachmark_interior {
    background: #373b41;
}
#coachmark.calls_video_beta_coachmark_div {
    background: #373b41;
}
#coachmark.calls_video_beta_coachmark_div #coachmark_callout,
#coachmark.calls_video_beta_coachmark_div #coachmark_interior {
    background: #373b41;
}
#coachmark.calls_video_ga_coachmark_div {
    background: #373b41;
}
#coachmark.calls_video_ga_coachmark_div #coachmark_callout,
#coachmark.calls_video_ga_coachmark_div #coachmark_interior {
    background: #373b41;
}
#coachmark.direct_messages_coachmark_div {
    background: #373b41;
}
#coachmark.direct_messages_coachmark_div #coachmark_callout,
#coachmark.direct_messages_coachmark_div #coachmark_interior {
    background: #373b41;
}
#coachmark.gdrive_coachmark_div {
    background: #373b41;
}
#coachmark.gdrive_coachmark_div #coachmark_callout,
#coachmark.gdrive_coachmark_div #coachmark_interior {
    background: #373b41;
}
#coachmark.highlights_arrows_coachmark_div {
    background: #373b41;
}
#coachmark.highlights_arrows_coachmark_div #coachmark_callout,
#coachmark.highlights_arrows_coachmark_div #coachmark_interior {
    background: #373b41;
}
#coachmark.highlights_message_coachmark_div {
    background: #373b41;
}
#coachmark.highlights_message_coachmark_div #coachmark_callout,
#coachmark.highlights_message_coachmark_div #coachmark_interior {
    background: #373b41;
}
#coachmark.replies_coachmark_div {
    background: #373b41;
}
#coachmark.replies_coachmark_div #coachmark_callout,
#coachmark.replies_coachmark_div #coachmark_interior {
    background: #373b41;
}
#coachmark.starred_items_coachmark_div {
    background: #373b41;
}
#coachmark.starred_items_coachmark_div #coachmark_callout,
#coachmark.starred_items_coachmark_div #coachmark_interior {
    background: #373b41;
}
#coachmark.unread_view_coachmark_div {
    background: #373b41;
}
#coachmark.unread_view_coachmark_div #coachmark_callout,
#coachmark.unread_view_coachmark_div #coachmark_interior {
    background: #373b41;
}
#coachmark.invites_coachmark_div {
    background: #bf360c;
}
#coachmark.invites_coachmark_div #coachmark_callout,
#coachmark.invites_coachmark_div #coachmark_interior {
    background: #bf360c;
}
#coachmark.recent_mentions_coachmark_div {
    background: #bf360c;
}
#coachmark.recent_mentions_coachmark_div #coachmark_callout,
#coachmark.recent_mentions_coachmark_div #coachmark_interior {
    background: #bf360c;
}
#coachmark_footer .coachmark_got_it {
    background: rgba(150, 152, 150, 0.5) !important;
}
#coachmark_interior {
    color: #e0e0e0;
}
.menu_member_header {
    background: #1d1f21;
}
.menu_member_header .member_details.feature_custom_fields .member_name_and_presence {
    color: #e0e0e0;
}
.menu_member_header .member_details.feature_custom_fields .member_name_and_presence .member_name {
    color: #e0e0e0;
}
.menu_member_header .member_details.feature_custom_fields .member_name_and_presence .presence.away {
    color: #fff;
}
.menu_member_header .member_details.feature_custom_fields .member_title {
    color: #81a2be;
}
.menu_member_header .member_details.feature_custom_fields .member_restriction,
.menu_member_header .member_details.feature_custom_fields .member_timezone_value {
    color: #81a2be;
}
.menu_member_header .member_details.feature_custom_fields .member_restriction a,
.menu_member_header .member_details.feature_custom_fields .member_timezone_value a {
    color: #ffffff;
}
.menu_member_header .member_details.feature_custom_fields .member_restriction a:hover,
.menu_member_header .member_details.feature_custom_fields .member_timezone_value a:hover {
    color: #cc6666;
}
.menu_member_header .member_details_divider {
    border-color: #373b41;
}
.menu_member_footer {
    background: #1d1f21;
    border-top: 1px solid #373b41;
}
.menu_member_footer p {
    color: #81a2be;
}
.member_meta {
    color: #ffffff;
}
.mini,
.dull_grey,
.flat_grey,
.blue_link,
.slate_blue,
.charcoal_grey,
.indifferent_grey,
.ts_tip_tip .subtle_silver {
    color: #e0e0e0 !important;
}
.greigh,
.sky_blue,
.severe_grey,
.havana_blue,
.burnt_violet,
.plastic_grey,
.cloud_silver,
.subtle_silver,
.old_petunia_grey {
    color: #81a2be !important;
}
.clear_blue {
    color: #ffffff !important;
}
.moscow_red,
.mustard_yellow,
.candy_red_on_hover:hover,
.moscow_red_on_hover:hover {
    color: #bf360c !important;
}
.candy_red_bg {
    background-color: #bf360c !important;
}
.neutral_white_bg {
    background-color: #222222 !important;
}
.yolk_orange_bg,
.burnt_violet_bg,
.flexpane_grey_bg {
    background-color: #373b41 !important;
}
.sky_blue_bg,
.clear_blue_bg,
.seafoam_green_bg {
    background-color: #373b41 !important;
}
#msgs_scroller_div {
    margin-left: 4px;
}
.monkey_scroll_bar {
    z-index: 99;
}
.client_header_icon {
    -moz-filter: brightness(0.6) contrast(3) invert(1) sepia(0.5);
    -webkit-filter: brightness(0.6) contrast(3) invert(1) sepia(0.5);
    filter: brightness(0.6) contrast(3) invert(1) sepia(0.5);
}
nav.top.persistent {
    background: #222222;
}
nav.top.persistent .logo {
    background-position: 50% 0 !important;
}
.widescreen #header_team_name a i {
    margin-left: 1.5em;
}
.widescreen #user_menu {
    border-right: none;
}
header #menu_toggle {
    color: #ffffff;
}
header #header_team_nav {
    background: #222222;
    border: 1px solid #1d1f21;
}
header #header_team_nav li.active a {
    background: #222222;
    color: #e0e0e0;
}
header .header_btns a {
    color: #ffffff;
}
header .header_btns a .label {
    color: #81a2be;
}
header .vert_divider {
    border-left: 1px solid #1d1f21;
}
footer {
    background-color: #222222;
    border-color: #1d1f21;
    color: #e0e0e0;
}
footer ul a {
    color: #e0e0e0;
}
footer ul a:link,
footer ul a:visited {
    color: #e0e0e0;
}
.plastic_row h3 {
    color: #e0e0e0;
}
.plastic_row h4 a {
    color: #e0e0e0;
}
.plastic_row .icon {
    color: #e0e0e0;
}
.plastic_row .chevron {
    color: #81a2be;
}
.plastic_row .description {
    color: #e0e0e0;
}
.plastic_row:active {
    background: #222222;
    border-color: #1d1f21;
}
.plastic_row:active .chevron {
    color: #e0e0e0;
}
html.no_touch .plastic_row:hover {
    background: #222222;
    border-color: #1d1f21;
}
html.no_touch .plastic_row:hover .chevron {
    color: #e0e0e0;
}
html.no_touch .pagination ul > li > a:hover {
    background-color: #1d1f21;
}
html.no_touch .pagination ul > .disabled > a:hover {
    background: #222222;
    color: #81a2be;
}
html.no_touch .pager li > a:hover,
html.no_touch .pager li > a:focus {
    color: #cc6666;
}
.card,
.tab_pane {
    background: #222222;
    border: 1px solid #1d1f21;
    color: #e0e0e0;
}
.card h3 a {
    color: #e0e0e0;
}
#page_contents .card {
    background: rgba(40, 42, 46, 0.8) !important;
}
#page_contents .card p {
    color: #e0e0e0;
}
.tab_set a.secondary {
    color: #ffffff;
}
.tab_set a.selected,
.tab_set a.secondary.selected {
    background: #222222;
    border: 1px solid #1d1f21;
    border-bottom-color: #222222;
    color: #cc6666;
}
.tab_actions {
    background: #222222;
    border: 1px solid #1d1f21;
    border-color: #1d1f21;
}
.accordion_section {
    border-bottom-color: #222222;
}
.accordion_section h4 {
    color: #e0e0e0;
}
.accordion_section h4 a {
    color: #e0e0e0;
}
.no_touch .accordion_section h4 a:hover {
    color: #e0e0e0;
}
.accordion_section_fixed {
    border-bottom-color: #222222 !important;
}
.pager li > a,
.pager li > span {
    background-color: #222222;
    background-image: none;
    border-color: #222222;
    color: #ffffff;
}
.pager li.previous > a,
.pager li.previous > span {
    background-position: 0;
    padding-right: 0;
    text-align: center;
}
.pager li.next > a,
.pager li.next > span {
    background-position: 0;
    padding-left: 0;
    text-align: center;
}
.pager .disabled > a,
.pager .disabled > span {
    color: #81a2be;
}
.pagination ul > li > a,
.pagination ul > li > span {
    background: #222222;
    border: 1px solid #1d1f21;
    color: #e0e0e0;
}
.pagination ul > li > a:focus {
    background-color: #1d1f21;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #1d1f21;
}
.pagination ul > .disabled > span {
    background: #222222;
    color: #81a2be;
}
.pagination ul > .disabled > a {
    background: #222222;
    color: #ffffff;
}
.pagination ul > .disabled > a:focus {
    background: #222222;
    color: #cc6666;
}
.loading_hash_animation img {
    display: none;
}
.icon_search_close {
    color: #ffffff;
}
.icon_search_close:hover {
    color: #cc6666;
}
.help {
    border-top-color: #1d1f21;
    color: #81a2be;
}
.two_factor_option_app,
.two_factor_option_sms,
.configure-step1,
.configure-step3 {
    display: none;
}
.two_factor_choice {
    background-color: #222222;
    border: 1px solid #373b41;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.two_factor_choice:hover {
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.15);
}
.two_factor_choice:hover .two_factor_link {
    color: #e0e0e0;
}
a.two_factor_choice {
    background-color: #222222;
    border: 1px solid #373b41;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
a.two_factor_choice:link {
    background-color: #222222;
    border: 1px solid #373b41;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
a.two_factor_choice:hover,
a.two_factor_choice:link:hover {
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.15);
}
a.two_factor_choice:hover .two_factor_link,
a.two_factor_choice:link:hover .two_factor_link {
    color: #e0e0e0;
}
.backup_codes {
    background: #1d1f21;
    border-color: #373b41;
    color: #e0e0e0;
}
#channel_specific_settings tr {
    border-top-color: #222222;
}
#channel_specific_settings tr.channel_override_row.muted td {
    background: rgba(40, 42, 46, 0.5);
}
#channel_specific_settings .extra_left_border {
    border-left-color: #222222;
}
#channel_specific_settings .extra_right_border {
    border-right-color: #222222;
}
#channel_specific_settings .revert_to_default {
    color: #81a2be;
}
#channel_specific_settings .revert_to_default:hover {
    color: #bf360c;
}
.admin_list_item {
    border-bottom-color: #222222;
    color: #81a2be;
}
.admin_list_item:hover {
    background-color: #222222;
}
.admin_list_item .admin_member_full_name,
.admin_list_item .admin_member_real_name {
    color: #e0e0e0;
}
.admin_list_item .admin_member_type,
.admin_list_item .admin_member_caret {
    color: #81a2be;
}
.admin_list_item .pill.group {
    background: #373b41;
}
.admin_list_item .two_factor_auth_badge:hover {
    background: #373b41;
}
.admin_list_item .inline_email:hover,
.admin_list_item .inline_name:hover,
.admin_list_item .inline_username:hover {
    background: none !important;
}
.admin_list_item.invite_item.bouncing {
    background: #969896;
}
.admin_list_item.invite_item.bouncing .email {
    color: #bf360c;
}
.admin_list_item.error,
.admin_list_item.expanded,
.admin_list_item.processing,
.admin_list_item.success {
    background-color: #222222;
}
.admin_list_item.expanded .btn_outline {
    border-color: #222222;
    color: #e0e0e0 !important;
}
.admin_list_item.expanded .btn_outline:hover {
    border-color: #222222;
    color: #e0e0e0 !important;
}
.admin_list_item.expanded .sub_action {
    color: #ffffff;
}
.admin_list_item.expanded .sub_action:hover {
    color: #cc6666;
}
@media screen and (max-width: 768px) {
    .admin_list_item.expanded .sub_action + .sub_action:hover::before,
    .admin_list_item.expanded .sub_action + .sub_action:hover::after {
        color: #ffffff;
    }
}
.billing_selection {
    border-color: #1d1f21;
    color: #e0e0e0 !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.billing_selection:hover {
    border-color: #969896;
}
.billing_selection.active {
    background: #373b41;
    border-color: #969896;
}
.billing_selection.billing_selection--refactor {
    border-color: #373b41;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.billing_selection.billing_selection--refactor:hover {
    border-color: #969896;
}
.billing_selection.billing_selection--refactor.active {
    background: #373b41;
    border-color: #969896;
}
.billing_selection .billing_selection__price {
    color: #e0e0e0;
}
#billing_contacts_container {
    background: #222222;
    border-top: 1px solid #1d1f21;
}
.billing_callout {
    background: none;
}
.billing_contact {
    border-bottom: 1px solid #222222;
}
table.billing tr:hover td {
    background: #222222;
}
.link_billing_statement {
    color: #e0e0e0 !important;
}
.link_invoice_id,
.link_statement_id {
    color: #ffffff !important;
}
.billing_invoice tbody tbody tr {
    color: #e0e0e0 !important;
}
.billing_settings_label_name {
    color: #e0e0e0;
}
table tr {
    border-bottom-color: #222222;
}
table tr:first-child th:not(:only-of-type) {
    border-bottom-color: #1d1f21;
}
.slackbot_response_fieldset .delete_response {
    color: #81a2be;
}
.slackbot_response_fieldset .delete_response:hover {
    color: #bf360c;
}
.author_cell {
    color: #e0e0e0;
}
.message_cell.disabled {
    color: #81a2be;
}
#message_container #msg_limit {
    color: #e0e0e0;
}
.inactive {
    background-image: none;
}
.file_header .title a {
    color: #ffffff;
}
.file_header .title a:hover {
    color: #cc6666;
}
.file_actions_cog {
    color: #ffffff !important;
}
.file_actions_cog:hover {
    color: #cc6666 !important;
}
.file_reference .icon,
.file_list_item .icon,
.file_preview {
    border: 2px solid #1d1f21;
}
.action_cog {
    color: #ffffff;
}
.action_cog i {
    color: #ffffff;
}
html.no_touch .action_cog:hover {
    color: #cc6666;
}
html.no_touch .action_cog:hover i {
    color: #cc6666;
}
.drop_zone {
    border-color: #969896;
    color: #e0e0e0;
}
.drop_zone_text {
    color: #e0e0e0;
}
.widescreen:not(.nav_open) {
    color: #e0e0e0;
}
@media only screen and (min-width: 1441px) {
    .widescreen:not(.nav_open) nav#site_nav {
        background: rgba(40, 42, 46, 0.9);
    }
}
.widescreen:not(.nav_open) nav#site_nav h3 {
    color: #e0e0e0;
}
.widescreen:not(.nav_open) nav#site_nav ul a {
    color: #ffffff;
}
.widescreen:not(.nav_open) nav#site_nav ul a:link,
.widescreen:not(.nav_open) nav#site_nav ul a:visited,
.widescreen:not(.nav_open) nav#site_nav ul a:hover,
.widescreen:not(.nav_open) nav#site_nav ul a:active {
    color: #cc6666;
}
.widescreen:not(.nav_open) nav#site_nav #user_menu_name {
    color: #81a2be;
}
nav#site_nav {
    background: #222222;
}
nav#site_nav #user_menu_contents:hover {
    background: #222222;
    color: #e0e0e0;
}
header {
    background: #222222;
}
header #header_team_nav li a {
    color: #e0e0e0;
}
header #header_team_nav li a:hover {
    background: #222222;
    color: #e0e0e0;
}
header #header_team_nav li a .team_icon.ts_icon_plus {
    background: #1d1f21;
    color: #81a2be;
}
header #header_team_nav #add_team_option {
    border-top: 1px solid #1d1f21;
}
html.no_touch header #header_team_nav li a {
    color: #e0e0e0;
}
html.no_touch header #header_team_nav li a:hover {
    background: #222222;
    color: #e0e0e0;
}
html.no_touch header #header_team_name a:hover,
html.no_touch header #menu_toggle:hover {
    color: #cc6666;
}
html.no_touch header .header_btns a:hover {
    color: #cc6666;
}
html.no_touch header .header_btns a:hover .label {
    color: #81a2be;
}
nav#site_nav h3,
#header_team_name,
header #header_team_name a {
    color: #ffffff;
}
nav#site_nav #footer_nav a,
#header_team_name:hover .fa-caret-down,
.widescreen:not(.nav_open) nav#site_nav #footer_nav a {
    color: #cc6666;
}
#home_footer a {
    color: #cc6666;
}
.admin_pref:not(:first-of-type) {
    border-top-color: #222222;
}
.admin_pref.locked {
    background-color: rgba(191, 54, 12, 0.2);
}
.admin_pref .admin_pref_locked_label {
    color: #81a2be;
}
#stats_too_soon {
    height: 500px;
}
#stats_too_soon img {
    display: none;
}
#stats_limited {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #1d1f21 65%);
    bottom: 0;
    height: 480px;
    position: absolute;
    width: 100%;
}
#stats_disclaimer,
#stats_too_soon_copy h3 {
    color: #ffffff;
}
#stats_too_soon_copy p {
    color: #e0e0e0;
}
#all_time,
#third_row.column,
#second_row.column {
    background: #222222;
}
.stats_integrations_container .icon {
    background: #222222;
}
.stats_integrations_container .icon_plus {
    border-color: #81a2be;
    color: #81a2be;
}
#last_day p.summary {
    color: #e0e0e0;
}
#last_day p.summary strong {
    color: #e0e0e0;
}
.tooltip-inner {
    background-color: #969896;
    color: #e0e0e0;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow {
    border-top-color: #969896;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #969896;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #969896;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #969896;
}
.api #header_logo img {
    display: none;
}
body.api header .header_links a {
    color: #e0e0e0;
}
body.api header .header_links a.active {
    background: #373b41;
}
body.api pre {
    overflow-x: auto;
}
body.api pre code {
    color: #e0e0e0;
}
body.api #page_contents .card {
    background: #222222;
}
body.api .scopes_to_methods code {
    color: #e0e0e0;
}
body.api .scopes_to_methods .selected code {
    color: #bf360c;
}
body.api .scopes_to_methods li {
    color: #e0e0e0;
}
body.api .scopes_to_methods .selected li {
    color: #e0e0e0;
}
body.api .section_title {
    border-bottom: 2px solid #222222;
}
body.api .example {
    border: 1px solid #1d1f21;
}
body.api .example h5 {
    background-color: #1d1f21;
    color: #e0e0e0;
}
body.api .alert {
    background: #373b41;
}
body.api .hljs {
    background-image: none;
}
body.api .hljs-keyword,
body.api .hljs-selector-tag,
body.api .hljs-subst {
    color: #ce93d8;
}
body.api .hljs-number {
    color: #a5d6a7;
}
body.api .hljs-literal,
body.api .hljs-tag .hljs-attr {
    color: #536dfe;
}
body.api .hljs-variable {
    color: #9fa8da;
}
body.api .hljs-template-variable {
    color: #c5e1a5;
}
body.api .hljs-comment {
    color: #ffcc80;
}
body.api .hljs-doctag,
body.api .hljs-string {
    color: #ef9a9a;
}
body.api .hljs-section,
body.api .hljs-selector-id,
body.api .hljs-title {
    color: #ffab91;
}
body.api .hljs-meta {
    color: #eee;
}
body.api .hljs-class .hljs-title,
body.api .hljs-type {
    color: #eee;
}
body.api .hljs-built_in,
body.api .hljs-builtin-name {
    color: #b39ddb;
}
body.api .hljs-tag {
    color: #a5d6a7;
}
body.api .hljs-attribute,
body.api .hljs-name {
    color: #40c4ff;
}
body.api .hljs-bullet,
body.api .hljs-symbol {
    color: #9fa8da;
}
body.api .hljs-quote {
    color: #b0bec5;
}
body.api .hljs-link,
body.api .hljs-regexp {
    color: #ffffff;
}
body.api span.btn {
    background-color: #222222;
}
body.api span.deprecation,
body.api span.warning {
    background-color: #bf360c;
    border-color: #bf360c;
}
nav#api_nav {
    background: transparent;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#api_nav .footer_nav a {
    color: #ffffff;
}
#api_nav .footer_nav a:hover {
    color: #cc6666;
}
#api_nav .footer_nav .footer_signature {
    color: #bf360c;
}
.api_articles .api_articles_section {
    border-bottom-color: #222222;
}
.api_articles .article_tag_count {
    color: #81a2be;
}
.api.feature_related_content #api_related_content h2 {
    color: #e0e0e0;
}
.api.feature_related_content #api_related_content .article_link_title_wrapper {
    color: #ffffff;
}
.tab_menu {
    background-color: #222222;
}
.tab_menu.grey {
    background-color: #222222;
}
.tab_menu .tab {
    color: #e0e0e0;
}
.tab_menu .tab:hover {
    box-shadow: inset 0 -4px 0 0 rgba(191, 54, 12, 0.4);
}
.tab_menu .tab.active,
.tab_menu .tab:active,
.tab_menu .tab:focus {
    box-shadow: inset 0 -4px 0 0 #bf360c;
    color: #e0e0e0;
}
.tab_menu .tab:disabled {
    color: #81a2be;
}
.page_faq h3,
.page_scim h3 {
    background-color: #222222;
}
.application_config aside {
    color: #81a2be;
}
.menu_launcher,
.menu_launcher_large {
    background-color: #373b41;
    border: 1px solid #222222;
    color: #e0e0e0;
}
.menu_launcher_large {
    border: 1px solid #222222;
}
.menu.avatar_menu ul li:hover ts-icon {
    background: #373b41;
    color: #e0e0e0;
}
.menu.avatar_menu ul li a {
    color: #e0e0e0;
}
.menu.avatar_menu ul li a img,
.menu.avatar_menu ul li a ts-icon {
    background-color: #373b41;
    color: #e0e0e0;
}
#page .media_list {
    background-color: #222222;
    border: 1px solid #373b41;
}
#page .media_list > li + li::before {
    border-top: 1px solid #373b41;
}
#page .media_list > li.interactive a {
    color: #e0e0e0;
}
#page .media_list > li.interactive a:focus,
#page .media_list > li.interactive a:hover {
    background: #373b41;
    border-color: #969896;
}
#page .media_list > li .media_list_text {
    color: #e0e0e0;
}
#page .media_list.media_list_with_arrows a::before {
    color: #81a2be;
}
#page .media_list_title {
    color: #e0e0e0;
}
#page .media_list_subtitle {
    color: #81a2be;
}
#page .sidebar_menu_list_item {
    color: #e0e0e0;
}
#page .sidebar_menu_list_item.is_active {
    background-color: #222222;
    border-color: #222222;
    color: #e0e0e0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
#page .sidebar_menu_list_item.is_active a {
    color: #e0e0e0;
}
#page .sidebar_menu_list_item:not(.is_active):hover {
    background-color: #222222;
    border-color: #222222;
}
#page .sidebar_menu_list_item a {
    color: #e0e0e0;
}
#page ul.breadcrumbs li {
    color: #81a2be;
}
#page ul.breadcrumbs li:not(:first-child)::before {
    color: #81a2be;
}
#page ul.small_arrow_list li a {
    color: #e0e0e0;
}
#page ul.small_arrow_list li a:hover {
    background-color: #373b41;
}
#page ul.small_arrow_list li a::after {
    color: #e0e0e0;
}
#page ul.small_arrow_list li + li a {
    border-top: 1px solid transparent;
}
#page .tag {
    background-color: #1d1f21;
    border: 1px solid #222222;
}
#page .tag:hover {
    background-color: #373b41 !important;
}
.apps_directory .app_card,
.apps_directory .large_app_card {
    background-color: #222222;
    border: 1px solid #222222;
}
nav.top.persistent ul a {
    color: #e0e0e0;
}
nav.top.apps_nav {
    background: transparent;
}
nav.top.apps_nav.persistent .nav_title {
    border-color: #969896;
}
nav.top.apps_nav.clear_nav .nav_title a {
    color: #e0e0e0;
}
nav.top.apps_nav .nav_title a {
    color: #e0e0e0;
}
nav.top.apps_nav ul a.active {
    color: #cc6666;
}
.plastic_typeahead {
    background: #222222;
    border: 1px solid #222222;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.plastic_typeahead_item {
    color: #e0e0e0;
}
.plastic_typeahead_item + .plastic_typeahead_item {
    border-top: 1px solid #373b41;
}
.plastic_typeahead_item:not(.plastic_typeahead_item_no_results).is_active {
    background-color: #222222;
    border-top-color: #222222;
    color: #e0e0e0;
}
.plastic_typeahead_item:not(.plastic_typeahead_item_no_results).is_active ts-icon {
    color: #81a2be;
}
.plastic_typeahead_item:not(.plastic_typeahead_item_no_results):not(.is_active):hover {
    background: #1d1f21;
    border-color: #373b41;
}
.plastic_typeahead_item:not(.plastic_typeahead_item_no_results):not(.is_active):hover + .plastic_typeahead_item {
    border-color: #373b41;
}
a.plastic_typeahead_item {
    color: #e0e0e0;
}
.apps_typeahead_item_media {
    background: #1d1f21;
}
.search_input_container .search_input:focus ~ .icon_search_input {
    color: #e0e0e0;
}
.icon_search_input {
    color: #81a2be;
}
.quote_block {
    color: #e0e0e0;
}
.quote_block::before {
    background-color: #373b41;
}
.well {
    background: #1d1f21;
    border-color: #181a1c;
    color: #e0e0e0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.service_breadcrumbs li .ts_icon,
.service_breadcrumbs li span {
    color: #81a2be;
}
.downloads_header {
    background-color: #969896;
}
.downloads_header .welcome .meta {
    color: #e0e0e0;
}
.downloads_header .welcome .meta a {
    color: #e0e0e0;
}
.downloads_header .welcome .meta .pipe_sep {
    background-color: rgba(0, 0, 0, 0.25);
}
.downloads_header select[name=build_variant] {
    color: #e0e0e0;
}
.stay_in_sync .card {
    background-color: #222222;
    border-color: #1d1f21;
}
.stay_in_sync .card h2 {
    color: #e0e0e0;
}
.stay_in_sync .other_links {
    color: #81a2be;
}
.stay_in_sync .other_links a {
    color: #e0e0e0;
}
.sms_form .sms_number_container::before {
    color: #81a2be;
}
.sms_form input[name=sms_number] {
    color: #e0e0e0;
}
.sms_form input[type=submit] {
    background-color: #222222;
    color: #ffffff;
}
.sms_form .sms_select_container .lazy_filter_select {
    background-color: #373b41;
}
.go_button {
    background-color: #222222;
    color: #ffffff;
}
nav.top.fixed {
    display: none;
}
#api_nav h5 {
    color: #e0e0e0;
}
#api_nav #api_sections ul li a {
    border-bottom-color: #1d1f21;
    color: #81a2be;
}
#api_nav #api_sections ul li a:hover {
    color: #e0e0e0;
}
#api_nav #api_sections ul li a.active {
    background: #222222;
    color: #81a2be;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
#api_nav #api_sections ul li a.active:hover {
    background: #222222;
    color: #81a2be;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.col.span_1_of_2.bordered {
    background-color: #222222;
}
body.oauth_page {
    background: #222222;
}
body.oauth_page .oauth_header {
    background: #222222 !important;
}
body.oauth_page .alert {
    border-color: #772207;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
body.oauth_page .alert.alert_warning {
    border-left-color: #8f2809;
}
body.oauth_page .alert.alert_warning .bottom_border {
    border-color: #8f2809;
}
body.oauth_page .alert_text {
    background: #bf360c;
    color: #e0e0e0;
}
body.oauth_page .alert_text i:hover {
    color: #e0e0e0 !important;
}
body.oauth_page .darken_hover:hover {
    color: #81a2be !important;
}
body.oauth_page .team:hover {
    background: #1d1f21;
    border: 1px solid #373b41 !important;
}
body.oauth_page .safe_scopes {
    border-top: 1px solid #222222;
}
body.oauth_page .yolk_orange,
body.oauth_page .subtle_silver {
    color: #e0e0e0 !important;
}
body.oauth_page .top_border {
    border-color: #222222;
}
ts-rocket {
    color: #e0e0e0;
}
ts-rocket a {
    color: #ffffff;
}
ts-rocket a caret::before {
    background-color: #222222;
    border-color: #222222;
}
ts-rocket hr {
    border-color: #222222;
}
ts-rocket code,
ts-rocket .pre.text,
ts-rocket > div > pre {
    background-color: #1d1f21;
}
ts-rocket .blockquote.text::before,
ts-rocket > div > blockquote::before {
    background-color: #1d1f21;
}
ts-rocket .cl.text {
    background-color: #1d1f21;
    border-bottom: 1px solid #222222;
}
ts-rocket .cl.text .checkbox.checked + li {
    color: #81a2be;
}
ts-rocket > div > .checklist {
    background-color: #1d1f21;
    border-bottom: 1px solid #222222;
}
ts-rocket > div > .checklist .checkbox.checked + li {
    color: #81a2be;
}
ts-rocket > div > .checklist li::before {
    background: #222222;
}
ts-rocket > div > .checklist li.checked {
    color: #81a2be;
}
ts-rocket .unfurl .unfurl-container {
    background-color: #1d1f21;
}
ts-rocket .unfurl .unfurl-container.unfurl-render-failed {
    background-color: rgba(191, 54, 12, 0.1);
}
ts-rocket .unfurl .attachment_bar {
    background-color: #222222 !important;
}
ts-rocket .unfurl .unfurl-remove::before {
    color: #81a2be;
}
ts-rocket .unfurl .unfurl-remove:hover::before {
    color: #e0e0e0;
}
ts-rocket .unfurl.selected .unfurl-container {
    background-color: rgba(150, 152, 150, 0.5);
}
ts-rocket .unfurl.selected .unfurl-container .attachment_bar {
    background-color: rgba(150, 152, 150, 0.5) !important;
}
ts-rocket caret::before {
    background-color: #222222;
    border: 1px solid #222222;
}
ts-rocket carriage {
    background-color: rgba(150, 152, 150, 0.5);
}
ts-rocket selection {
    background-color: rgba(150, 152, 150, 0.5);
}
ts-rocket selection::after,
ts-rocket selection::before {
    background-color: rgba(150, 152, 150, 0.5);
}
ts-rocket ime {
    background-color: rgba(150, 152, 150, 0.5);
}
ts-rocket .hr.selected hr {
    box-shadow: 0 0 0 5px rgba(150, 152, 150, 0.5);
}
.focusing_input_field space.inactive .unfurl.selected .unfurl-container {
    background-color: #1d1f21;
}
nav {
    background: #222222;
}
nav .space {
    background-color: #222222;
    box-shadow: 0 1px rgba(0, 0, 0, 0.25), 0 2px rgba(0, 0, 0, 0.15), 0 3px rgba(0, 0, 0, 0.15);
}
nav .space::after {
    border-left: 1px solid #373b41;
}
nav .comments {
    background-color: #222222;
}
nav .space_buttons .btn_outline {
    background-color: #373b41;
}
nav .space_buttons .btn_outline::after {
    border-color: #373b41;
}
nav .space_btn_star {
    background: none;
    border: 0;
}
nav .space_btn_star:hover {
    background: none !important;
}
nav .space_btn_edit {
    background: #373b41;
}
nav .space_btn_edit.editing {
    background: #969896;
}
nav .star_info {
    color: #81a2be;
}
nav #space_status {
    border-left: 1px solid #373b41;
    color: #81a2be;
}
nav #space_status.slightly_concerned {
    color: #bf360c;
}
nav #edit_status {
    color: #81a2be;
}
nav .comments_open.unread span.notif {
    background-color: #bf360c;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}
nav .comments_close {
    color: #81a2be;
}
nav .comments_close:hover::before {
    color: #ffffff !important;
}
ts-space header {
    background: transparent;
}
ts-space header .owner_detail .file_title_header,
ts-space header .owner_detail .inline-edit {
    color: #e0e0e0;
}
ts-space header .owner_detail .inline-edit {
    background: none;
}
ts-space header .owner_detail .inline-edit::-webkit-input-placeholder {
    color: #e0e0e0;
}
ts-space header .owner_detail .inline-edit::-moz-placeholder {
    color: #e0e0e0;
}
ts-space header .owner_detail .inline-edit:focus::-webkit-input-placeholder {
    color: #81a2be;
}
ts-space header .owner_detail .inline-edit:focus::-moz-placeholder {
    color: #81a2be;
}
ts-space header .owner_detail ::selection,
ts-space header .owner_detail ::-moz-selection {
    background-color: rgba(150, 152, 150, 0.5);
}
ts-space header .owner_detail small {
    color: #81a2be;
}
ts-space header .divider {
    border-top: 1px solid #373b41;
}
ts-space a.feedback {
    color: #e0e0e0;
    text-shadow: -1px -1px 0 #1d1f21, -1px 1px 0 #1d1f21, 1px 1px 0 #1d1f21, 1px -1px 0 #1d1f21;
}
ts-space a.feedback:hover {
    background-color: #222222;
    color: #e0e0e0;
}
comments {
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25);
}
#space_alert {
    background-color: #1d1f21;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}
#space_alert.error {
    background-color: #bf360c;
}
#space_alert span#space_alert_text {
    color: #e0e0e0;
}
#space_alert a {
    color: #ffffff;
}
#space_alert button#space_alert_close::before {
    color: #81a2be;
}
#space_alert button#space_alert_close:hover::before {
    color: #81a2be;
}
#space_alert .btn_outline.btn_transparent {
    background-color: #373b41 !important;
    color: #e0e0e0 !important;
}
#space_alert .btn_outline.btn_transparent::after {
    border-color: #373b41;
}
#space_find_bar {
    background-color: #222222;
    border-bottom: 1px solid rgba(150, 152, 150, 0.1);
    border-left: 1px solid rgba(150, 152, 150, 0.07);
    border-right: 1px solid rgba(150, 152, 150, 0.07);
    box-shadow: 0 1px rgba(0, 0, 0, 0.15);
}
#space_find_bar #space_find_info.no_matches {
    color: #bf360c;
}
#space_find_bar #space_find_next .ts_icon {
    background-color: #373b41;
}
#space_find_bar #space_find_next .ts_icon::before,
#space_find_bar #space_find_next .ts_icon:hover::before {
    color: #e0e0e0;
}
#space_find_bar #space_find_next:hover .ts_icon {
    background-color: #969896;
}
#space_find_bar #space_find_close::before {
    color: #81a2be;
}
#space_find_bar #space_find_close:hover::before {
    color: #81a2be;
}
#connected_members .connected_members_count {
    color: #e0e0e0;
    text-shadow: -1px -1px 0 #1d1f21, -1px 1px 0 #1d1f21, 1px 1px 0 #1d1f21, 1px -1px 0 #1d1f21;
}
#connected_members .toggle_more_members_popover {
    background: #222222;
    color: #81a2be;
}
#connected_members_overflow_popover {
    border-bottom: 1px solid #222222;
    border-left: 1px solid rgba(29, 31, 33, 0.11);
    border-right: 1px solid rgba(29, 31, 33, 0.11);
    border-top: 1px solid rgba(29, 31, 33, 0.11);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5);
}
#connected_members_overflow_popover .arrow::after {
    background-color: #222222;
}
#connected_members_overflow_popover .arrow_shadow::after {
    background-color: #222222;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5);
}
#connected_members_overflow_popover .monkey_scroll_wrapper {
    background: #222222;
}
#connection_status #connection_label {
    color: #e0e0e0;
    text-shadow: -1px -1px 0 #1d1f21, -1px 1px 0 #1d1f21, 1px 1px 0 #1d1f21, 1px -1px 0 #1d1f21;
}
#shortcuts_spaces_dialog {
    background-color: rgba(29, 31, 33, 0.8);
    text-shadow: 0 1px 1px rgba(40, 42, 46, 0.7);
}
#shortcuts_spaces_dialog .modal-body {
    color: #e0e0e0;
}
#shortcuts_spaces_dialog .col .keyboard {
    background-color: #969896;
    border-bottom: 2px solid #373b41;
    box-shadow: 0 1px 2px rgba(29, 31, 33, 0.5);
    color: #e0e0e0;
}
#shortcuts_spaces_dialog .close:hover {
    background-color: #969896;
}
#shortcuts_spaces_dialog .close .ts_icon::before {
    color: #81a2be !important;
}
.textstyle_menu .arrow-shadow::after {
    background-color: #222222;
    box-shadow: 0 0 0 1px #222222;
}
.textstyle_menu .arrow::after {
    background-color: #222222;
}
.textstyle_menu .content {
    background-color: #222222;
    box-shadow: 0 0 0 1px #222222, 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.25);
}
.textstyle_menu.link .arrow-shadow::after {
    background-color: #222222;
}
.textstyle_menu.link .arrow::after {
    background-color: #222222;
}
.textstyle_menu.link .content {
    background-color: #222222;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.25);
}
.textstyle_menu.link .content input[type=text] {
    background-color: #373b41;
}
.textstyle_menu.link .content > a.link {
    color: #ffffff;
}
.textstyle_menu.link .content ::-webkit-input-placeholder,
.textstyle_menu.link .content ::-moz-placeholder {
    color: #81a2be;
}
.textstyle_menu.link .content .buttons a.item.active,
.textstyle_menu.link .content .buttons a.item:hover {
    background-color: #222222;
}
.textstyle_menu .buttons a:hover,
.textstyle_menu.style a:hover {
    border: 1px solid #373b41;
}
.textstyle_menu .buttons a.active,
.textstyle_menu.style a.active {
    background-color: #373b41;
    border: 1px solid #969896;
}
.textstyle_menu.style a.deformat::before {
    border-left: 1px solid #373b41;
}
.textstyle_menu .buttons a.link_unfurl:not(.unfurl_pending) span::before {
    color: #81a2be;
}
.para_menu .insert .tip {
    color: #81a2be;
}
.para_menu .insert .tooltip .arrow-shadow::after {
    background-color: #222222;
    box-shadow: 0 0 0 1px #373b41;
}
.para_menu .insert .tooltip .arrow::after {
    background-color: #222222;
}
.para_menu .insert .tooltip .content {
    background-color: #222222;
    box-shadow: 0 0 0 1px #373b41, 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.25);
}
.para_menu .format .options .arrow-shadow::after {
    background-color: #222222;
    box-shadow: 0 0 0 1px #373b41;
}
.para_menu .format .options .arrow::after {
    background-color: #222222;
}
.para_menu .format .options .arrow-shadow.bottom::after {
    box-shadow: 1px 1px 0 0 #373b41;
}
.para_menu .format .options .content {
    background-color: #222222;
    box-shadow: 0 0 0 1px #373b41, 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.25);
}
.para_menu .format .options .content ul:first-child {
    border-bottom: 1px solid #222222;
}
.para_menu .format .options.show .tooltip > div {
    background-color: #222222;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    color: #e0e0e0;
}
.para_menu .format .options.show .tooltip span {
    background-color: #373b41;
}
.para_menu .options a:hover {
    border: 1px solid #373b41;
}
.para_menu .options a.active {
    background-color: #373b41;
    border: 1px solid #222222;
}
body > .status .current_status {
    background: #1d1f21;
}
body > .section.main {
    background: #222222;
    box-shadow: none;
}
.calendar_incident {
    border-top: 1px solid #969896;
}
.calendar_day.future {
    background-color: #969896;
}
.incident_update .time {
    color: #e0e0e0;
}
.greigh,
.sky_blue,
.severe_grey,
.havana_blue,
.burnt_violet,
.plastic_grey,
.cloud_silver,
.subtle_silver,
.old_petunia_grey,
.c-member__display-name,
.c-team__display-name,
.c-usergroup__handle,
.channel_prefs_body__section_header_title,
.channel_prefs__muting_checkbox_label:not(.subtle_silver),
.channel_prefs_notifications_table,
#channel_prefs_dialog {
    color: #c0c0c0 !important;
}
#details_tab .feature_sli_channel_insights .channel_created_section .creator_link,
#details_tab .feature_sli_channel_insights .channel_purpose_section .channel_purpose_text,
.notification_prefs_icon:before,
.c-channel_insights__channel .channel_link {
    color: #717274 !important;
}
.c-channel_insights__message ts-message.standalone:not(.for_mention_display):not(.for_search_display):not(.for_top_results_search_display):not(.for_star_display) {
    background-color: #111;
    border: 1px solid #222;
}
.c-channel_insights__date_heading span,
.c-channel_insights__date_heading::before,
.c-message_list__day_divider__label__pill {
    background-color: #111;
    color: #c0c0c0;
}
.c-channel_insights__message--truncate::before {
    background: linear-gradient(180deg, transparent, #000 90%);
}
.app_preview_link_slug.mention,
.internal_member_link.mention,
.internal_user_group_link.mention,
ts-mention.mention,
.c-mrkdwn__mention,
.c-mrkdwn__mention:hover,
.c-mrkdwn__member--mention,
.c-mrkdwn__member--mention:hover,
.c-mrkdwn__broadcast--mention,
.c-mrkdwn__broadcast--mention:hover,
.c-mrkdwn__subteam--mention,
.c-mrkdwn__subteam--mention:hover,
.c-mrkdwn__member--link,
.c-mrkdwn__subteam--link {
    background: #373b41;
    border: 1px solid #969896;
}
.comment .mention:hover,
.ql-editor .mention:hover,
ts-message .mention:hover {
    background-color: #000;
    border: 1px solid #ccc;
}
.c-message__body {
    color: #c6c6c6;
}
.c-message__gutter,
.c-timestamp,
.c-timestamp__label,
.c-message_attachment__pretext {
    color: #d0d0d0;
}
.c-message--light .c-message__sender .c-message__sender_link {
    color: #6688AA;
}
.c-message_list__day_divider__line {
    border-top-color: #000;
}
.c-message:hover:not(.c-message--highlight):not(.c-message--standalone):not(.c-message--pinned):not(.c-message--ephemeral):not(.c-message--custom_response):not(.c-message--starred):not(.c-message--sli_highlight),
.c-message--hover:not(.c-message--highlight):not(.c-message--standalone):not(.c-message--pinned):not(.c-message--ephemeral):not(.c-message--custom_response):not(.c-message--starred):not(.c-message--sli_highlight),
.c-message--focus:not(.c-message--highlight):not(.c-message--standalone):not(.c-message--pinned):not(.c-message--ephemeral):not(.c-message--custom_response):not(.c-message--starred):not(.c-message--sli_highlight) {
    background: #272822;
}
#messages_container,
.c-scrollbar__hider {
    outline-color: #000;
}
.c-message_attachment,
.c-message_attachment__field_value {
    color: #999;
}
.c-message__bot_label {
    background: #000;
    color: #c0c0c0;
}
.c-reaction {
    border-color: #000;
    color: #000;
}
.c-reaction:hover,
.c-reaction:focus {
    border-color: #ccc;
    color: #fff;
}
.c-reaction__count {
    color: #ccc;
}
.c-reaction__count:hover {
    color: #fff;
}
.c-reaction--reacted,
.c-reaction--reacted:hover {
    background: #000;
}
.c-reaction--reacted .c-reaction__count {
    color: #c0c0c0;
}
.c-reaction,
.c-reaction--reacted {
    box-shadow: inset 0 0 0 1.5px #333 !important;
}
.p-message_pane__unread_banner__banner {
    background: #000 !important;
    color: #d0d0d0;
}
.p-message_pane .c-message_list:not(.c-virtual_list--scrollbar):before,
.p-message_pane .c-message_list.c-virtual_list--scrollbar > .c-scrollbar__hider:before {
    background: transparent;
}
.p-message_pane .c-message_list:not(.c-virtual_list--scrollbar):before,
.p-message_pane .c-message_list.c-virtual_list--scrollbar > .c-scrollbar__hider:before {
    border-color: #111;
    background: #111;
}
.c-message_attachment__border[style*="background-color: rgb(234, 11, 6);"] {
    background-color: #aa4450 !important;
}
.c-message_attachment__border[style*="background-color: rgb(71, 186, 4);"] {
    background-color: #719611 !important;
}
.c-message_attachment__border[style*="background-color: rgb(227, 228, 230);"] {
    background-color: #87875f !important;
}
.c-message_attachment__border[style*="background-color: rgb(32, 80, 129);"] {
    background-color: #87875f !important;
}
.c-message_attachment__border[style*="background-color: rgb(249, 180, 6);"] {
    background-color: #cc8800 !important;
}
.c-message_list__unread_divider__label {
    background-color: #87875f !important;
    color: #111;
}
.c-message_list__unread_divider__separator {
    border-color: #87875f !important;
}
.p-message_pane .p-message_pane__top_banners:not(:empty) + div .c-message_list:not(.c-virtual_list--scrollbar):before,
.p-message_pane .p-message_pane__top_banners:not(:empty) + div .c-message_list.c-virtual_list--scrollbar > .c-scrollbar__hider:before {
    box-shadow: none !important;
}
#channel_header,
.channel_header {
    background: #111;
    border: none;
}
.channel_title_info {
    background: #111;
}
.search_form,
.ql-editor,
.ql-blank {
    background-color: #222;
}
#autocomplete_menu.search_menu.unified .query_header,
#chat_input_tab_ui.search_menu.unified .query_header,
#autocomplete_menu.search_menu footer.unified {
    background-color: #000;
}
#autocomplete_menu.search_menu .results.unified .unified_autocomplete_item .text {
    color: #d0d0d0;
}
.p-archives_banner {
    background: #000;
    color: #c0c0c0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.c-file_container {
    background: #111;
    border: 1px solid #000;
}
.c-email__sender_collapsed,
.c-email__title_collapsed,
.c-email__preview_collapsed,
.c-email__header_label,
.c-email__content {
    color: #c0c0c0;
}
.c-email__header_name,
.c-email__subject_text,
.c-email__timestamp_text {
    color: #eee;
}
#team_menu {
    background-color: #111;
}
.p-channel_sidebar__jumper {
    background-color: #272822;
}
.p-channel_sidebar__jumper:hover {
    background-color: #000;
}
body:not(.loading) #team_menu:hover,
body:not(.loading) #team_menu.active {
    background: #000 !important;
    background-color: #000 !important;
}
.client_channels_list_container,
#col_channels,
.p-channel_sidebar {
    background: #222 !important;
    background-color: #222 !important;
    border-color: #222 !important;
}
.p-channel_sidebar__channel,
.p-channel_sidebar__link,
.p-channel_sidebar__channel:link,
.p-channel_sidebar__link:link,
.p-channel_sidebar__channel:visited,
.p-channel_sidebar__link:visited,
.p-channel_sidebar__channel:hover,
.p-channel_sidebar__link:hover {
    color: #c0c0c0;
}
.p-channel_sidebar__channel--unread:not(.p-channel_sidebar__channel--muted):not(.p-channel_sidebar__channel--selected) .p-channel_sidebar__name,
.p-channel_sidebar__link--unread:not(.p-channel_sidebar__link--selected) .p-channel_sidebar__name,
.p-channel_sidebar__link--invites:not(.p-channel_sidebar__link--dim) .p-channel_sidebar__name,
.p-channel_sidebar__section_heading_label--clickable:hover,
.p-channel_sidebar__section_heading_label--unreads,
.p-channel_sidebar__quickswitcher:hover,
.p-channel_sidebar__section_heading_label {
    color: #efefef;
}
.p-channel_sidebar__channel--selected,
.p-channel_sidebar__channel--selected:hover,
.p-channel_sidebar__link--selected,
.p-channel_sidebar__link--selected:hover {
    background: #272822 !important;
}
.p-channel_sidebar__channel:hover,
.p-channel_sidebar__link:hover,
.p-channel_sidebar__close_container:hover {
    background: #000 !important;
}
.p-channel_sidebar__channel--im .c-presence--active,
.p-channel_sidebar__channel--im-slackbot:before {
    color: #87875f;
}
.p-channel_sidebar__banner--unreads {
    background: #6688AA;
}
#fs_modal.prefs_modal .global_notification_block {
    background: #111;
    border-color: #000;
}
#fs_modal.prefs_modal .global_notification_block.selected {
    background: #000;
    border-color: #ccc;
    background: -moz-linear-gradient(top, #333333 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #333333 0%, #000000 100%);
    background: linear-gradient(to bottom, #333333 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333', GradientType=0);
}
#fs_modal.prefs_modal .notification_example.mac,
#fs_modal.prefs_modal .notification_example {
    background: #222;
}
.c-message--ephemeral {
    background: #000;
}
.c-message,
.c-message--light,
.c-message--last,
.c-message_list__day_divider,
.p-message_pane,
.c-virtual_list__item {
    background: #222 !important;
}
.app_preview_link_slug.mention,
.internal_member_link.mention,
.internal_user_group_link.mention,
ts-mention.mention,
.c-mrkdwn__mention,
.c-mrkdwn__mention:hover,
.c-mrkdwn__member--mention,
.c-mrkdwn__member--mention:hover,
.c-mrkdwn__broadcast--mention,
.c-mrkdwn__broadcast--mention:hover,
.c-mrkdwn__subteam--mention,
.c-mrkdwn__subteam--mention:hover,
.c-mrkdwn__member--link,
.c-mrkdwn__subteam--link,
.p-emoji_picker__group_tabs {
    border: none;
    background: #222;
    color: #eee !important;
}
.menu.p-emoji_picker,
.p-emoji_picker__input_container,
.p-emoji_picker__list_container,
.p-emoji_picker__preview_text {
    background: #000;
    color: #eee !important;
}
.p-emoji_picker__footer,
.p-emoji_picker__heading {
    background: #111 !important;
    color: #eee !important;
}
.p-emoji_picker__content:hover .p-emoji_picker__skintone_btn_container {
    background-color: #222;
    border-color: #666 !important;
}
.p-emoji_picker__group_tab--active {
    background-color: #000;
    border-bottom: 3px solid #6688AA;
    border-radius: 0px;
}
.p-emoji_picker__group_tab:hover {
    background-color: #444;
}
.p-emoji_picker__group_tab:hover {
    color: #000;
}
.c-message_actions__container {
    background: #000;
}
.c-message_actions__button {
    color: #c0c0c0;
}
.c-message_actions__button:hover {
    color: #6688AA;
}
.c-message__reply_bar--focus,
.c-message__reply_bar:hover,
.c-message__reply_bar--focus .c-message__reply_bar_view_thread,
.c-message__reply_bar:hover .c-message__reply_bar_view_thread {
    background: #000;
}
.p-flexpane_header {
    background: #111;
    border-bottom: none;
    margin-bottom: 4px;
}
.p-threads_view_root {
    background: #000;
    border: 1px solid #000;
    border-radius: 0px;
}
.p-threads_view__default_background {
    background: #000;
    border: 1px solid #000;
}
.p_threads_view_load_newer_button,
.p_threads_view_load_older_button,
.p-threads_view_reply--new_reply {
    background: #111;
    border: 1px solid #000;
}
.p-threads_view_reply,
.p-threads_view__footer {
    border: 1px solid #000;
}
.p-threads_footer__input .p-message_input_field {
    background: #222;
    border-color: #666;
}
.p-threads_footer__input--legacy .p-message_input_file_button {
    background: #222;
}
.p-threads_footer__input--legacy .p-message_input_file_button:hover {
    background: #6688AA;
}
.p-threads_view__divider_label {
    background: #000;
    color: #c0c0c0;
}
.p-threads_view__divider_line {
    border-color: #000;
}
.p-threads_view_header__channel_name {
    color: #eee;
}
.c-member_slug--link {
    background: #6688AA;
    color: #000 !important;
}
.p-threads_view__divider--first {}
.c-link--button {
    color: #6688AA !important;
}

Download

raw zip tar