UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 845 B
import { ITheme } from './ITheme'; export const Base16AtelierLakesideLight: ITheme = { DisplayName: 'Base16 Atelier Lakeside Light', CodeStyles: { Keyword: { Color: 'b72dd2', FontWeight: 'bold', }, Comment: { Color: '2d8f6f', }, Plaintext: { Color: '516d7b', }, Punctuation: { Color: '516d7b', }, String: { Color: 'b72dd2', }, Literal: { Color: 'b72dd2', FontWeight: 'bold', }, Type: { Color: '6b6bb8', }, Tag: { Color: 'd22d72', }, AttributeName: { Color: '6b6bb8', }, Decimal: { Color: '935c25', }, NoCode: { Color: 'd22d72', }, }, BackgroundStyle: { BackgroundColor: '7ea2b4', }, LineNumberStyle: { Color: '516d7b', BackgroundColor: '7ea2b4', }, };