easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 969 B
JavaScript
export const Base16Macintosh = {
DisplayName: 'Base16 Macintosh',
CodeStyles: {
Keyword: {
Color: '90713a',
FontWeight: 'bold',
},
Comment: {
Color: '02abea',
},
Plaintext: {
Color: 'c0c0c0',
},
Punctuation: {
Color: 'c0c0c0',
},
String: {
Color: '90713a',
},
Literal: {
Color: '90713a',
FontWeight: 'bold',
},
Type: {
Color: '4700a5',
},
Tag: {
Color: 'dd0907',
},
AttributeName: {
Color: '4700a5',
},
Decimal: {
Color: 'ff6403',
},
NoCode: {
Color: 'dd0907',
},
},
BackgroundStyle: {
BackgroundColor: '404040',
},
LineNumberStyle: {
Color: 'c0c0c0',
BackgroundColor: '404040',
},
};