easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
49 lines (48 loc) • 943 B
JavaScript
export const Far = {
DisplayName: 'Far',
CodeStyles: {
Keyword: {
Color: '888',
FontWeight: 'bold',
},
Comment: {
Color: '888',
},
Plaintext: {
Color: '0ff',
},
Punctuation: {
Color: '0ff',
},
String: {
Color: 'ff0',
},
Literal: {
Color: '008080',
},
Type: {
Color: 'fff',
FontWeight: 'bold',
},
Tag: {
Color: 'fff',
FontWeight: 'bold',
},
AttributeName: {
Color: 'ff0',
},
Decimal: {
Color: '0f0',
},
NoCode: {
Color: '888',
},
},
BackgroundStyle: {
BackgroundColor: '000080',
},
LineNumberStyle: {
Color: '0ff',
BackgroundColor: '000080',
},
};