@arcgis/coding-components
Version:
Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.
28 lines (26 loc) • 574 B
TypeScript
declare const _default: {
"light-theme": {
"comment": "#606060",
"constant": "#9809C8",
"date": "#296389",
"identifier": "#0000B3",
"keyword": "#BF4900",
"number": "#136D3D",
"string": "#A31515",
"operator": "#9809C8",
"predefined": "#0000B3"
},
"dark-theme": {
"comment": "#BFBFBF",
"constant": "#CDBAEA",
"date": "#97A6CE",
"identifier": "#9FD4F3",
"keyword": "#EEAA5A",
"number": "#AAD04B",
"string": "#F2877B",
"operator": "#CDBAEA",
"predefined": "#9FD4F3"
}
}
;
export default _default;