easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
50 lines (49 loc) • 1.01 kB
JavaScript
export const Monokai = {
DisplayName: 'Monokai',
CodeStyles: {
Keyword: {
Color: 'a6e22e',
FontWeight: 'bold',
},
Comment: {
Color: '75715e',
},
Plaintext: {
Color: 'ddd',
},
Punctuation: {
Color: 'ddd',
},
String: {
Color: 'a6e22e',
},
Literal: {
Color: '75715e',
FontWeight: 'bold',
},
Type: {
Color: 'ffffff',
FontWeight: 'bold',
},
Tag: {
Color: 'f92672',
FontWeight: 'bold',
},
AttributeName: {
Color: 'a6e22e',
},
Decimal: {
Color: 'f92672',
},
NoCode: {
Color: '75715e',
},
},
BackgroundStyle: {
BackgroundColor: '272822',
},
LineNumberStyle: {
Color: 'ddd',
BackgroundColor: '272822',
},
};