easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 982 B
JavaScript
export const Base16MaterialLighter = {
DisplayName: 'Base16 Material Lighter',
CodeStyles: {
Keyword: {
Color: 'e53935',
FontWeight: 'bold',
},
Comment: {
Color: '39adb5',
},
Plaintext: {
Color: '80cbc4',
},
Punctuation: {
Color: '80cbc4',
},
String: {
Color: 'e53935',
},
Literal: {
Color: 'e53935',
FontWeight: 'bold',
},
Type: {
Color: '7c4dff',
},
Tag: {
Color: 'ff5370',
},
AttributeName: {
Color: '7c4dff',
},
Decimal: {
Color: 'f76d47',
},
NoCode: {
Color: 'ff5370',
},
},
BackgroundStyle: {
BackgroundColor: 'cceae7',
},
LineNumberStyle: {
Color: '80cbc4',
BackgroundColor: 'cceae7',
},
};