easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 963 B
JavaScript
export const Base16Framer = {
DisplayName: 'Base16 Framer',
CodeStyles: {
Keyword: {
Color: 'b15f4a',
FontWeight: 'bold',
},
Comment: {
Color: 'acddfd',
},
Plaintext: {
Color: 'd0d0d0',
},
Punctuation: {
Color: 'd0d0d0',
},
String: {
Color: 'b15f4a',
},
Literal: {
Color: 'b15f4a',
FontWeight: 'bold',
},
Type: {
Color: 'ba8cfc',
},
Tag: {
Color: 'fd886b',
},
AttributeName: {
Color: 'ba8cfc',
},
Decimal: {
Color: 'fc4769',
},
NoCode: {
Color: 'fd886b',
},
},
BackgroundStyle: {
BackgroundColor: '464646',
},
LineNumberStyle: {
Color: 'd0d0d0',
BackgroundColor: '464646',
},
};