easy-code-formatter-styles
Version:
A package which contains the styling details for easy code formatter.
50 lines (48 loc) • 834 B
text/typescript
import { ITheme } from './ITheme';
export const Base16AtelierLakeside: ITheme = {
DisplayName: 'Base16 Atelier Lakeside',
CodeStyles: {
Keyword: {
Color: 'b72dd2',
FontWeight: 'bold',
},
Comment: {
Color: '2d8f6f',
},
Plaintext: {
Color: '7ea2b4',
},
Punctuation: {
Color: '7ea2b4',
},
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: '516d7b',
},
LineNumberStyle: {
Color: '7ea2b4',
BackgroundColor: '516d7b',
},
};