easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
50 lines (49 loc) • 1.03 kB
JavaScript
export const GradientDark = {
DisplayName: 'Gradient Dark',
CodeStyles: {
Keyword: {
Color: '17fc95',
FontWeight: 'bold',
},
Comment: {
Color: 'af8dd9',
FontStyle: 'italic',
},
Plaintext: {
Color: 'e7e4eb',
},
Punctuation: {
Color: 'e7e4eb',
},
String: {
Color: 'e7ff9f',
},
Literal: {
Color: 'ff9e44',
},
Type: {
Color: 'ffc800',
FontWeight: 'bold',
},
Tag: {
Color: 'ffc800',
FontWeight: 'bold',
},
AttributeName: {
Color: 'e7ff9f',
},
Decimal: {
Color: 'c5fe00',
},
NoCode: {
Color: 'ff9e44',
},
},
BackgroundStyle: {
BackgroundColor: '652487',
},
LineNumberStyle: {
Color: 'e7e4eb',
BackgroundColor: '652487',
},
};