easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
56 lines (55 loc) • 1.18 kB
JavaScript
export const NnfxDark = {
DisplayName: 'Nnfx Dark',
CodeStyles: {
Keyword: {
Color: 'a7a',
FontWeight: 'bold',
},
Comment: {
Color: '9c6',
FontStyle: 'italic',
},
Plaintext: {
Color: 'fff',
},
Punctuation: {
Color: 'fff',
},
String: {
FontWeight: 'normal',
Color: 'd40',
BackgroundColor: '797',
},
Literal: {
Color: '69f',
FontWeight: 'bold',
FontStyle: 'italic',
},
Type: {
Color: '69f',
FontWeight: 'bold',
},
Tag: {
Color: '69f',
FontWeight: 'bold',
},
AttributeName: {
FontWeight: 'bold',
Color: 'fff',
},
Decimal: {
Color: 'bce',
},
NoCode: {
Color: 'fff',
BackgroundColor: 'c99',
},
},
BackgroundStyle: {
BackgroundColor: '333',
},
LineNumberStyle: {
Color: 'fff',
BackgroundColor: '333',
},
};