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 Base16Railscasts = {
DisplayName: 'Base16 Railscasts',
CodeStyles: {
Keyword: {
Color: 'bc9458',
FontWeight: 'bold',
},
Comment: {
Color: '519f50',
},
Plaintext: {
Color: 'e6e1dc',
},
Punctuation: {
Color: 'e6e1dc',
},
String: {
Color: 'bc9458',
},
Literal: {
Color: 'bc9458',
FontWeight: 'bold',
},
Type: {
Color: 'b6b3eb',
},
Tag: {
Color: 'da4939',
},
AttributeName: {
Color: 'b6b3eb',
},
Decimal: {
Color: 'cc7833',
},
NoCode: {
Color: 'da4939',
},
},
BackgroundStyle: {
BackgroundColor: '3a4055',
},
LineNumberStyle: {
Color: 'e6e1dc',
BackgroundColor: '3a4055',
},
};