English | 简体中文
// Custom configuration highlighting style
// settings.json
"to-unocss":{
"dark": {
"textDecoration": "underline",
"backgroundColor": "rgba(144, 238, 144, 0.5)",
"color": "black",
},
"light":{
"textDecoration": "underline",
"backgroundColor": "rgba(255, 165, 0, 0.5)",
"color": "#ffffff",
}
}
if your project package.json hasn't unocss
dependency, the extension will not be activated