web123456

HBuilderX development tools, theme customization, code color customization

"tokenColors": [ { "name": "keyword", //Keywords "scope": "keyword", "settings": { "fontStyle": "", "foreground": "#ff0000" } }, { "name": "control entity", //control "scope": [ "", "", "" ], "settings": { "fontStyle": "", "foreground": "#ff00ff" } }, { "name": "comment", //Note "scope": "comment", "settings": { "fontStyle": "italic", "foreground": "#a64b00" } }, { "name": "comment definition", //Comment symbol "scope": "", "settings": { "fontStyle": "italic", "foreground": "#a64b00" } }, { "name": "comment keyword", //Annotation keywords "scope": "", "settings": { "fontStyle": "", "foreground": "#ff00ff" } }, { "name": "comment defined",//Comment constant "scope": "", "settings": { "fontStyle": "bold underline", "foreground": "#ff0000" } }, { "name": "string", //String "scope": [ "string", " " ], "settings": { "fontStyle": "", "foreground": "#fff200" } }, { "name": "constant", //constant "scope": [ "", "", //Regular "", //number "" //boolean value, empty value ], "settings": { "fontStyle": "", "foreground": "#AE81FF" } }, { "name": "variable", //variable "scope": "variable", "settings": { "fontStyle": "", "foreground": "#0ed145" } }, { "name": "variable readwrite", //Custom variables "scope": "", "settings": { "fontStyle": "", "foreground": "#c4ff0e" } }, { "name": "variable constant", //Custom constants "scope": "", "settings": { "fontStyle": "", "foreground": "#409eff" } }, { "name": "function name", //Function name "scope": ["", ""], "settings": { "fontStyle": "", "foreground": "#66ccff" } }, { "name": "function prop",//Function parameters "scope": [ "", // Function parameters "" // Function this ], "settings": { "fontStyle": "bold", "foreground": "#ff7f27" } }, { "name": "storage",//Reserve words "scope": ["", ""], "settings": { "fontStyle": "italic", "foreground": "#2979ff" } }, { "name": "support",//Third party support "scope": [ "support", "", "", "", "", "-resolution", "-class" ], "settings": { "fontStyle": "bold", "foreground": "#409EFF" } }, { "name": "property",//property "scope": [ // html attribute name "-name", // object attribute name "", "" ], "settings": { "fontStyle": "", "foreground": "#00dddd" } }, { "name": "property-value",//Attribute value "scope": [ // css attribute value "-value", "-value" ], "settings": { "fontStyle": "", "foreground": "#00e500" } }, { "name": "tag",//Label "scope": [ // html tag "", "", "", "", "" ], "settings": { "fontStyle": "", "foreground": "#409eff" } }, { "name": "selector",//Selector "scope": [ // css selector "", "-name" ], "settings": { "fontStyle": "", "foreground": "#00dddd" } }, { "name": "tag selector",//Tag Selector "scope": [ // css tag selector "" ], "settings": { "fontStyle": "bold underline", "foreground": "#409EFF" } }, { "name": "css property",//css attribute "scope": [ // css attribute name "-name", "-name" ], "settings": { "fontStyle": "", "foreground": "#409EFF" } } ]