easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
50 lines (49 loc) • 1.02 kB
JavaScript
export const Obsidian = {
DisplayName: 'Obsidian',
CodeStyles: {
Keyword: {
Color: '8cbbad',
FontWeight: 'bold',
},
Comment: {
Color: '818e96',
},
Plaintext: {
Color: 'e0e2e4',
},
Punctuation: {
Color: 'e0e2e4',
},
String: {
Color: 'ffffff',
},
Literal: {
Color: '8cbbad',
FontWeight: 'bold',
},
Type: {
Color: 'ffffff',
FontWeight: 'bold',
},
Tag: {
Color: '8cbbad',
FontWeight: 'bold',
},
AttributeName: {
Color: '8cbbad',
},
Decimal: {
Color: 'ffcd22',
},
NoCode: {
Color: '818e96',
},
},
BackgroundStyle: {
BackgroundColor: '282b2e',
},
LineNumberStyle: {
Color: 'e0e2e4',
BackgroundColor: '282b2e',
},
};