easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 975 B
JavaScript
export const Base16Shapeshifter = {
DisplayName: 'Base16 Shapeshifter',
CodeStyles: {
Keyword: {
Color: '69542d',
FontWeight: 'bold',
},
Comment: {
Color: '23edda',
},
Plaintext: {
Color: '102015',
},
Punctuation: {
Color: '102015',
},
String: {
Color: '69542d',
},
Literal: {
Color: '69542d',
FontWeight: 'bold',
},
Type: {
Color: 'f996e2',
},
Tag: {
Color: 'e92f2f',
},
AttributeName: {
Color: 'f996e2',
},
Decimal: {
Color: 'e09448',
},
NoCode: {
Color: 'e92f2f',
},
},
BackgroundStyle: {
BackgroundColor: 'ababab',
},
LineNumberStyle: {
Color: '102015',
BackgroundColor: 'ababab',
},
};