easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 965 B
JavaScript
export const Base16Isotope = {
DisplayName: 'Base16 Isotope',
CodeStyles: {
Keyword: {
Color: '3300ff',
FontWeight: 'bold',
},
Comment: {
Color: '00ffff',
},
Plaintext: {
Color: 'd0d0d0',
},
Punctuation: {
Color: 'd0d0d0',
},
String: {
Color: '3300ff',
},
Literal: {
Color: '3300ff',
FontWeight: 'bold',
},
Type: {
Color: 'cc00ff',
},
Tag: {
Color: 'ff0000',
},
AttributeName: {
Color: 'cc00ff',
},
Decimal: {
Color: 'ff9900',
},
NoCode: {
Color: 'ff0000',
},
},
BackgroundStyle: {
BackgroundColor: '606060',
},
LineNumberStyle: {
Color: 'd0d0d0',
BackgroundColor: '606060',
},
};