Binaryify / OneDark-Pro

Atom's iconic One Dark theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme
MIT License
1.53k stars 288 forks source link

Whitespace & indent guide colors #33

Closed hkan closed 7 years ago

hkan commented 7 years ago

This isn't really an issue but I'm just wondering, and since I'm using this theme I thought it'd be the right place to ask it. I looked around a bit to find out which setting changes whitespaces' and indent guides' colors but had no luck. Where should I edit to change the color of those vertical lines and dots in the screenshot?

screen shot 2017-04-11 at 19 13 40

Binaryify commented 7 years ago

@hkan Preferences > Settings

"editor.renderWhitespace": "none",
"editor.renderIndentGuides": false
hkan commented 7 years ago

I don't want to disable them. I just want to change their colors.

Binaryify commented 7 years ago

@hkan Oh, I misunderstand your mean

Binaryify commented 7 years ago

@hkan

<!-->Material-Theme.tmTheme file<-->
<key>invisibles</key>
<string>#4b525b</string>

You can watch this document https://binaryify.github.io/Material-Theme-vscode/#/?id=design . You just need change the hex color

hkan commented 7 years ago

I'm pretty sure that I tried that one and it didn't change anything, but now it works. Thanks!