Cold Python Theme for VS CodeThe goal of the Cold Python Theme is to reduce visual clutter and give you more space for your code and thoughts. I hope this theme will be the one you enjoy working with day and night. Features
Syntax themeSome examples of syntax highlighting Python Golang JSON Bash TOML Icon themeFolders iconsFile extensions iconsFile names iconsIcons for reserved file names IDE themeThe colors of various parts of the VS Code interface have also been defined. For example, the terminal colors match the overall theme color scheme: Check out the new git diff colors: And many other elements have also been transformed, there is not enough space here to show everything. InstallGo to VS Marketplace and click on the "Install" button. Color themeSet Color Theme (guide) This will give you IDE and syntax highlighting. If the brackets in your code are highlighted in different colors, you can turn off bracket pair colorization so that the brackets are always the color of the main text. To do this, add the following line to your settings.json file:
File icon themeSet File Icon Theme (guide) This will give you file icons shown in the File Explorer and tabbed headings FontIt is recommended to use JetBrains Mono font with the Cold Python Theme. VS Code doesn't provide clear functionality for adding a custom font to a theme... But I managed to add the font to the File icon theme!
Then there are 2 ways to enable the new font: Settings UI
settings.json fileAdd the following line to your settings.json file:
ExtrasAlso, there are some additional settings that you can apply both in the Settings UI and in settings.json file:
Recommended extensionsNot all syntaxes are supported in VS Code out of the box. However, you can install extensions that add support for some languages. There are the extensions below that add support for some syntaxes that have colors defined in the Cold Python Theme: CreditsI express my deep gratitude to the JetBrains team for their work. Here are links to open resources used to create the Cold Python theme:
|