easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
46 lines (45 loc) • 909 B
JavaScript
export const StackOverflowDark = {
DisplayName: 'StackOverflow Dark',
CodeStyles: {
Keyword: {
Color: 'f08d49',
},
Comment: {
Color: 'f08d49',
},
Plaintext: {
Color: 'ffffff',
},
Punctuation: {
Color: 'ffffff',
},
String: {
Color: '76c490',
},
Literal: {
Color: 'b5bd68',
},
Type: {
Color: 'f08d49',
},
Tag: {
Color: 'f08d49',
},
AttributeName: {
Color: 'b5bd68',
},
Decimal: {
Color: 'f08d49',
},
NoCode: {
Color: 'de7176',
},
},
BackgroundStyle: {
BackgroundColor: '1c1b1b',
},
LineNumberStyle: {
Color: 'ffffff',
BackgroundColor: '1c1b1b',
},
};