easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 968 B
JavaScript
export const Base16EdgeDark = {
DisplayName: 'Base16 Edge Dark',
CodeStyles: {
Keyword: {
Color: '5ebaa5',
FontWeight: 'bold',
},
Comment: {
Color: '5ebaa5',
},
Plaintext: {
Color: 'b7bec9',
},
Punctuation: {
Color: 'b7bec9',
},
String: {
Color: '5ebaa5',
},
Literal: {
Color: '5ebaa5',
FontWeight: 'bold',
},
Type: {
Color: 'd390e7',
},
Tag: {
Color: 'e77171',
},
AttributeName: {
Color: 'd390e7',
},
Decimal: {
Color: 'e77171',
},
NoCode: {
Color: 'e77171',
},
},
BackgroundStyle: {
BackgroundColor: 'b7bec9',
},
LineNumberStyle: {
Color: 'b7bec9',
BackgroundColor: 'b7bec9',
},
};