easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
46 lines (45 loc) • 886 B
JavaScript
export const Srcery = {
DisplayName: 'Srcery',
CodeStyles: {
Keyword: {
Color: '2c78bf',
},
Comment: {
Color: '918175',
},
Plaintext: {
Color: 'fce8c3',
},
Punctuation: {
Color: 'fce8c3',
},
String: {
Color: '98bc37',
},
Literal: {
Color: '918175',
},
Type: {
Color: 'ff5c8f',
},
Tag: {
Color: '2c78bf',
},
AttributeName: {
Color: 'fbb829',
},
Decimal: {
Color: '918175',
},
NoCode: {
Color: 'ef2f27',
},
},
BackgroundStyle: {
BackgroundColor: '1c1b19',
},
LineNumberStyle: {
Color: 'fce8c3',
BackgroundColor: '1c1b19',
},
};