samrap / outrun-theme-vscode

A theme for VS Code inspired by the colors, style, and culture of the synthwave music scene.
https://outruntheme.com
96 stars 12 forks source link

Suggestion theme improvement #16

Open yuritoledo opened 4 years ago

yuritoledo commented 4 years ago

This options to widget/suggestion is good too:

    "workbench.colorCustomizations": {
        "editorSuggestWidget.background": "#161130",
        "editorHoverWidget.background": "#161130",
        "editorSuggestWidget.selectedBackground": "#0C0A20",
        "editorSuggestWidget.border": "#0C0A20",
        "editor.lineHighlightBackground": "#0C0A20",
    },

image

And this turquoise in functions:

 "editor.tokenColorCustomizations": {
        "[Outrun Night]": {
            "functions": "#00FFF1"
        }
    },

image

I can PR if you accept ;)