easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
51 lines (50 loc) • 1.04 kB
JavaScript
export const Lightfair = {
DisplayName: 'Light fair',
CodeStyles: {
Keyword: {
FontWeight: 'bold',
Color: '4286f4',
},
Comment: {
Color: '4286f4',
},
Plaintext: {
Color: '444',
},
Punctuation: {
Color: '444',
},
String: {
Color: '4d99bf',
},
Literal: {
Color: '4d99bf',
FontWeight: 'bold',
},
Type: {
Color: '25c6c6',
FontWeight: 'bold',
},
Tag: {
Color: '778899',
FontWeight: 'bold',
},
AttributeName: {
FontWeight: 'bold',
Color: 'bc6060',
},
Decimal: {
Color: '4286f4',
},
NoCode: {
Color: '4286f4',
},
},
BackgroundStyle: {
BackgroundColor: 'fff',
},
LineNumberStyle: {
Color: '444',
BackgroundColor: 'fff',
},
};