tokyo-night / tokyo-night-vscode-theme

A clean, dark Visual Studio Code theme that celebrates the lights of Downtown Tokyo at night.
MIT License
1.74k stars 119 forks source link

Can I have the high contrast settings? #55

Closed sivan-taranis closed 2 years ago

sivan-taranis commented 2 years ago

As mentioned in the readme, I could really benefit from higher contrast, and will be very grateful for those if you could send those to me.

enkia commented 2 years ago

Which of the 3 versions are you trying to use? I'll try to work out some settings for it.

sivan-taranis commented 2 years ago

Im using Tokyo night, and the text just looks more vibrant in the photo in the readme than in reality.

enkia commented 2 years ago

Do these settings help?

    "workbench.colorCustomizations": {
        "[Tokyo Night]": {
            "foreground": "#959cbd",
            "panelTitle.activeBorder": "#3d59a1",
            "panelTitle.activeForeground": "#bdc7f0",
            "panelTitle.inactiveForeground": "#959cbd",
            "tab.activeForeground": "#bdc7f0",
            "tab.inactiveForeground": "#959cbd",
            "breadcrumb.foreground": "#959cbd",
            "breadcrumb.focusForeground": "#bdc7f0",
            "breadcrumb.activeSelectionForeground": "#bdc7f0",
            "statusBar.foreground": "#bdc7f0",
            "list.focusForeground": "#bdc7f0",
            "list.hoverForeground": "#bdc7f0",
            "list.activeSelectionForeground": "#bdc7f0",
            "list.inactiveSelectionForeground": "#bdc7f0",
            "list.inactiveSelectionBackground": "#202330",
            "sideBar.foreground": "#959cbd",
            "dropdown.foreground": "#959cbd",
            "menu.foreground":"#bdc7f0",
            "menubar.selectionForeground":"#bdc7f0",
            "input.foreground": "#959cbd",
            "input.placeholderForeground": "#959cbd",
            "activityBar.foreground": "#bdc7f0",
            "activityBar.inactiveForeground": "#787c99",
            "gitDecoration.ignoredResourceForeground": "#696d87",
        },
sivan-taranis commented 2 years ago

Superb, thanks a lot for taking the time! I went over close to 100 themes, yours is by far my favorite one.