easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (46 loc) • 750 B
text/typescript
import { ITheme } from './ITheme';
export const Srcery: ITheme = {
DisplayName: 'Srcery',
CodeStyles: {
Keyword: {
Color: '2c78bf',
},
Comment: {
Color: '918175',
},
Plaintext: {
Color: 'fce8c3',
},
Punctuation: {
Color: 'fce8c3',
},
String: {
Color: '98bc37',
},
Literal: {
Color: '918175',
},
Type: {
Color: 'ff5c8f',
},
Tag: {
Color: '2c78bf',
},
AttributeName: {
Color: 'fbb829',
},
Decimal: {
Color: '918175',
},
NoCode: {
Color: 'ef2f27',
},
},
BackgroundStyle: {
BackgroundColor: '1c1b19',
},
LineNumberStyle: {
Color: 'fce8c3',
BackgroundColor: '1c1b19',
},
};