1{ 2 "text-color": null, 3 "background-color": null, 4 "line-number-color": null, 5 "line-number-background-color": null, 6 "text-styles": { 7 "String": { 8 "text-color": "#049b0a", 9 "background-color": null, 10 "bold": false, 11 "italic": false, 12 "underline": false 13 }, 14 "SpecialChar": { 15 "text-color": "#049b0a", 16 "background-color": null, 17 "bold": false, 18 "italic": false, 19 "underline": false 20 }, 21 22 "Function": { 23 "text-color": "#ff9358", 24 "background-color": null, 25 "bold": true, 26 "italic": false, 27 "underline": false 28 }, 29 30 "Operator": { 31 "text-color": "#43a8ed", 32 "background-color": null, 33 "bold": true, 34 "italic": false, 35 "underline": false 36 }, 37 "BuiltIn": { 38 "text-color": "#ff6dd3", 39 "background-color": null, 40 "bold": true, 41 "italic": false, 42 "underline": false 43 }, 44 "Comment": { 45 "text-color": "#bc7a00", 46 "background-color": null, 47 "bold": false, 48 "italic": true, 49 "underline": false 50 }, 51 "Keyword": { 52 "text-color": "#28648e", 53 "background-color": null, 54 "bold": true, 55 "italic": false, 56 "underline": false 57 } 58 } 59} 60