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

Python Types Colour inconsistent #145

Open
ThomasLandstra opened this issue Feb 19, 2022 · 0 comments
Open

Python Types Colour inconsistent #145

ThomasLandstra opened this issue Feb 19, 2022 · 0 comments

Comments

@ThomasLandstra
Copy link

When using Python types the colour scheme breaks. This is specifically an issue when using a return value annotation (-> str).

Sample code

def hello_world(prnt: bool = False) -> str:
    text: str = "Hello, World!"

    if prnt:
        print(text)

    return text


hello_world(True)

Filename and Language selected

Python
app.py

Atom Original theme Screenshot

VSCode theme Screenshot

Versions used

  • VSCode version: 1.65.0-insider
  • Theme version: 2.2.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants