easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
47 lines (46 loc) • 952 B
JavaScript
export const AtomOneDarkReasonable = {
DisplayName: 'Atom One Dark Reasonable',
CodeStyles: {
Keyword: {
Color: 'c678dd',
},
Comment: {
Color: 'b18eb1',
FontStyle: 'italic',
},
Plaintext: {
Color: 'abb2bf',
},
Punctuation: {
Color: 'f92672',
},
String: {
Color: '61aeee',
},
Literal: {
Color: '61aeee',
},
Type: {
Color: '61aeee',
},
Tag: {
Color: 'e06c75',
},
AttributeName: {
Color: 'd19a66',
},
Decimal: {
Color: 'd19a66',
},
NoCode: {
Color: 'e06c75',
},
},
BackgroundStyle: {
BackgroundColor: '282c34',
},
LineNumberStyle: {
Color: 'abb2bf',
BackgroundColor: '282c34',
},
};