UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 833 B
import { ITheme } from './ITheme'; export const Base16BrushTreesDark: ITheme = { DisplayName: 'Base16 Brush Trees Dark', CodeStyles: { Keyword: { Color: 'b39f9f', FontWeight: 'bold', }, Comment: { Color: '86b3b3', }, Plaintext: { Color: 'b0c5c8', }, Punctuation: { Color: 'b0c5c8', }, String: { Color: 'b39f9f', }, Literal: { Color: 'b39f9f', FontWeight: 'bold', }, Type: { Color: 'b386b2', }, Tag: { Color: 'b38686', }, AttributeName: { Color: 'b386b2', }, Decimal: { Color: 'd8bba2', }, NoCode: { Color: 'b38686', }, }, BackgroundStyle: { BackgroundColor: '6d828e', }, LineNumberStyle: { Color: 'b0c5c8', BackgroundColor: '6d828e', }, };