The Ballerini Theme is a theme for Visual Studio Code. Was made using the color palette Ballerini. He is perfect for autumn lovers, with a more pastel tone.
Theme creation was done using Yo Code
with the help of Themes VSCode One
platform. Later published on Azure Marketplace
This theme was made exclusively for the members who are on our discord server. So in case, you find any errors or see a better form of ordinate colors. Feel free to join our Discord Server to report or make a pull request.
If you want to help with the Ballerini Theme by adding a scope of your favorite language. Follow the instructions contribution:
- Discover the scope:
To get the syntax background and foreground. Use a key
Ctrl + Shift + P
then>Developer: Inspect Editor Tokens and Scopes
. It will open a screen that can inform about the syntax, e.g.:
- Adding in JSON: Once found the language name and syntax, dependent scope. Add setting in JSON, e.g.:
"name": "haskell variable generic-type",
"scope": "variable.other.generic-type.haskell",
"settings": {
"foreground": "#97d4d9"
}
All instructions can be found at INSTALL.md
- Get Started with Color Themes on Visual Studio Code
- Plataform to create the theme
- Yo Code Documentation
- Azure Marketplace
Enjoy!