UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 836 B
import { ITheme } from './ITheme'; export const Base16EquilibriumLight: ITheme = { DisplayName: 'Base16 Equilibrium Light', CodeStyles: { Keyword: { Color: 'c42775', FontWeight: 'bold', }, Comment: { Color: '007a72', }, Plaintext: { Color: '43474e', }, Punctuation: { Color: '43474e', }, String: { Color: 'c42775', }, Literal: { Color: 'c42775', FontWeight: 'bold', }, Type: { Color: '4e66b6', }, Tag: { Color: 'd02023', }, AttributeName: { Color: '4e66b6', }, Decimal: { Color: 'bf3e05', }, NoCode: { Color: 'd02023', }, }, BackgroundStyle: { BackgroundColor: 'd8d4cb', }, LineNumberStyle: { Color: '43474e', BackgroundColor: 'd8d4cb', }, };