UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 819 B
import { ITheme } from './ITheme'; export const Base16Twilight: ITheme = { DisplayName: 'Base16 Twilight', CodeStyles: { Keyword: { Color: '9b703f', FontWeight: 'bold', }, Comment: { Color: 'afc4db', }, Plaintext: { Color: 'a7a7a7', }, Punctuation: { Color: 'a7a7a7', }, String: { Color: '9b703f', }, Literal: { Color: '9b703f', FontWeight: 'bold', }, Type: { Color: '9b859d', }, Tag: { Color: 'cf6a4c', }, AttributeName: { Color: '9b859d', }, Decimal: { Color: 'cda869', }, NoCode: { Color: 'cf6a4c', }, }, BackgroundStyle: { BackgroundColor: '464b50', }, LineNumberStyle: { Color: 'a7a7a7', BackgroundColor: '464b50', }, };