swashata / vscode-beautiful-ui

A set of beautiful color themes for VSCode, inspired by Sublime DA UI.
https://vscbui.rocks/
MIT License
60 stars 7 forks source link

Highlight python keyword parameters #5

Closed zenxme closed 4 years ago

zenxme commented 5 years ago

Hi, I really like your theme. But there is a small problem. Keyword parameters in python are not highlighted.

theme1

Here are some themes that highlight keyword parameters.

material-theme theme2

monokai-pro theme3

swashata commented 5 years ago

Hello,

I don't know python :), but if you can provide some sample code and tell me which words should be highlighted with what color, I can make that happen.

zenxme commented 5 years ago

There's always a '=' behind python's keyword parameter. For more details, see: https://treyhunner.com/2018/04/keyword-arguments-in-python/ Many thanks for your reply and all of your contribution.