Skip to content

Instantly share code, notes, and snippets.

@micahstubbs
Last active July 18, 2019 17:20
Show Gist options
  • Save micahstubbs/e750e5bb8b6adb7b51a961e57660f710 to your computer and use it in GitHub Desktop.
Save micahstubbs/e750e5bb8b6adb7b51a961e57660f710 to your computer and use it in GitHub Desktop.

Revisions

  1. micahstubbs revised this gist Jul 18, 2019. 1 changed file with 23 additions and 2 deletions.
    25 changes: 23 additions & 2 deletions user-styles.css
    Original file line number Diff line number Diff line change
    @@ -40,7 +40,28 @@
    }

    .p-workspace__input .p-message_input_field {
    /*sidebar medium gray*/
    /*sidebar light gray*/
    background: #363636;
    border-color: #545454;
    }

    .c-virtual_list .c-virtual_list--scrollbar .c-scrollbar .c-scrollbar--hidden {
    /*sidebar light gray*/
    background: #363636;
    border-color: #545454;
    }

    .c-scrollbar__hider {
    /*sidebar light gray*/
    background: #363636;
    border-color: #545454;
    }

    .p-workspace__secondary_view {
    border-color: #545454;
    }

    .p-workspace__primary_view_footer {
    border-color: #545454;
    }
    }
    }
  2. micahstubbs revised this gist Jul 18, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion user-styles.css
    Original file line number Diff line number Diff line change
    @@ -40,7 +40,7 @@
    }

    .p-workspace__input .p-message_input_field {
    /*sidebar light gray*/
    /*sidebar medium gray*/
    background: #363636;
    }
    }
  3. micahstubbs created this gist Jul 17, 2019.
    46 changes: 46 additions & 0 deletions user-styles.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,46 @@
    /* ==UserStyle==
    2
    @name slack-dark-mode-201907-fixes
    3
    @namespace github.com/openstyles/stylus
    4
    @version 1.0.0
    5
    @description slack-dark-mode-201907-fixes
    6
    @author @micahstubbs
    7
    ==/UserStyle== */

    /* for use with */
    /* Slack Night Mode (Black) by lacour */
    /* https://userstyles.org/styles/117475/slack-night-mode-black */
    @-moz-document regexp("https://[^./]*\\.slack\\.com/(?!pricing)(?!security).*") {
    .p-classic_nav__model_header {
    /*body dark gray*/
    background: #000;
    opacity: 0.86;
    }

    .p-classic_nav__right_header {
    /*body dark gray*/
    background: #000;
    opacity: 0.86;
    }

    .p-workspace__primary_view_footer {
    /*body dark gray*/
    background: #000;
    opacity: 0.86;
    }

    .p-classic_nav__team_header {
    /*sidebar medium gray*/
    background: #363636;
    }

    .p-workspace__input .p-message_input_field {
    /*sidebar light gray*/
    background: #363636;
    }
    }