easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
55 lines (54 loc) • 1.14 kB
JavaScript
export const AtelierCaveDark = {
/** Display name */
DisplayName: 'Atelier Cave Dark',
/** Code styles */
CodeStyles: {
Keyword: {
Color: '955ae7',
},
Comment: {
Color: '7e7887',
},
Plaintext: {
Color: '333333',
},
Punctuation: {
Color: '333333',
},
String: {
Color: '2a9292',
},
Literal: {
Color: 'c07156',
},
Type: {
Color: 'aa573c',
},
Tag: {
Color: 'be4678',
},
AttributeName: {
Color: '759731',
FontWeight: 'bold',
},
AttributeValue: {
Color: 'be4678',
},
Decimal: {
Color: 'aa573c',
},
NoCode: {
Color: '576ddb',
BackgroundColor: 'none',
},
},
// Background color
BackgroundStyle: {
BackgroundColor: '19171c',
},
// Line number background colors
LineNumberStyle: {
Color: 'aeb0b3',
Background: 'none',
},
};