easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
50 lines (48 loc) • 832 B
text/typescript
import { ITheme } from './ITheme';
export const Base16AtelierEstuary: ITheme = {
DisplayName: 'Base16 Atelier Estuary',
CodeStyles: {
Keyword: {
Color: '9d6c7c',
FontWeight: 'bold',
},
Comment: {
Color: '5b9d48',
},
Plaintext: {
Color: '929181',
},
Punctuation: {
Color: '929181',
},
String: {
Color: '9d6c7c',
},
Literal: {
Color: '9d6c7c',
FontWeight: 'bold',
},
Type: {
Color: '5f9182',
},
Tag: {
Color: 'ba6236',
},
AttributeName: {
Color: '5f9182',
},
Decimal: {
Color: 'ae7313',
},
NoCode: {
Color: 'ba6236',
},
},
BackgroundStyle: {
BackgroundColor: '5f5e4e',
},
LineNumberStyle: {
Color: '929181',
BackgroundColor: '5f5e4e',
},
};