UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 820 B
import { ITheme } from './ITheme'; export const Base16EdgeDark: ITheme = { DisplayName: 'Base16 Edge Dark', CodeStyles: { Keyword: { Color: '5ebaa5', FontWeight: 'bold', }, Comment: { Color: '5ebaa5', }, Plaintext: { Color: 'b7bec9', }, Punctuation: { Color: 'b7bec9', }, String: { Color: '5ebaa5', }, Literal: { Color: '5ebaa5', FontWeight: 'bold', }, Type: { Color: 'd390e7', }, Tag: { Color: 'e77171', }, AttributeName: { Color: 'd390e7', }, Decimal: { Color: 'e77171', }, NoCode: { Color: 'e77171', }, }, BackgroundStyle: { BackgroundColor: 'b7bec9', }, LineNumberStyle: { Color: 'b7bec9', BackgroundColor: 'b7bec9', }, };