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 Base16Bespin = {
DisplayName: 'Base16 Bespin',
CodeStyles: {
Keyword: {
Color: '937121',
FontWeight: 'bold',
},
Comment: {
Color: 'afc4db',
},
Plaintext: {
Color: '8a8986',
},
Punctuation: {
Color: '8a8986',
},
String: {
Color: '937121',
},
Literal: {
Color: '937121',
FontWeight: 'bold',
},
Type: {
Color: '9b859d',
},
Tag: {
Color: 'cf6a4c',
},
AttributeName: {
Color: '9b859d',
},
Decimal: {
Color: 'cf7d34',
},
NoCode: {
Color: 'cf6a4c',
},
},
BackgroundStyle: {
BackgroundColor: '5e5d5c',
},
LineNumberStyle: {
Color: '8a8986',
BackgroundColor: '5e5d5c',
},
};