easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 976 B
JavaScript
export const Base16DefaultLight = {
DisplayName: 'Base16 Default Light',
CodeStyles: {
Keyword: {
Color: 'a16946',
FontWeight: 'bold',
},
Comment: {
Color: '86c1b9',
},
Plaintext: {
Color: '383838',
},
Punctuation: {
Color: '383838',
},
String: {
Color: 'a16946',
},
Literal: {
Color: 'a16946',
FontWeight: 'bold',
},
Type: {
Color: 'ba8baf',
},
Tag: {
Color: 'ab4642',
},
AttributeName: {
Color: 'ba8baf',
},
Decimal: {
Color: 'dc9656',
},
NoCode: {
Color: 'ab4642',
},
},
BackgroundStyle: {
BackgroundColor: 'd8d8d8',
},
LineNumberStyle: {
Color: '383838',
BackgroundColor: 'd8d8d8',
},
};