easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 974 B
JavaScript
export const Base16GreenScreen = {
DisplayName: 'Base16 Green Screen',
CodeStyles: {
Keyword: {
Color: '005500',
FontWeight: 'bold',
},
Comment: {
Color: '005500',
},
Plaintext: {
Color: '00bb00',
},
Punctuation: {
Color: '00bb00',
},
String: {
Color: '005500',
},
Literal: {
Color: '005500',
FontWeight: 'bold',
},
Type: {
Color: '00bb00',
},
Tag: {
Color: '007700',
},
AttributeName: {
Color: '00bb00',
},
Decimal: {
Color: '009900',
},
NoCode: {
Color: '007700',
},
},
BackgroundStyle: {
BackgroundColor: '005500',
},
LineNumberStyle: {
Color: '00bb00',
BackgroundColor: '005500',
},
};