easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 987 B
JavaScript
export const Base16AtelierHeathLight = {
DisplayName: 'Base16 Atelier Heath Light',
CodeStyles: {
Keyword: {
Color: 'cc33cc',
FontWeight: 'bold',
},
Comment: {
Color: '159393',
},
Plaintext: {
Color: '695d69',
},
Punctuation: {
Color: '695d69',
},
String: {
Color: 'cc33cc',
},
Literal: {
Color: 'cc33cc',
FontWeight: 'bold',
},
Type: {
Color: '7b59c0',
},
Tag: {
Color: 'ca402b',
},
AttributeName: {
Color: '7b59c0',
},
Decimal: {
Color: 'a65926',
},
NoCode: {
Color: 'ca402b',
},
},
BackgroundStyle: {
BackgroundColor: 'ab9bab',
},
LineNumberStyle: {
Color: '695d69',
BackgroundColor: 'ab9bab',
},
};