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 Base16AtelierSavannaLight = {
DisplayName: 'Base16 Atelier Savanna Light',
CodeStyles: {
Keyword: {
Color: '867469',
FontWeight: 'bold',
},
Comment: {
Color: '1c9aa0',
},
Plaintext: {
Color: '526057',
},
Punctuation: {
Color: '526057',
},
String: {
Color: '867469',
},
Literal: {
Color: '867469',
FontWeight: 'bold',
},
Type: {
Color: '55859b',
},
Tag: {
Color: 'b16139',
},
AttributeName: {
Color: '55859b',
},
Decimal: {
Color: '9f713c',
},
NoCode: {
Color: 'b16139',
},
},
BackgroundStyle: {
BackgroundColor: '87928a',
},
LineNumberStyle: {
Color: '526057',
BackgroundColor: '87928a',
},
};