UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 967 B
export const Base16Eighties = { DisplayName: 'Base16 Eighties', CodeStyles: { Keyword: { Color: 'd27b53', FontWeight: 'bold', }, Comment: { Color: '66cccc', }, Plaintext: { Color: 'd3d0c8', }, Punctuation: { Color: 'd3d0c8', }, String: { Color: 'd27b53', }, Literal: { Color: 'd27b53', FontWeight: 'bold', }, Type: { Color: 'cc99cc', }, Tag: { Color: 'f2777a', }, AttributeName: { Color: 'cc99cc', }, Decimal: { Color: 'f99157', }, NoCode: { Color: 'f2777a', }, }, BackgroundStyle: { BackgroundColor: '515151', }, LineNumberStyle: { Color: 'd3d0c8', BackgroundColor: '515151', }, };