easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 961 B
JavaScript
export const Base16Atlas = {
DisplayName: 'Base16 Atlas',
CodeStyles: {
Keyword: {
Color: 'c43060',
FontWeight: 'bold',
},
Comment: {
Color: '14747e',
},
Plaintext: {
Color: 'a1a19a',
},
Punctuation: {
Color: 'a1a19a',
},
String: {
Color: 'c43060',
},
Literal: {
Color: 'c43060',
FontWeight: 'bold',
},
Type: {
Color: '9a70a4',
},
Tag: {
Color: 'ff5a67',
},
AttributeName: {
Color: '9a70a4',
},
Decimal: {
Color: 'f08e48',
},
NoCode: {
Color: 'ff5a67',
},
},
BackgroundStyle: {
BackgroundColor: '517f8d',
},
LineNumberStyle: {
Color: 'a1a19a',
BackgroundColor: '517f8d',
},
};