UNPKG

easy-code-formatter-styles

Version:

A package which contains the styling details for easy code formatter.

52 lines (50 loc) 847 B
import { ITheme } from './ITheme'; export const Monokai: ITheme = { DisplayName: 'Monokai', CodeStyles: { Keyword: { Color: 'a6e22e', FontWeight: 'bold', }, Comment: { Color: '75715e', }, Plaintext: { Color: 'ddd', }, Punctuation: { Color: 'ddd', }, String: { Color: 'a6e22e', }, Literal: { Color: '75715e', FontWeight: 'bold', }, Type: { Color: 'ffffff', FontWeight: 'bold', }, Tag: { Color: 'f92672', FontWeight: 'bold', }, AttributeName: { Color: 'a6e22e', }, Decimal: { Color: 'f92672', }, NoCode: { Color: '75715e', }, }, BackgroundStyle: { BackgroundColor: '272822', }, LineNumberStyle: { Color: 'ddd', BackgroundColor: '272822', }, };