easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
50 lines (48 loc) • 843 B
text/typescript
import { ITheme } from './ITheme';
export const Base16AtelierSavannaLight: ITheme = {
DisplayName: 'Base16 Atelier Savanna Light',
CodeStyles: {
Keyword: {
Color: '867469',
FontWeight: 'bold',
},
Comment: {
Color: '1c9aa0',
},
Plaintext: {
Color: '526057',
},
Punctuation: {
Color: '526057',
},
String: {
Color: '867469',
},
Literal: {
Color: '867469',
FontWeight: 'bold',
},
Type: {
Color: '55859b',
},
Tag: {
Color: 'b16139',
},
AttributeName: {
Color: '55859b',
},
Decimal: {
Color: '9f713c',
},
NoCode: {
Color: 'b16139',
},
},
BackgroundStyle: {
BackgroundColor: '87928a',
},
LineNumberStyle: {
Color: '526057',
BackgroundColor: '87928a',
},
};