easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 961 B
JavaScript
export const Base16Chalk = {
DisplayName: 'Base16 Chalk',
CodeStyles: {
Keyword: {
Color: 'deaf8f',
FontWeight: 'bold',
},
Comment: {
Color: '12cfc0',
},
Plaintext: {
Color: 'd0d0d0',
},
Punctuation: {
Color: 'd0d0d0',
},
String: {
Color: 'deaf8f',
},
Literal: {
Color: 'deaf8f',
FontWeight: 'bold',
},
Type: {
Color: 'e1a3ee',
},
Tag: {
Color: 'fb9fb1',
},
AttributeName: {
Color: 'e1a3ee',
},
Decimal: {
Color: 'eda987',
},
NoCode: {
Color: 'fb9fb1',
},
},
BackgroundStyle: {
BackgroundColor: '303030',
},
LineNumberStyle: {
Color: 'd0d0d0',
BackgroundColor: '303030',
},
};