UNPKG

easy-code-formatter-styles

Version:

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

48 lines (46 loc) 764 B
import { ITheme } from './ITheme'; export const Androidstudio: ITheme = { DisplayName: 'Androidstudio', CodeStyles: { Keyword: { Color: 'cc7832', }, Comment: { Color: '808080', }, Plaintext: { Color: 'a9b7c6', }, Punctuation: { Color: 'a9b7c6', }, String: { Color: '6a8759', }, Literal: { Color: 'bbb529', }, Type: { Color: 'ffc66d', }, Tag: { Color: 'e8bf6a', }, AttributeName: { Color: '6a8759', }, Decimal: { Color: '6897bb', }, NoCode: { Color: 'cc7832', }, }, BackgroundStyle: { BackgroundColor: '282b2e', }, LineNumberStyle: { Color: 'a9b7c6', BackgroundColor: '282b2e', }, };