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 Base16Circus = {
DisplayName: 'Base16 Circus',
CodeStyles: {
Keyword: {
Color: 'b888e2',
FontWeight: 'bold',
},
Comment: {
Color: '4bb1a7',
},
Plaintext: {
Color: 'a7a7a7',
},
Punctuation: {
Color: 'a7a7a7',
},
String: {
Color: 'b888e2',
},
Literal: {
Color: 'b888e2',
FontWeight: 'bold',
},
Type: {
Color: 'b888e2',
},
Tag: {
Color: 'dc657d',
},
AttributeName: {
Color: 'b888e2',
},
Decimal: {
Color: '4bb1a7',
},
NoCode: {
Color: 'dc657d',
},
},
BackgroundStyle: {
BackgroundColor: '303030',
},
LineNumberStyle: {
Color: 'a7a7a7',
BackgroundColor: '303030',
},
};