robb0wen / synthwave-vscode

Synthwave inspired colour theme for VS Code 🌅🕶
MIT License
5.16k stars 1.18k forks source link

editor.rulers issue #164

Closed butuzov closed 4 years ago

butuzov commented 4 years ago

With a current theme colors editor.rulers blended to the background, is it intentional?

Currently I fix it via workbench.colorCustomizations, but I am not sure it's not "design".

    "workbench.colorCustomizations": {
        "editorRuler.foreground": "#5da60233"
     }

editor.rulers is a list of column numbers where the vertical visual line appears, its useful while programming python or go... or whatever other languages just to stay within 79-120 columns from beginning of the line.

butuzov commented 4 years ago

Closed in favour of the #61