Atelier Themes for VS CodeAtelier Schemes are ten colorschemes which by now are implemented in many applications using templates which can work with the Base16-Builder CLI tool1. For VS Code both the dark and light templates were created from scratch, making each theme come in a light and dark background variation. Time and effort was spend to make different markup and programming languages become more readable with these themes in Visual Studio Code. Read more about Atelier Schemes. Screenshot of Atelier_SulpurpoolDark in VSCode Screenshot of Atelier_SulpurpoolLight in VSCode Screenshotslinks to screenshots
Installation
TweaksSome additional tweaks can be made using the VSCode Custom CSS extension. This requires to have a CSS file on your computer that will hold your custom CSS. An example of some small tweaks I made are in the repo: atelier-vscode-custom-css.css, so one can tweak those as well. Small things like the background color for the Panel title (down at the page, when activated - above the statusbar), and monochrome icons ISO colored ones, to make those icons less distracting. Once done, open your command palette and select: Run the command Note: Reloading custom CSS and JS after every VSCode update is a must! Notes1: If interested in the build process, please look inside the
|