easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 976 B
JavaScript
export const Base16ClassicLight = {
DisplayName: 'Base16 Classic Light',
CodeStyles: {
Keyword: {
Color: '8f5536',
FontWeight: 'bold',
},
Comment: {
Color: '75b5aa',
},
Plaintext: {
Color: '303030',
},
Punctuation: {
Color: '303030',
},
String: {
Color: '8f5536',
},
Literal: {
Color: '8f5536',
FontWeight: 'bold',
},
Type: {
Color: 'aa759f',
},
Tag: {
Color: 'ac4142',
},
AttributeName: {
Color: 'aa759f',
},
Decimal: {
Color: 'd28445',
},
NoCode: {
Color: 'ac4142',
},
},
BackgroundStyle: {
BackgroundColor: 'd0d0d0',
},
LineNumberStyle: {
Color: '303030',
BackgroundColor: 'd0d0d0',
},
};