wesbos / cobalt2-vscode

Cobalt2 Theme for VS Code
MIT License
767 stars 251 forks source link

How to remove italics? #207

Closed bmadone closed 1 year ago

bmadone commented 2 years ago

Is it possible to remove italics completely?

CleanShot 2022-07-28 at 22 01 20@2x

For example, remove italics from type?

Nikhil562 commented 2 years ago

I would love to do that , can you please assign it to me

rennsax commented 1 year ago

Hello @bmarvinb, you can add these lines in your settings:

"editor.semanticTokenColorCustomizations": {
    "rules": {
        "interface.declaration": {
            "fontStyle": ""
        }
    }
}

Pardon me @SmitAkbari26 cuz I suggest not commit the change globally. Some developers may be used to the italic form.

SmitAkbari26 commented 1 year ago

@Eitheages I got it.

palashmon commented 1 year ago

Closing this issue for now, as it seems to be resolved based on @Eitheages comment above. Thank you!