easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
47 lines (46 loc) • 930 B
JavaScript
export const ArduinoLight = {
DisplayName: 'ArduinoLight',
CodeStyles: {
Keyword: {
Color: '728e00',
},
Comment: {
Color: '95a5a6',
},
Plaintext: {
Color: '434f54',
},
Punctuation: {
Color: '434f54',
},
String: {
Color: '005c5f',
},
Literal: {
Color: '434f54',
},
Type: {
Color: '880000',
FontWeight: 'bold',
},
Tag: {
Color: '00979d',
},
AttributeName: {
Color: '00979d',
},
Decimal: {
Color: '8a7b52',
},
NoCode: {
Color: '005c5f',
},
},
BackgroundStyle: {
BackgroundColor: 'ffffff',
},
LineNumberStyle: {
Color: '434f54',
BackgroundColor: 'ffffff',
},
};