UNPKG

easy-code-formatter-styles

Version:

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

48 lines (46 loc) 761 B
import { ITheme } from './ITheme'; export const ParaisoDark: ITheme = { DisplayName: 'Paraiso Dark', CodeStyles: { Keyword: { Color: '815ba4', }, Comment: { Color: '8d8687', }, Plaintext: { Color: 'a39e9b', }, Punctuation: { Color: 'a39e9b', }, String: { Color: '48b685', }, Literal: { Color: '48b685', }, Type: { Color: 'fec418', }, Tag: { Color: '815ba4', }, AttributeName: { Color: 'fec418', }, Decimal: { Color: 'f99b15', }, NoCode: { Color: 'f99b15', }, }, BackgroundStyle: { BackgroundColor: '2f1e2e', }, LineNumberStyle: { Color: 'a39e9b', BackgroundColor: '2f1e2e', }, };