easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 978 B
JavaScript
export const Base16SolarizedDark = {
DisplayName: 'Base16 Solarized Dark',
CodeStyles: {
Keyword: {
Color: 'd33682',
FontWeight: 'bold',
},
Comment: {
Color: '2aa198',
},
Plaintext: {
Color: '93a1a1',
},
Punctuation: {
Color: '93a1a1',
},
String: {
Color: 'd33682',
},
Literal: {
Color: 'd33682',
FontWeight: 'bold',
},
Type: {
Color: '6c71c4',
},
Tag: {
Color: 'dc322f',
},
AttributeName: {
Color: '6c71c4',
},
Decimal: {
Color: 'cb4b16',
},
NoCode: {
Color: 'dc322f',
},
},
BackgroundStyle: {
BackgroundColor: '586e75',
},
LineNumberStyle: {
Color: '93a1a1',
BackgroundColor: '586e75',
},
};