easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 965 B
JavaScript
export const Base16OneDark = {
DisplayName: 'Base16 OneDark',
CodeStyles: {
Keyword: {
Color: 'be5046',
FontWeight: 'bold',
},
Comment: {
Color: '56b6c2',
},
Plaintext: {
Color: 'abb2bf',
},
Punctuation: {
Color: 'abb2bf',
},
String: {
Color: 'be5046',
},
Literal: {
Color: 'be5046',
FontWeight: 'bold',
},
Type: {
Color: 'c678dd',
},
Tag: {
Color: 'e06c75',
},
AttributeName: {
Color: 'c678dd',
},
Decimal: {
Color: 'd19a66',
},
NoCode: {
Color: 'e06c75',
},
},
BackgroundStyle: {
BackgroundColor: '3e4451',
},
LineNumberStyle: {
Color: 'abb2bf',
BackgroundColor: '3e4451',
},
};