UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 817 B
import { ITheme } from './ITheme'; export const Base16Darcula: ITheme = { DisplayName: 'Base16 Darcula', CodeStyles: { Keyword: { Color: '808080', FontWeight: 'bold', }, Comment: { Color: '629755', }, Plaintext: { Color: 'a9b7c6', }, Punctuation: { Color: 'a9b7c6', }, String: { Color: '808080', }, Literal: { Color: '808080', FontWeight: 'bold', }, Type: { Color: 'cc7832', }, Tag: { Color: '4eade5', }, AttributeName: { Color: 'cc7832', }, Decimal: { Color: '689757', }, NoCode: { Color: '4eade5', }, }, BackgroundStyle: { BackgroundColor: '323232', }, LineNumberStyle: { Color: 'a9b7c6', BackgroundColor: '323232', }, };