easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 972 B
JavaScript
export const Base16HeetchDark = {
DisplayName: 'Base16 Heetch Dark',
CodeStyles: {
Keyword: {
Color: '470546',
FontWeight: 'bold',
},
Comment: {
Color: 'f80059',
},
Plaintext: {
Color: 'bdb6c5',
},
Punctuation: {
Color: 'bdb6c5',
},
String: {
Color: '470546',
},
Literal: {
Color: '470546',
FontWeight: 'bold',
},
Type: {
Color: '82034c',
},
Tag: {
Color: '27d9d5',
},
AttributeName: {
Color: '82034c',
},
Decimal: {
Color: '5ba2b6',
},
NoCode: {
Color: '27d9d5',
},
},
BackgroundStyle: {
BackgroundColor: '5a496e',
},
LineNumberStyle: {
Color: 'bdb6c5',
BackgroundColor: '5a496e',
},
};