UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 832 B
import { ITheme } from './ITheme'; export const Base16AtelierSavanna: ITheme = { DisplayName: 'Base16 Atelier Savanna', CodeStyles: { Keyword: { Color: '867469', FontWeight: 'bold', }, Comment: { Color: '1c9aa0', }, Plaintext: { Color: '87928a', }, Punctuation: { Color: '87928a', }, 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: '526057', }, LineNumberStyle: { Color: '87928a', BackgroundColor: '526057', }, };