HBuilderx修改主题色-为css属性名与值添加颜色,改变编辑器背景颜色等
"": {
// "[Default]": {// 绿柔主题
// "":"#faf6e6", // 项目管理器背景颜色
// "":"#faf6e6" // 编辑区域背景颜色
// },
// "[Monokai]": {// 酷黑主题
// "": "#272822",
// "":"#272822"
// },
"[Atom One Dark]": {
"": "#212224",
"": "#18191A" //
}
},
"": {
// "[Default]": {// 绿柔主题
// "rules": [{}]
// },
// "[Monokai]": {// 酷黑主题
// "rules": [{}]
// },
"[Atom One Dark]": {
"rules": [{
"scope": [
"-name"
],
"settings": {
"foreground": "#9CDCFE"
}
}, {
"scope": [
""
],
"settings": {
"foreground": "#B5CEA8"
}
}, {
"scope": [
"",
"",
""
],
"settings": {
"foreground": "#FFD710"
}
}, {
"scope": [
""
],
"settings": {
"foreground": "#61AFEF"
}
}, {
"scope": [
"string"
],
"settings": {
"foreground": "#6CD8A6"
}
}]
}
}