Skip to content

Commit

Permalink
fix: #27 preferences section
Browse files Browse the repository at this point in the history
  • Loading branch information
mykeels committed May 8, 2019
1 parent 48fc5c5 commit 1b9ba51
Showing 1 changed file with 31 additions and 21 deletions.
52 changes: 31 additions & 21 deletions slack-theme
Original file line number Diff line number Diff line change
Expand Up @@ -291,27 +291,37 @@ fi
if [ -z "$ADDENDUM" ]
then
ADDENDUM=".menu ul li a:not(.inline_menu_link) {color: #fff !important;}
.p-threads_footer__input .p-message_input_field {background: $THREAD_BG_COLOR; border-color: $THREAD_BORDER_COLOR; color: $THREAD_COLOR;}
.p-threads_footer__input .p-message_input_file_button:not(:hover) { border-color: $THREAD_BORDER_COLOR; }
.p-threads_footer__input .p-message_input_file_button { background-color: $THREAD_BG_COLOR !important; }
.p-threads_view, .p-threads_view__default_background, .p-threads_view:not(.loading)::before { background: $BG_COLOR; color: $THREAD_COLOR; }
.p-threads_view__divider_line { border-top: 1px solid $THREAD_BORDER_COLOR; }
.p-threads_view__divider_label { background: $THREAD_BG_COLOR; color: $THREAD_COLOR; }
.p-threads_view a.c-member_slug, .c-member_slug--link, .c-mrkdwn__subteam--link {
background: $THREAD_BORDER_COLOR;
border: 1px solid $THREAD_BG_COLOR;
color: $THREAD_COLOR;
}
.p-threads_view .p-threads_view_header__channel_name { color: $THREAD_COLOR; }
.p_threads_view_load_newer_button, .p_threads_view_load_older_button {
background: rgba(255, 255, 255, 0.05);
border-color: $THREAD_BORDER_COLOR;
color: $THREAD_COLOR;
}
.p-threads_view_reply--new_reply {
background: $THREAD_BORDER_COLOR;
}
.p-threads_footer__input .p-message_input_field {background: $THREAD_BG_COLOR; border-color: $THREAD_BORDER_COLOR; color: $THREAD_COLOR;}
.p-threads_footer__input .p-message_input_file_button:not(:hover) { border-color: $THREAD_BORDER_COLOR; }
.p-threads_footer__input .p-message_input_file_button { background-color: $THREAD_BG_COLOR !important; }
.c-button-unstyled.c-fullscreen_modal__close, .c-fullscreen_modal__header, .c-fullscreen_modal__content, .c-fullscreen_modal__body, .p-threads_view, .p-threads_view__default_background, .p-threads_view:not(.loading)::before { background: $BG_COLOR; color: $THREAD_COLOR; }
.p-threads_view__divider_line { border-top: 1px solid $THREAD_BORDER_COLOR; }
.p-threads_view__divider_label { background: $THREAD_BG_COLOR; color: $THREAD_COLOR; }
.p-threads_view a.c-member_slug, .c-member_slug--link, .c-mrkdwn__subteam--link {
background: $THREAD_BORDER_COLOR;
border: 1px solid $THREAD_BG_COLOR;
color: $THREAD_COLOR;
}
.c-timestamp, .p-threads_view .p-threads_view_header__channel_name { color: $THREAD_COLOR; }
.p_threads_view_load_newer_button, .p_threads_view_load_older_button, .c-input_textarea {
background: rgba(255, 255, 255, 0.05);
border-color: $THREAD_BORDER_COLOR;
color: $THREAD_COLOR;
}
.p-threads_view_reply--new_reply {
background: $THREAD_BORDER_COLOR;
}
.c-link--button {
color: $THREAD_COLOR;
border: 1px solid $THREAD_BORDER_COLOR;
}
.c-button-unstyled.c-select_button {
color: $BG_COLOR;
}
.c-label--with_formatted_text {
background: $BG_COLOR !important;
}
"
fi

Expand Down

0 comments on commit 1b9ba51

Please sign in to comment.