Two themes inspired by PyCharm for Visual Studio Code.
A theme mimicking PyCharm's Darcula theme.
A custom light theme with its own set of colors. Colors are different from the dark scheme, however all code elements who share the same color in PyCharm Dark also share the same color in this theme.
- Copy the mypycharm and mypycharm folders to
%USERPROFILE%\.vscode\extensions
. If you are using Code-OSS then copy to the%USERPROFILE%\.vscode-oss\extensions
folder instead. - Start VSCode
- From the menu choose Code -> Preferences -> Color Theme and type
PyCharm Color Theme Light
orPyCharm Color Theme Light
to load the theme, or find the theme on the drop-down list.
- Copy the mypycharm and mypycharm folders to
~/.vscode/extensions
. If you are using Code-OSS then copy to the~/.vscode-oss/extensions
folder instead. - Start VSCode
- From the menu choose Code -> Preferences -> Color Theme and type
PyCharm Color Theme Light
orPyCharm Color Theme Light
to load the theme, or find the theme on the drop-down list.