easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 967 B
JavaScript
export const Base16Tomorrow = {
DisplayName: 'Base16 Tomorrow',
CodeStyles: {
Keyword: {
Color: 'a3685a',
FontWeight: 'bold',
},
Comment: {
Color: '3e999f',
},
Plaintext: {
Color: '4d4d4c',
},
Punctuation: {
Color: '4d4d4c',
},
String: {
Color: 'a3685a',
},
Literal: {
Color: 'a3685a',
FontWeight: 'bold',
},
Type: {
Color: '8959a8',
},
Tag: {
Color: 'c82829',
},
AttributeName: {
Color: '8959a8',
},
Decimal: {
Color: 'f5871f',
},
NoCode: {
Color: 'c82829',
},
},
BackgroundStyle: {
BackgroundColor: 'd6d6d6',
},
LineNumberStyle: {
Color: '4d4d4c',
BackgroundColor: 'd6d6d6',
},
};