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

Parameter colors look off, and so is function calls #159

Open
rababR1 opened this issue Dec 23, 2022 · 0 comments
Open

Parameter colors look off, and so is function calls #159

rababR1 opened this issue Dec 23, 2022 · 0 comments

Comments

@rababR1
Copy link

rababR1 commented Dec 23, 2022

Please provide as much information as possible, usually I need these information to actually start working on an issue, so try to fill as much of these as possible

def printt(string, strDelay):
    for i in str(string + "\n"):
        print(i, end="", flush=True)
        time.sleep(strDelay)

Filename and Language selected

Filename: Text-Based-Game.py
Language: Python

Atom Original theme Screenshot

image
Minus the lack of parameter colorization, .sleep(strDelay) is colorized

VSCode theme Screenshot

image

Versions used

  • VSCode version: Insiders v1.75
  • Theme version: 2.3.0

Extra information

Though I like the colorization for the parameters, time.sleep(strDelay) looks off to me. I have this setting for semantic highlighting:
image
And, setting semantic highlighting to "true" actually fixes the function call, but makes the parameters look dull:
image

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