easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 963 B
JavaScript
export const Base16Colors = {
DisplayName: 'Base16 Colors',
CodeStyles: {
Keyword: {
Color: '85144b',
FontWeight: 'bold',
},
Comment: {
Color: '7fdbff',
},
Plaintext: {
Color: 'bbbbbb',
},
Punctuation: {
Color: 'bbbbbb',
},
String: {
Color: '85144b',
},
Literal: {
Color: '85144b',
FontWeight: 'bold',
},
Type: {
Color: 'b10dc9',
},
Tag: {
Color: 'ff4136',
},
AttributeName: {
Color: 'b10dc9',
},
Decimal: {
Color: 'ff851b',
},
NoCode: {
Color: 'ff4136',
},
},
BackgroundStyle: {
BackgroundColor: '555555',
},
LineNumberStyle: {
Color: 'bbbbbb',
BackgroundColor: '555555',
},
};