easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
46 lines (45 loc) • 907 B
JavaScript
export const Ascetic = {
DisplayName: 'Ascetic',
CodeStyles: {
Keyword: {
FontWeight: 'bold',
Color: '000000',
},
Comment: {
Color: 'ccc',
},
Plaintext: {
Color: '000000',
},
Punctuation: {
Color: '000000',
},
String: {
Color: '888',
},
Literal: {
Color: 'ccc',
},
Type: {
Color: '888',
FontWeight: 'bold',
},
Tag: {
FontWeight: 'bold',
Color: '000000',
},
AttributeName: {
Color: '888',
},
NoCode: {
Color: 'ccc',
},
},
BackgroundStyle: {
BackgroundColor: 'ffffff',
},
LineNumberStyle: {
Color: '000000',
BackgroundColor: 'ffffff',
},
};