easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 988 B
JavaScript
export const Base16AtelierSulphurpool = {
DisplayName: 'Base16 Atelier Sulphurpool',
CodeStyles: {
Keyword: {
Color: '9c637a',
FontWeight: 'bold',
},
Comment: {
Color: '22a2c9',
},
Plaintext: {
Color: '979db4',
},
Punctuation: {
Color: '979db4',
},
String: {
Color: '9c637a',
},
Literal: {
Color: '9c637a',
FontWeight: 'bold',
},
Type: {
Color: '6679cc',
},
Tag: {
Color: 'c94922',
},
AttributeName: {
Color: '6679cc',
},
Decimal: {
Color: 'c76b29',
},
NoCode: {
Color: 'c94922',
},
},
BackgroundStyle: {
BackgroundColor: '5e6687',
},
LineNumberStyle: {
Color: '979db4',
BackgroundColor: '5e6687',
},
};