Code Monkey home page Code Monkey logo

Comments (5)

micahstubbs avatar micahstubbs commented on June 2, 2024 4

fixes inline

/* ==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;
    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;
  }
}

from slack-night-mode.

ccope avatar ccope commented on June 2, 2024 1

That definitely helps. I think the right panel and All Threads views are the only things left to fix.

from slack-night-mode.

mastermel avatar mastermel commented on June 2, 2024 1

I think we've got some style fixes merged now to the theme's scss, we just need to perform a build & release, which I've pinged @laCour about :)

from slack-night-mode.

mastermel avatar mastermel commented on June 2, 2024 1

Should be fixed in the latest userstyles update! Please open additional issues if there are other specific things broken

from slack-night-mode.

micahstubbs avatar micahstubbs commented on June 2, 2024

would love to see someone pick this up and send a PR to fix it. may do this myself later on.

from slack-night-mode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.