Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax Color Suggestion #6

Open
rayonnunes opened this issue Dec 11, 2020 · 0 comments
Open

Syntax Color Suggestion #6

rayonnunes opened this issue Dec 11, 2020 · 0 comments

Comments

@rayonnunes
Copy link

I just loved use this theme in my vscode, however. the syntax color disturbs me a little bit so I was able to adjust the colors inside the settings.json like this:

"editor.tokenColorCustomizations": {
        "[Monochrome Dark Amplified]": {
            "comments": "#222222",
            "variables": "#FFFFFF",
            "strings": "#AAAAAA",
            "functions": "#C4C4C4",
            "keywords": "#6A6A6A",
            "numbers": "#D7D7D7",
            "types": "#C6C6C6",
            "textMateRules": [
                {
                    "scope": "keyword.operator",
                    "settings": {
                        "foreground": "#333333",
                        "fontStyle": "bold"
                    }
                }
            ]
        }
    }

there's not much sciente in those colors, just the ones that I liked most. I think that match very well with theme.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant