UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 826 B
import { ITheme } from './ITheme'; export const Base16GreenScreen: ITheme = { DisplayName: 'Base16 Green Screen', CodeStyles: { Keyword: { Color: '005500', FontWeight: 'bold', }, Comment: { Color: '005500', }, Plaintext: { Color: '00bb00', }, Punctuation: { Color: '00bb00', }, String: { Color: '005500', }, Literal: { Color: '005500', FontWeight: 'bold', }, Type: { Color: '00bb00', }, Tag: { Color: '007700', }, AttributeName: { Color: '00bb00', }, Decimal: { Color: '009900', }, NoCode: { Color: '007700', }, }, BackgroundStyle: { BackgroundColor: '005500', }, LineNumberStyle: { Color: '00bb00', BackgroundColor: '005500', }, };