easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 971 B
JavaScript
export const Base16Apprentice = {
DisplayName: 'Base16 Apprentice',
CodeStyles: {
Keyword: {
Color: '5f87af',
FontWeight: 'bold',
},
Comment: {
Color: '5f875f',
},
Plaintext: {
Color: 'bcbcbc',
},
Punctuation: {
Color: 'bcbcbc',
},
String: {
Color: '5f87af',
},
Literal: {
Color: '5f87af',
FontWeight: 'bold',
},
Type: {
Color: '87afd7',
},
Tag: {
Color: '5f8787',
},
AttributeName: {
Color: '87afd7',
},
Decimal: {
Color: 'ff8700',
},
NoCode: {
Color: '5f8787',
},
},
BackgroundStyle: {
BackgroundColor: '333333',
},
LineNumberStyle: {
Color: 'bcbcbc',
BackgroundColor: '333333',
},
};