jdinhify / vscode-theme-gruvbox

Gruvbox theme for vscode based on https://github.com/morhetz/gruvbox
https://marketplace.visualstudio.com/items?itemName=jdinhlife.gruvbox
MIT License
277 stars 64 forks source link

Custom background color #94

Closed itacud95 closed 2 months ago

itacud95 commented 9 months ago

Hello, is it possible to change the background color of the theme?

I would like to change the background color to #000. Is there a setting somewhere I can change this?

I know that you can set/override the theme colors in settings.json with "editor.background": "#000" and so on, but it would be nice if there was a option setting this using a setting for this theme.

Is there any such options?

Thanks.

itacud95 commented 9 months ago

The following settings seems to achieve the same, if to any help

{
    "workbench.colorCustomizations": {
        "editor.background": "#000",
        "tab.activeBackground": "#000",
        "tab.inactiveBackground": "#000",
        "statusBar.background": "#000",
        "sideBar.background": "#000",
        "activityBar.background": "#000",
        "titleBar.activeBackground": "#000",
    },
}
jdinhify commented 2 months ago

maybe this would be possible if this gets implemented https://github.com/microsoft/vscode/issues/105247, however, it seems there's no intention to do so

so I don't think we'll be able to have such option, I would recommend keep what you have

closing since there's nothing can be done