Binaryify / OneDark-Pro

Atom's iconic One Dark theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme
MIT License
1.51k stars 291 forks source link

Enhancement: unify syntax highlighting of 'keyword control' for the Python language. #789

Closed cfgnunes closed 1 year ago

cfgnunes commented 1 year ago

In the One Dark Pro default theme, Python is the only language that has italic style on control keywords (such as “if”, “for”, etc.).

The idea is to have the same style for all languages (Python, C++, Java) to have visual uniformity and avoid confusion when using the theme in other programming languages.