easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
48 lines (46 loc) • 750 B
text/typescript
import { ITheme } from './ITheme';
export const Lioshi: ITheme = {
DisplayName: 'Lioshi',
CodeStyles: {
Keyword: {
Color: 'be94bb',
},
Comment: {
Color: 'b3c7d8',
},
Plaintext: {
Color: 'c5c8c6',
},
Punctuation: {
Color: 'c5c8c6',
},
String: {
Color: 'dbc4d9',
},
Literal: {
Color: '81a2be',
},
Type: {
Color: '81a2be',
},
Tag: {
Color: 'be94bb',
},
AttributeName: {
Color: 'f0c674',
},
Decimal: {
Color: 'de935f',
},
NoCode: {
Color: 'de935f',
},
},
BackgroundStyle: {
BackgroundColor: '303030',
},
LineNumberStyle: {
Color: 'c5c8c6',
BackgroundColor: '303030',
},
};