Violet Ultima - VSCode Theme
My personal dark theme. A mix of some of my favorite themes: Midnight Synth and One Dark Pro.
Installation
- Install Visual Studio Code
- Launch Visual Studio Code
- Choose Extensions from menu
- Search for
Violet Ultima
- Click Install to install it
- Click Reload to finish installing
- 🌟🌟🌟🌟🌟 Rate five-stars 😃
- Then, from the menu: File > Preferences > Color Theme > Violet Ultima
Enjoy!
Italic
You could set this in your setting.json to make code be italic
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"entity.attribute.name",
"entity.other.attribute-name",
"entity.other.attribute-name.class",
"entity.other.attribute-name.id",
"keyword",
"constant",
"storage.modifier",
"storage.type",
"storage.type.function",
"storage.type.class",
"variable.parameter",
"comment",
"storage.modifier",
"storage.type.php",
"keyword.other.new.php",
"entity.other.attribute-name",
"fenced_code.block.language.markdown",
"keyword",
"storage.modifier",
"storage.type",
"keyword.control",
"constant.language",
"entity.other.attribute-name",
"entity.name.method",
"keyword.control.import.ts",
"keyword.control.import.tsx",
"keyword.control.import.js",
"keyword.control.flow.js",
"keyword.control.from.js",
"keyword.control.from.ts",
"keyword.control.from.tsx"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"entity.name.function.js",
"entity.name.function",
"meta.require",
"support.function.any-method",
"variable.function",
"entity.name.type.class"
],
"settings": {
"fontStyle": "bold"
}
}
]
}
Suggest Editor Settings
"editor.fontSize": 14,
"editor.lineHeight": 22,
"editor.fontFamily": "Operator Mono Lig",