Sakai for VSCode
All natural pine, faux fur and a bit of soho vibes for the classy minimalist
Usage
- Open VSCode
- Search for
Sakai Theme in extensions
- Install the theme and choose your variant in
Preferences: Color theme
- Optionally enable the included icon theme in
Preferences: File Icon Theme
Gallery
Font used is JetBrains
Sakai Theme
Disable italics
Add this snippet to your settings.json to disable italics for Sakai Theme
"editor.tokenColorCustomizations": {
"[Sakai Theme*]": {
"textMateRules": [
{
"scope": [
"comment",
"entity.other.attribute-name",
"entity.other.inherited-class",
"support.function",
"variable",
"meta.directive.vue"
],
"settings": {
"fontStyle": ""
}
}
]
}
}
| |