easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 984 B
JavaScript
export const Base16EquilibriumLight = {
DisplayName: 'Base16 Equilibrium Light',
CodeStyles: {
Keyword: {
Color: 'c42775',
FontWeight: 'bold',
},
Comment: {
Color: '007a72',
},
Plaintext: {
Color: '43474e',
},
Punctuation: {
Color: '43474e',
},
String: {
Color: 'c42775',
},
Literal: {
Color: 'c42775',
FontWeight: 'bold',
},
Type: {
Color: '4e66b6',
},
Tag: {
Color: 'd02023',
},
AttributeName: {
Color: '4e66b6',
},
Decimal: {
Color: 'bf3e05',
},
NoCode: {
Color: 'd02023',
},
},
BackgroundStyle: {
BackgroundColor: 'd8d4cb',
},
LineNumberStyle: {
Color: '43474e',
BackgroundColor: 'd8d4cb',
},
};