easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
49 lines (48 loc) • 978 B
JavaScript
export const Googlecode = {
DisplayName: 'Google Code',
CodeStyles: {
Keyword: {
Color: '606',
FontWeight: 'bold',
},
Comment: {
Color: '800',
},
Plaintext: {
Color: '000000',
},
Punctuation: {
Color: '000000',
},
String: {
Color: '066',
BackgroundColor: 'baeeba',
},
Literal: {
Color: '066',
},
Type: {
Color: '606',
},
Tag: {
Color: '008',
},
AttributeName: {
Color: '000',
},
Decimal: {
Color: '066',
},
NoCode: {
Color: '000',
BackgroundColor: 'ffc8bd',
},
},
BackgroundStyle: {
BackgroundColor: 'ffffff',
},
LineNumberStyle: {
Color: '000000',
BackgroundColor: 'ffffff',
},
};