css 懒散的黑暗主题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 懒散的黑暗主题相关的知识,希望对你有一定的参考价值。

#msgs_scroller_div::-webkit-scrollbar-track, #client_body::before, .client_container, 
#search_terms, #client_body, #footer, ts-message, .channel_header, ts-jumper ts-jumper-container,
ts-jumper input[type="text"],
.supports_custom_scrollbar:not(.slim_scrollbar) #col_channels:hover #channels_scroller::-webkit-scrollbar-track,
.feature_sli_file_search #search_results.all, .feature_sli_file_search #search_results.messages,
.feature_sli_file_search #search_results.files{
  background: #333 !important;
}

.feature_sli_file_search #search_results.all .search_message_result, .feature_sli_file_search #search_results.messages .search_message_result,
.flex_pane_showing #col_flex{
  border-color: #333 !important;
}

#client_body::before {
  border-bottom: 1px solid #1a2129 !important;
}

ts-message, .channel_title .channel_name, ts-jumper input[type="text"],
ts-jumper ol li .member_real_name, ts-jumper ol li .view_name, ts-jumper ol li .channel_name,
.feature_name_tagging_client .internal_member_link,
.message_body .internal_member_link:link,
.comment .internal_member_link:link,
.feature_name_tagging_client ts-message .internal_user_group_link{ 
  color: #eee !important;
}

.message_body .internal_member_link:link,
.comment .internal_member_link:link,
.feature_name_tagging_client .internal_member_link,
.feature_name_tagging_client ts-message .internal_user_group_link{ 
  background-color: #555 !important;
}

.light_theme ts-message .message_content a.message_sender, #msg_input::-webkit-input-placeholder,
ts-jumper input[type="text"]::-webkit-input-placeholder {
  color: #aaa !important;
}

#msg_input, #primary_file_button {
  background: transparent !important;
  color: #eee !important;
  border-color: #444 !important;
}

.day_divider .day_divider_label {
  color: #eee !important;
}

.day_container .day_msgs {
  border-top: 1px solid #1a2129 !important;
}

ts-message:hover, .day_divider .day_divider_label {
  background: #333 !important;
}

#messages_container::after {
  background: none !important;
}

.bot_label { 
  padding: 0 4px !important;
  border-radius: 3px !important;
  background: #0a233a !important;
}


.file_container:after{
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#333 100%) !important;
}

.rxn,
#team_menu,
#col_channels,
#col_channels_footer,
pre,
ts-message .action_hover_container .btn_msg_action,
#messages_container.has_top_messages_banner:before,
.file_container,
.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,
#col_flex,
.search_message_result,
#flex_contents .heading,
#flex_contents .heading a,
#flex_contents .subheading,
.search_result_with_extract,
#search_filters a,
.menu,
.menu #menu_items_scroller,
.p-channel_sidebar{
  background: #333 !important;
}

pre,
ts-message .action_hover_container .btn_msg_action,
.file_container .CodeMirror .CodeMirror-code>div pre, .file_container .CodeMirror .sssh-line pre, .file_container .sssh-code .CodeMirror-code>div pre, .file_container .sssh-code .sssh-line pre,
.search_message_result .search_message_result_meta a,
.search_message_result .search_message_result_meta .date_links a,
.flexpane_redesign #flex_contents .heading_text,
#flex_contents .subheading,
#search_filters.files #filter_files, #search_filters.messages #filter_messages,
.menu ul li a{
  color: #eee !important;
}

#search_filters .tab{
  background: #333 !important;
}

#quick_switcher_btn{
  border-top-color: #333 !important;
}

.rxn,
.search_result_with_extract,
.flexbox_client.flexpane_redesign.flex_pane_showing #col_flex,
.flexpane_redesign #flex_contents .heading,
#flex_contents .subheading,
.search_segmented_control,
.menu{
 border-color: #000 !important; 
}
.search_segmented_control.active{
  color: #2ab27b !important;
  background: #555 !important;
}

.search_result_with_extract {
  box-shadow: 0 1px 10px #555 !important;
}

.comment .mention, .feature_name_tagging_client .comment .mention, .feature_name_tagging_client ts-message .mention, ts-message .mention,
span.match {
  background: #881 !important;
  color: #fff !important;
}

pre.special_formatting{
  background: #222 !important;
}

code{
  color: #faa !important;
  background-color: #000 !important;
  border-color: #000 !important;
  font-size: inherit !important;
  font-family: inherit !important;
}

