easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (47 loc) • 967 B
JavaScript
export const Base16Twilight = {
DisplayName: 'Base16 Twilight',
CodeStyles: {
Keyword: {
Color: '9b703f',
FontWeight: 'bold',
},
Comment: {
Color: 'afc4db',
},
Plaintext: {
Color: 'a7a7a7',
},
Punctuation: {
Color: 'a7a7a7',
},
String: {
Color: '9b703f',
},
Literal: {
Color: '9b703f',
FontWeight: 'bold',
},
Type: {
Color: '9b859d',
},
Tag: {
Color: 'cf6a4c',
},
AttributeName: {
Color: '9b859d',
},
Decimal: {
Color: 'cda869',
},
NoCode: {
Color: 'cf6a4c',
},
},
BackgroundStyle: {
BackgroundColor: '464b50',
},
LineNumberStyle: {
Color: 'a7a7a7',
BackgroundColor: '464b50',
},
};