easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 983 B
JavaScript
export const Base16SolarFlareLight = {
DisplayName: 'Base16 Solar Flare Light',
CodeStyles: {
Keyword: {
Color: 'd73c9a',
FontWeight: 'bold',
},
Comment: {
Color: '52cbb0',
},
Plaintext: {
Color: '586875',
},
Punctuation: {
Color: '586875',
},
String: {
Color: 'd73c9a',
},
Literal: {
Color: 'd73c9a',
FontWeight: 'bold',
},
Type: {
Color: 'a363d5',
},
Tag: {
Color: 'ef5253',
},
AttributeName: {
Color: 'a363d5',
},
Decimal: {
Color: 'e66b2b',
},
NoCode: {
Color: 'ef5253',
},
},
BackgroundStyle: {
BackgroundColor: 'a6afb8',
},
LineNumberStyle: {
Color: '586875',
BackgroundColor: 'a6afb8',
},
};