easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
50 lines (48 loc) • 830 B
text/typescript
import { ITheme } from './ITheme';
export const Base16AtelierForest: ITheme = {
DisplayName: 'Base16 Atelier Forest',
CodeStyles: {
Keyword: {
Color: 'c33ff3',
FontWeight: 'bold',
},
Comment: {
Color: '3d97b8',
},
Plaintext: {
Color: 'a8a19f',
},
Punctuation: {
Color: 'a8a19f',
},
String: {
Color: 'c33ff3',
},
Literal: {
Color: 'c33ff3',
FontWeight: 'bold',
},
Type: {
Color: '6666ea',
},
Tag: {
Color: 'f22c40',
},
AttributeName: {
Color: '6666ea',
},
Decimal: {
Color: 'df5320',
},
NoCode: {
Color: 'f22c40',
},
},
BackgroundStyle: {
BackgroundColor: '68615e',
},
LineNumberStyle: {
Color: 'a8a19f',
BackgroundColor: '68615e',
},
};