easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 959 B
JavaScript
export const Base163024 = {
DisplayName: 'Base16 3024',
CodeStyles: {
Keyword: {
Color: 'cdab53',
FontWeight: 'bold',
},
Comment: {
Color: 'b5e4f4',
},
Plaintext: {
Color: 'a5a2a2',
},
Punctuation: {
Color: 'a5a2a2',
},
String: {
Color: 'cdab53',
},
Literal: {
Color: 'cdab53',
FontWeight: 'bold',
},
Type: {
Color: 'a16a94',
},
Tag: {
Color: 'db2d20',
},
AttributeName: {
Color: 'a16a94',
},
Decimal: {
Color: 'e8bbd0',
},
NoCode: {
Color: 'db2d20',
},
},
BackgroundStyle: {
BackgroundColor: '4a4543',
},
LineNumberStyle: {
Color: 'a5a2a2',
BackgroundColor: '4a4543',
},
};