UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 823 B
import { ITheme } from './ITheme'; export const Base16Railscasts: ITheme = { DisplayName: 'Base16 Railscasts', CodeStyles: { Keyword: { Color: 'bc9458', FontWeight: 'bold', }, Comment: { Color: '519f50', }, Plaintext: { Color: 'e6e1dc', }, Punctuation: { Color: 'e6e1dc', }, String: { Color: 'bc9458', }, Literal: { Color: 'bc9458', FontWeight: 'bold', }, Type: { Color: 'b6b3eb', }, Tag: { Color: 'da4939', }, AttributeName: { Color: 'b6b3eb', }, Decimal: { Color: 'cc7833', }, NoCode: { Color: 'da4939', }, }, BackgroundStyle: { BackgroundColor: '3a4055', }, LineNumberStyle: { Color: 'e6e1dc', BackgroundColor: '3a4055', }, };