Giter Site home page Giter Site logo

Comments (8)

kuflash avatar kuflash commented on June 29, 2024 1

But I'm understand, that problem is cause by new VSCode feature - colorizedBracketPairs. And if turn off this setting, brackets color will be correct:

"editor.language.colorizedBracketPairs": []

from vscode-solarized-theme.

ryanolsonx avatar ryanolsonx commented on June 29, 2024 1

Ok! I’ll look into this soon. I’m swamped at work and so it might be several days. If you want to experient, I’m open to PRs.

from vscode-solarized-theme.

ryanolsonx avatar ryanolsonx commented on June 29, 2024

What are you expecting to see?

from vscode-solarized-theme.

kuflash avatar kuflash commented on June 29, 2024

@ryanolsonx for me, it would be cool use colors from example of readme
image

If I'm understand, brackets color should be equals with text color

from vscode-solarized-theme.

vagusX avatar vagusX commented on June 29, 2024

But I'm understand, that problem is cause by new VSCode feature - colorizedBracketPairs. And if turn off this setting, brackets color will be correct:

"editor.language.colorizedBracketPairs": []

I did it too

from vscode-solarized-theme.

dessant avatar dessant commented on June 29, 2024

If "editor.language.colorizedBracketPairs": [] is set, matching bracket pairs are no longer highlighted when the cursor is next to them.

from vscode-solarized-theme.

ryanolsonx avatar ryanolsonx commented on June 29, 2024

If you want something NOW, add this to your settings.json:

{
"workbench.colorCustomizations": {
        "[Solarized Dark+]": {
            "editorBracketHighlight.foreground1": "#268bd2",
            "editorBracketHighlight.foreground2": "#b58900",
            "editorBracketHighlight.foreground3": "#d33682",
            "editorBracketHighlight.foreground4": "#00000000",
            "editorBracketHighlight.foreground5": "#00000000",
            "editorBracketHighlight.foreground6": "#00000000",
        },
        "[Solarized Light+]": {
            "editorBracketHighlight.foreground1": "#268bd2",
            "editorBracketHighlight.foreground2": "#b58900",
            "editorBracketHighlight.foreground3": "#d33682",
            "editorBracketHighlight.foreground4": "#00000000",
            "editorBracketHighlight.foreground5": "#00000000",
            "editorBracketHighlight.foreground6": "#00000000",
        }
    }
}

from vscode-solarized-theme.

ryanolsonx avatar ryanolsonx commented on June 29, 2024

Released to the marketplace (version 2.1.0)

from vscode-solarized-theme.

Related Issues (7)

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.