sainnhe / gruvbox-material-vscode

Gruvbox Material for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=sainnhe.gruvbox-material
MIT License
229 stars 24 forks source link

[Enhancement] Decrease active indent guide opacity #267

Open vdawg-git opened 1 year ago

vdawg-git commented 1 year ago

Currently the active indent guides have 100% opacity which is quite harsh. Toning them down to around 50% is also enough and fits better with their default opacity within the theme.

They can be adjusted with:

"editorIndentGuide.activeBackground1": "#ffffff",
"editorIndentGuide.activeBackground2": "#ffffff",
"editorIndentGuide.activeBackground3": "#ffffff",
"editorIndentGuide.activeBackground4": "#ffffff",
"editorIndentGuide.activeBackground5": "#ffffff",
"editorIndentGuide.activeBackground6": "#ffffff",

Active: image

Default: image

Also thank you for creating this theme! I am using it for years now and adopted my whole Linux system to it