Giter Site home page Giter Site logo

Comments (5)

OrEisenberg avatar OrEisenberg commented on August 20, 2024 1

Guys, please don't take this the wrong way. I have many a fond memory of 36 hour code binges staring at your beautiful, beautiful themes. They have been my redemption in my darkest moments and my grace in those lightest. They have been with me through thick and thin. But if this error highlighting ahem "stuff" is to stay, without the option to disable, then I'm gonna have to put my precious color themes out of their miseries.

It would break my heart to kill something I love so dearly, but I know I have to be strong. Because true love means that you don't keep those you love around to provide you solace even though they are irrevocably broken. That would be selfish. Sometimes, if you love something, you have to let it go. I hope it doesn't come to that. I really do, because I do love your themes. But please, for the love of all that is right, happy, and true: fix this.

EDIT: If anyone wants a hacky workaround, just let me know -- I found one.

from gruvbox-material-vscode.

sainnhe avatar sainnhe commented on August 20, 2024 1

A new option is introduced in v6.3.6 that can customize the opacity of background colors.

from gruvbox-material-vscode.

github-actions avatar github-actions commented on August 20, 2024

This issue has been closed, the fix/feature will be available in the next release.

To get the update immediately, you can compile this extension from source code:

Requirements

  1. git
  2. nodejs

Steps

Open your terminal emulator and execute the following commands:

  1. Clone the repository: git clone --depth 1 https://github.com/sainnhe/gruvbox-material-vscode.git && cd gruvbox-material-vscode
  2. Install node modules: npm install
  3. Compile and package this extension to a .vsix file: npm run package
  4. Install from this .vsix file: How to install VS code extension manually? - Stack Overflow
  5. Reload the window of vscode, then press Ctrl+Shift+P and execute "Regenerate Themes".

from gruvbox-material-vscode.

alx00x avatar alx00x commented on August 20, 2024

@OrEisenberg I'd very much like to know.

from gruvbox-material-vscode.

alx00x avatar alx00x commented on August 20, 2024

Ok, I figured out one workaround, not sure if it's the same as OrEisenberg's but adding these few lines to settings.json will do the trick:

    "workbench.colorCustomizations": {
        "[Gruvbox Material Dark]": {
            "editorError.background": "#28282800",
            "editorWarning.background": "#28282800",
            "editorInfo.background": "#28282800",
        },
    },

from gruvbox-material-vscode.

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.