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 Base16OutrunDark = {
DisplayName: 'Base16 Outrun Dark',
CodeStyles: {
Keyword: {
Color: 'f003ef',
FontWeight: 'bold',
},
Comment: {
Color: '0ef0f0',
},
Plaintext: {
Color: 'd0d0fa',
},
Punctuation: {
Color: 'd0d0fa',
},
String: {
Color: 'f003ef',
},
Literal: {
Color: 'f003ef',
FontWeight: 'bold',
},
Type: {
Color: 'f10596',
},
Tag: {
Color: 'ff4242',
},
AttributeName: {
Color: 'f10596',
},
Decimal: {
Color: 'fc8d28',
},
NoCode: {
Color: 'ff4242',
},
},
BackgroundStyle: {
BackgroundColor: '30305a',
},
LineNumberStyle: {
Color: 'd0d0fa',
BackgroundColor: '30305a',
},
};