UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 813 B
import { ITheme } from './ITheme'; export const Base16Decaf: ITheme = { DisplayName: 'Base16 Decaf', CodeStyles: { Keyword: { Color: 'ff93b3', FontWeight: 'bold', }, Comment: { Color: 'bed6ff', }, Plaintext: { Color: 'cccccc', }, Punctuation: { Color: 'cccccc', }, String: { Color: 'ff93b3', }, Literal: { Color: 'ff93b3', FontWeight: 'bold', }, Type: { Color: 'efb3f7', }, Tag: { Color: 'ff7f7b', }, AttributeName: { Color: 'efb3f7', }, Decimal: { Color: 'ffbf70', }, NoCode: { Color: 'ff7f7b', }, }, BackgroundStyle: { BackgroundColor: '515151', }, LineNumberStyle: { Color: 'cccccc', BackgroundColor: '515151', }, };