easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
52 lines (51 loc) • 1.1 kB
JavaScript
export const IsblEditorLight = {
DisplayName: 'Isbl Editor Light',
CodeStyles: {
Keyword: {
Color: '000000',
FontWeight: 'bold',
},
Comment: {
Color: '000000',
FontStyle: 'italic',
},
Plaintext: {
Color: '000000',
},
Punctuation: {
Color: '000000',
},
String: {
Color: '4d99bf',
},
Literal: {
Color: '4d99bf',
FontWeight: 'bold',
},
Type: {
Color: '008080',
FontWeight: 'normal',
},
Tag: {
Color: '000000',
FontWeight: 'bold',
},
AttributeName: {
Color: '5e1700',
FontWeight: 'bold',
},
Decimal: {
Color: '000000',
},
NoCode: {
Color: '000000',
},
},
BackgroundStyle: {
BackgroundColor: 'ffffff',
},
LineNumberStyle: {
Color: '000000',
BackgroundColor: 'ffffff',
},
};