UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 828 B
import { ITheme } from './ITheme'; export const Base16HumanoidDark: ITheme = { DisplayName: 'Base16 Humanoid Dark', CodeStyles: { Keyword: { Color: 'b27701', FontWeight: 'bold', }, Comment: { Color: '0dd9d6', }, Plaintext: { Color: 'f8f8f2', }, Punctuation: { Color: 'f8f8f2', }, String: { Color: 'b27701', }, Literal: { Color: 'b27701', FontWeight: 'bold', }, Type: { Color: 'f15ee3', }, Tag: { Color: 'f11235', }, AttributeName: { Color: 'f15ee3', }, Decimal: { Color: 'ff9505', }, NoCode: { Color: 'f11235', }, }, BackgroundStyle: { BackgroundColor: '484e54', }, LineNumberStyle: { Color: 'f8f8f2', BackgroundColor: '484e54', }, };