easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
52 lines (51 loc) • 1.06 kB
JavaScript
export const Agate = {
DisplayName: 'Agate',
CodeStyles: {
Keyword: {
FontWeight: 'bold',
Color: 'fcc28c',
},
Comment: {
Color: '888',
},
Plaintext: {
Color: 'fff',
},
Punctuation: {
Color: 'fff',
},
String: {
FontStyle: 'italic',
Color: '333',
BackgroundColor: 'a2fca2',
},
Literal: {
FontWeight: 'bold',
Color: 'fc9b9b',
},
Type: {
Color: 'fcc28c',
},
Tag: {
FontWeight: 'bold',
Color: 'fcc28c',
},
AttributeName: {
Color: 'ffa',
},
Decimal: {
Color: 'd36363',
},
NoCode: {
Color: 'fff',
BackgroundColor: 'fc9b9b',
},
},
BackgroundStyle: {
BackgroundColor: '555',
},
LineNumberStyle: {
Color: 'fff',
BackgroundColor: '555',
},
};