easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
52 lines (51 loc) • 1.09 kB
JavaScript
export const IntellijLight = {
DisplayName: 'Intellij Light',
CodeStyles: {
Keyword: {
Color: '0033b3',
},
Comment: {
Color: '8c8c8c',
FontStyle: 'italic',
},
Plaintext: {
Color: '000',
},
Punctuation: {
Color: '000',
},
String: {
Color: '067d17',
FontStyle: 'italic',
BackgroundColor: 'bee6be',
},
Literal: {
Color: '248f8f',
},
Type: {
Color: '0033b3',
FontWeight: 'normal',
},
Tag: {
Color: '0033b3',
},
AttributeName: {
Color: '174ad4',
},
Decimal: {
Color: '1750eb',
},
NoCode: {
Color: '000',
FontWeight: 'normal',
BackgroundColor: 'd6d6d6',
},
},
BackgroundStyle: {
BackgroundColor: 'fff',
},
LineNumberStyle: {
Color: '000',
BackgroundColor: 'fff',
},
};