UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 824 B
import { ITheme } from './ITheme'; export const Base16LondonTube: ITheme = { DisplayName: 'Base16 London Tube', CodeStyles: { Keyword: { Color: 'b06110', FontWeight: 'bold', }, Comment: { Color: '85cebc', }, Plaintext: { Color: 'd9d8d8', }, Punctuation: { Color: 'd9d8d8', }, String: { Color: 'b06110', }, Literal: { Color: 'b06110', FontWeight: 'bold', }, Type: { Color: '98005d', }, Tag: { Color: 'ee2e24', }, AttributeName: { Color: '98005d', }, Decimal: { Color: 'f386a1', }, NoCode: { Color: 'ee2e24', }, }, BackgroundStyle: { BackgroundColor: '5a5758', }, LineNumberStyle: { Color: 'd9d8d8', BackgroundColor: '5a5758', }, };