kanagawa.vscode icon indicating copy to clipboard operation
kanagawa.vscode copied to clipboard

fix(colors): make whitespace chars visible

Open amekusa opened this issue 2 years ago • 2 comments

Due to the color of whitespace characters (spaces and tabs) is same as the background color (#1F1F28), they are not visible unless being highlighted at the current line even if editor.renderWhitespace is not none.

Screen Shot 2022-12-19 at 10 48 53

So I changed editorWhitespace.foreground to be slightly lighter than editorIndentGuide.activeBackground #363646 but darker than
editorLineNumber.foreground #54546D.

This is the result: Screen Shot 2022-12-19 at 11 07 55

amekusa avatar Dec 19 '22 02:12 amekusa