easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 991 B
JavaScript
export const Base16AtelierEstuaryLight = {
DisplayName: 'Base16 Atelier Estuary Light',
CodeStyles: {
Keyword: {
Color: '9d6c7c',
FontWeight: 'bold',
},
Comment: {
Color: '5b9d48',
},
Plaintext: {
Color: '5f5e4e',
},
Punctuation: {
Color: '5f5e4e',
},
String: {
Color: '9d6c7c',
},
Literal: {
Color: '9d6c7c',
FontWeight: 'bold',
},
Type: {
Color: '5f9182',
},
Tag: {
Color: 'ba6236',
},
AttributeName: {
Color: '5f9182',
},
Decimal: {
Color: 'ae7313',
},
NoCode: {
Color: 'ba6236',
},
},
BackgroundStyle: {
BackgroundColor: '929181',
},
LineNumberStyle: {
Color: '5f5e4e',
BackgroundColor: '929181',
},
};