UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 828 B
import { ITheme } from './ITheme'; export const Base16AtelierHeath: ITheme = { DisplayName: 'Base16 Atelier Heath', CodeStyles: { Keyword: { Color: 'cc33cc', FontWeight: 'bold', }, Comment: { Color: '159393', }, Plaintext: { Color: 'ab9bab', }, Punctuation: { Color: 'ab9bab', }, String: { Color: 'cc33cc', }, Literal: { Color: 'cc33cc', FontWeight: 'bold', }, Type: { Color: '7b59c0', }, Tag: { Color: 'ca402b', }, AttributeName: { Color: '7b59c0', }, Decimal: { Color: 'a65926', }, NoCode: { Color: 'ca402b', }, }, BackgroundStyle: { BackgroundColor: '695d69', }, LineNumberStyle: { Color: 'ab9bab', BackgroundColor: '695d69', }, };