easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 972 B
JavaScript
export const Base16GoogleDark = {
DisplayName: 'Base16 Google Dark',
CodeStyles: {
Keyword: {
Color: '3971ed',
FontWeight: 'bold',
},
Comment: {
Color: '3971ed',
},
Plaintext: {
Color: 'c5c8c6',
},
Punctuation: {
Color: 'c5c8c6',
},
String: {
Color: '3971ed',
},
Literal: {
Color: '3971ed',
FontWeight: 'bold',
},
Type: {
Color: 'a36ac7',
},
Tag: {
Color: 'cc342b',
},
AttributeName: {
Color: 'a36ac7',
},
Decimal: {
Color: 'f96a38',
},
NoCode: {
Color: 'cc342b',
},
},
BackgroundStyle: {
BackgroundColor: '373b41',
},
LineNumberStyle: {
Color: 'c5c8c6',
BackgroundColor: '373b41',
},
};