.supports_custom_scrollbar:not(.slim_scrollbar) #archive_msgs_scroller_div::-webkit-scrollbar-thumb, .supports_custom_scrollbar:not(.slim_scrollbar) #msgs_scroller_div::-webkit-scrollbar-thumb,
.supports_custom_scrollbar:not(.slim_scrollbar) #col_channels:hover #channels_scroller::-webkit-scrollbar-thumb{
  background: #000 !important;
}
.supports_custom_scrollbar:not(.slim_scrollbar) #archive_msgs_scroller_div::-webkit-scrollbar-thumb, .supports_custom_scrollbar:not(.slim_scrollbar) #archive_msgs_scroller_div::-webkit-scrollbar-track, .supports_custom_scrollbar:not(.slim_scrollbar) #msgs_scroller_div::-webkit-scrollbar-thumb, .supports_custom_scrollbar:not(.slim_scrollbar) #msgs_scroller_div::-webkit-scrollbar-track,
.supports_custom_scrollbar:not(.slim_scrollbar) #col_channels:hover #channels_scroller::-webkit-scrollbar-thumb, .supports_custom_scrollbar:not(.slim_scrollbar) #col_channels:hover #channels_scroller::-webkit-scrollbar-track{
  color: #000 !important;
}

a, a:link, a:visited{
  color: #a0ccff !important;
}
ts-message a .mention{
  color: #aff !important;
}
a:hover{
  color: #00aef9 !important;
}
/*.channels_list_holder ul li.mention a, .channels_list_holder ul li.unread:not(.muted_channel) .channel_name, .channels_list_holder ul li.unread:not(.muted_channel) a.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:link{
  color: #fff !important;
}*/
.channels_list_holder ul li a.channel_name, .channels_list_holder ul li:not(.unread) .group_name, .channels_list_holder ul li .im_name, .channels_list_holder ul li .mpim_name, .channels_list_holder ul li>a:link,
ts-message a.timestamp,
.p-channel_sidebar__channel, .p-channel_sidebar__channel:link{
  color: #aaa !important;
}
#channels_scroller.show_which_channel_is_active ul li.active .im_name,
.channels_list_holder ul li.unread:not(.muted_channel) .primary_action,
#channels_scroller.show_which_channel_is_active ul li.active .primary_action,
.p-channel_sidebar__channel--selected, .p-channel_sidebar__channel--selected:link{
  color: #fff !important;
}

#msgs_div .unread_divider.no_unreads .divider_label{
 background: #000 !important;
 color: #aaa !important;
}

#msgs_div .unread_divider.no_unreads hr{
  border-top-color: #888 !important;
}

.feature_name_tagging_client #channel_topic_text{
 background: #333 !important;
}



/**
Rod Custom
**/
#msgs_scroller_div #end_display_div p.dm_explanation {
    color: #eeeeee !important;
}

#details_tab .channel_page_section {
    background: #4c4c4c !important;
    border-top: 1px solid #636363 !important;
}

#details_tab .channel_page_section .section_title {
     color: #e9e9e9 !important;
}

button.btn_unstyle.rxn.ts_tip.ts_tip_top.ts_tip_float.ts_tip_multiline {
    background: #fff !important;
}

#msgs_scroller_div::-webkit-scrollbar-track, #client_body::before, .client_container, #search_terms, #client_body, #footer, ts-message, .channel_header, ts-jumper ts-jumper-container, ts-jumper input[type="text"], .supports_custom_scrollbar:not(.slim_scrollbar) #col_channels:hover #channels_scroller::-webkit-scrollbar-track, .feature_sli_file_search #search_results.all, .feature_sli_file_search #search_results.messages, .feature_sli_file_search #search_results.files {
    background: #292929 !important;
}

#details_tab .channel_page_section {
    background: #292929 !important;
}

.c-member__display-name, .c-team__display-name, .c-usergroup__handle {
    color: #969696 !important;
}

.channel_page_member_row:hover {
    background-color: #8c3cc8 !important;
    border-color: #8c3cc8 !important;
}

.channel_page_member_row:hover .c-member__display-name {
    color: #fff !important;
}

.unread_msgs_loading {
    filter: invert(.90) !important;
}
.unread_group_header {
    border-top: 1px solid #9851ce;
    background: #212121;
    color: #717274;
}

.unread_group_header a {
    color: #cb86ff !important;
    cursor: pointer;
}

.unread_group_header .unread_group_collapse_caret {
    filter: invert();
}

以上是关于css 懒散的黑暗主题的主要内容,如果未能解决你的问题,请参考以下文章

css Rambox黑暗主题

css 黑暗主题松弛

css gitea黑暗主题

css 茉莉2.x黑暗主题

css 茉莉2.x黑暗主题

sh 设置苹果黑暗主题“不是那么黑暗”