easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 956 B
JavaScript
export const A11YLight = {
DisplayName: 'A11YLight',
CodeStyles: {
Keyword: {
Color: '7928a1',
FontWeight: 'bold',
},
Comment: {
Color: '696969',
},
Plaintext: {
Color: '545454',
},
Punctuation: {
Color: '545454',
},
String: {
Color: '008000',
},
Literal: {
Color: '008000',
},
Type: {
Color: '007faa',
},
Tag: {
Color: '7928a1',
FontWeight: 'bold',
},
AttributeName: {
Color: 'aa5d00',
},
Decimal: {
Color: 'aa5d00',
},
NoCode: {
Color: 'd91e18',
},
},
BackgroundStyle: {
BackgroundColor: 'fefefe',
},
LineNumberStyle: {
Color: '545454',
BackgroundColor: 'fefefe',
},
};