Git Product home page Git Product logo

Comments (2)

illusori avatar illusori commented on September 13, 2024

Your problem appears to be that it isn't choosing brightblack as your background colour, looking at the value for brightblack it's #7f7f7f as far as emacs is concerned.

solarized-dark tries to set your background to base03, which has hex value of #042028 (or something similar depending on the values in solarized-colors), emacs looks for what it thinks the closest match is, which isn't going to be #7f7f7f, so brightblack isn't used.

I've got a patch in Issue #22 to keep emacs in sync with the real values of the terminal colours, it may work for you.

If that doesn't work you could try looking at which column of solarized-colors is being used, if you can trick it into using the 4th column "ANSI (Solarized terminal)" it may work. (Setting solarized-termcolors to 16 should make it use the 4th column in emacs -nw.)

from emacs-color-theme-solarized.

sellout avatar sellout commented on September 13, 2024

Hopefully this issue is fixed. Please reopen issue #22 if it's still an issue.

from emacs-color-theme-solarized.

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.