UNPKG

react-json-schema-editor-antd

Version:

Json Schema Editor

76 lines 1.63 kB
export var xcodeDefault = { base: 'vs', inherit: true, rules: [{ background: 'FFFFFF', token: '' }, { foreground: '008e00', token: 'comment' }, { foreground: '7d4726', token: 'meta.preprocessor' }, { foreground: '7d4726', token: 'keyword.control.import' }, { foreground: 'df0002', token: 'string' }, { foreground: '3a00dc', token: 'constant.numeric' }, { foreground: 'c800a4', token: 'constant.language' }, { foreground: '275a5e', token: 'constant.character' }, { foreground: '275a5e', token: 'constant.other' }, { foreground: 'c800a4', token: 'variable.language' }, { foreground: 'c800a4', token: 'variable.other' }, { foreground: 'c800a4', token: 'keyword' }, { foreground: 'c900a4', token: 'storage' }, { foreground: '438288', token: 'entity.name.class' }, { foreground: '790ead', token: 'entity.name.tag' }, { foreground: '450084', token: 'entity.other.attribute-name' }, { foreground: '450084', token: 'support.function' }, { foreground: '450084', token: 'support.constant' }, { foreground: '790ead', token: 'support.type' }, { foreground: '790ead', token: 'support.class' }, { foreground: '790ead', token: 'support.other.variable' }], colors: { 'editor.foreground': '#000000', 'editor.background': '#FFFFFF', 'editor.selectionBackground': '#B5D5FF', 'editor.lineHighlightBackground': '#00000012', 'editorCursor.foreground': '#000000', 'editorWhitespace.foreground': '#BFBFBF' } };