UNPKG

easy-code-formatter-styles

Version:

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

48 lines (46 loc) 774 B
import { ITheme } from './ITheme'; export const TomorrowNightBlue: ITheme = { DisplayName: 'Tomorrow Night Blue', CodeStyles: { Keyword: { Color: 'ebbbff', }, Comment: { Color: '7285b7', }, Plaintext: { Color: 'ffffff', }, Punctuation: { Color: 'ffffff', }, String: { Color: 'd1f1a9', }, Literal: { Color: 'd1f1a9', }, Type: { Color: 'bbdaff', }, Tag: { Color: 'ebbbff', }, AttributeName: { Color: 'ffeead', }, Decimal: { Color: 'ffc58f', }, NoCode: { Color: 'ff9da4', }, }, BackgroundStyle: { BackgroundColor: '002451', }, LineNumberStyle: { Color: 'ffffff', BackgroundColor: '002451', }, };