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 Base16Qualia = {
DisplayName: 'Base16 Qualia',
CodeStyles: {
Keyword: {
Color: '808080',
FontWeight: 'bold',
},
Comment: {
Color: 'c8c874',
},
Plaintext: {
Color: 'c0c0c0',
},
Punctuation: {
Color: 'c0c0c0',
},
String: {
Color: '808080',
},
Literal: {
Color: '808080',
FontWeight: 'bold',
},
Type: {
Color: 'e0af85',
},
Tag: {
Color: 'efa6a2',
},
AttributeName: {
Color: 'e0af85',
},
Decimal: {
Color: 'a3b8ef',
},
NoCode: {
Color: 'efa6a2',
},
},
BackgroundStyle: {
BackgroundColor: '454545',
},
LineNumberStyle: {
Color: 'c0c0c0',
BackgroundColor: '454545',
},
};