|
|
|
@ -1179,16 +1179,6 @@ export const DEFAULT_PRESETS = [
|
|
|
|
|
icon: '/static/presets/2.png',
|
|
|
|
|
id: 'preset:2',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
...DEFAULT_SETTINGS,
|
|
|
|
|
backgroundColor: 'rgba(249,237,212,1)',
|
|
|
|
|
theme: 'twilight',
|
|
|
|
|
fontFamily: 'IBM Plex Mono',
|
|
|
|
|
lineHeight: '143%',
|
|
|
|
|
icon: '/static/presets/3.png',
|
|
|
|
|
id: 'preset:3',
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
...DEFAULT_SETTINGS,
|
|
|
|
|
backgroundColor: 'rgba(222,171,99,1)',
|
|
|
|
@ -1196,14 +1186,4 @@ export const DEFAULT_PRESETS = [
|
|
|
|
|
icon: '/static/presets/5.png',
|
|
|
|
|
id: 'preset:5',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
...DEFAULT_SETTINGS,
|
|
|
|
|
backgroundColor: 'rgba(187,187,187,1)',
|
|
|
|
|
dropShadowOffsetY: '3px',
|
|
|
|
|
dropShadowBlurRadius: '13px',
|
|
|
|
|
theme: 'solarized light',
|
|
|
|
|
windowTheme: 'sharp',
|
|
|
|
|
icon: '/static/presets/6.png',
|
|
|
|
|
id: 'preset:6',
|
|
|
|
|
},
|
|
|
|
|
]
|
|
|
|
|