|
scope | hex-color |
---|---|
comment | #91a193 |
function | #a2cf82 |
keyword | #9ECBFF |
constant | #d0bf96 |
variable | #E06C75 |
storage | #C39AC9 |
string | #e49760 |
foreground | #91a193 |
Theme Screenshot
[Dracula wallpaper]
Active theme
- First
Install
the theme - Press
Ctrl+Shift+P
and search forcolor theme
and hitEnter
- look for
Mystic Theme
then hitEnter
- ⭐⭐⭐⭐⭐ Rate five-stars 😃
Tweaks & theming
Change color using workbench.colorCustomizations
to customize the theme. Example, Add this snippet in your settings.json
file:
"workbench.colorCustomizations": {
"tab.activeBackground": "#f00",
"activityBar.background": "#f00",
"sideBar.background": "#f00",
}
Replace
#f00
to your favorite hex color
or use the setting editor.tokenColorCustomizations
"editor.tokenColorCustomizations": {
"[Theme]": {
"textMateRules": [
{
"scope": [
"comment"
],
"settings": {
"foreground": "#f00"
}
}
]
}
}
Issues & Suggestions
For any issues or suggestions, please use GitHub issues.
Suggest Editor Settings
{
"editor.fontFamily": "Cascadia Code Light",
"editor.fontLigatures": "'calt', 'ss01'"
}