Git Product home page Git Product logo

Comments (5)

lymanlai avatar lymanlai commented on May 12, 2024

ya, I am using ubuntu and also using this color scheme and it is also not work.

from debug.

lymanlai avatar lymanlai commented on May 12, 2024

just find out the problem.
at the solarized color scheme

at here: https://github.com/visionmedia/debug/blob/master/lib/debug.js#L118
"\u001b[90m" this value is the same as the background color
after my test, the colors can have better visual is 31-37,91-97
so, need to change the "\u001b[90m" to "\u001b[91m" then it will work

from debug.

nikmartin avatar nikmartin commented on May 12, 2024

Have you tested against Solarized Light and Dark? Are your suggested changes pleasant defaults in both?

from debug.

lymanlai avatar lymanlai commented on May 12, 2024

here is the screenshot on my end: ubuntu terminal solarized scheme

screenshot from 2013-07-01 01 12 48

u can check out my fork: https://github.com/lymanlai/debug ( I also change some code to make the code better understand )

from debug.

lymanlai avatar lymanlai commented on May 12, 2024

actually the "\u001b[90m" means the "color palette 9" u can hover on the color palette block, will show up the tooltip of the color palette.
then u will find out the "\u001b[90m" just the same color as the background, that is why we can not read the text
image

from debug.

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.