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 Base16UnikittyLight = {
DisplayName: 'Base16 Unikitty Light',
CodeStyles: {
Keyword: {
Color: 'e013d0',
FontWeight: 'bold',
},
Comment: {
Color: '149bda',
},
Plaintext: {
Color: '6c696e',
},
Punctuation: {
Color: '6c696e',
},
String: {
Color: 'e013d0',
},
Literal: {
Color: 'e013d0',
FontWeight: 'bold',
},
Type: {
Color: 'aa17e6',
},
Tag: {
Color: 'd8137f',
},
AttributeName: {
Color: 'aa17e6',
},
Decimal: {
Color: 'd65407',
},
NoCode: {
Color: 'd8137f',
},
},
BackgroundStyle: {
BackgroundColor: 'c4c3c5',
},
LineNumberStyle: {
Color: '6c696e',
BackgroundColor: 'c4c3c5',
},
};