UNPKG

easy-code-formatter-styles

Version:

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

48 lines (46 loc) 750 B
import { ITheme } from './ITheme'; export const Hybrid: ITheme = { DisplayName: 'Hybrid', CodeStyles: { Keyword: { Color: '8abeb7', }, Comment: { Color: 'de935f', }, Plaintext: { Color: 'c5c8c6', }, Punctuation: { Color: 'c5c8c6', }, String: { Color: 'b294bb', }, Literal: { Color: '8abeb7', }, Type: { Color: 'de935f', }, Tag: { Color: '81a2be', }, AttributeName: { Color: 'b294bb', }, Decimal: { Color: 'cc6666', }, NoCode: { Color: '8abeb7', }, }, BackgroundStyle: { BackgroundColor: '373b41', }, LineNumberStyle: { Color: 'c5c8c6', BackgroundColor: '373b41', }, };