UNPKG

easy-code-formatter-styles

Version:

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

48 lines (46 loc) 773 B
import { ITheme } from './ITheme'; export const StackOverflowDark: ITheme = { DisplayName: 'StackOverflow Dark', CodeStyles: { Keyword: { Color: 'f08d49', }, Comment: { Color: 'f08d49', }, Plaintext: { Color: 'ffffff', }, Punctuation: { Color: 'ffffff', }, String: { Color: '76c490', }, Literal: { Color: 'b5bd68', }, Type: { Color: 'f08d49', }, Tag: { Color: 'f08d49', }, AttributeName: { Color: 'b5bd68', }, Decimal: { Color: 'f08d49', }, NoCode: { Color: 'de7176', }, }, BackgroundStyle: { BackgroundColor: '1c1b1b', }, LineNumberStyle: { Color: 'ffffff', BackgroundColor: '1c1b1b', }, };