Skip to content

Instantly share code, notes, and snippets.

@MattIPv4
Last active May 4, 2019 10:27

Revisions

  1. MattIPv4 revised this gist May 4, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions dark_slack.css
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    @import url(https://cdn.rawgit.com/laCour/slack-night-mode/master/css/raw/black.css);

    .menu ul li a:not(.inline_menu_link) {color: #fff !important;}

    #p_thread_view_container > .p-threads_view { background-color: #222; }

    #p_thread_view_container > .p-threads_view .p-threads_view_header__permalink { color: #e6e6e6 !important; }
  2. MattIPv4 created this gist May 4, 2019.
    17 changes: 17 additions & 0 deletions dark_slack.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    @import url(https://cdn.rawgit.com/laCour/slack-night-mode/master/css/raw/black.css);

    #p_thread_view_container > .p-threads_view { background-color: #222; }

    #p_thread_view_container > .p-threads_view .p-threads_view_header__permalink { color: #e6e6e6 !important; }

    #p_thread_view_container > .p-threads_view .p-threads_view__default_background { background-color: #222; }

    #p_thread_view_container > .p-threads_view .p-threads_view__default_background > .p-threads_view_root,
    #p_thread_view_container > .p-threads_view .p-threads_view__default_background > .p-threads_view_reply,
    #p_thread_view_container > .p-threads_view .p-threads_view__default_background > .p-threads_view__footer { border-color: #363636; }

    #p_thread_view_container > .p-threads_view .p-threads_view__default_background > .p_threads_view_load_newer_button,
    #p_thread_view_container > .p-threads_view .p-threads_view__default_background > .p_threads_view_load_older_button { background-color: #363636; border-color: #363636; }

    #p_thread_view_container > .p-threads_view .p-threads_view__default_background > .p_threads_view_load_newer_button > button,
    #p_thread_view_container > .p-threads_view .p-threads_view__default_background > .p_threads_view_load_older_button > button { color: #e6e6e6; }