remove 2 presets

main
Mike Fix 2 years ago
parent b6820b2d71
commit e5d973cded
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -1179,16 +1179,6 @@ export const DEFAULT_PRESETS = [
icon: '/static/presets/2.png', icon: '/static/presets/2.png',
id: 'preset:2', 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, ...DEFAULT_SETTINGS,
backgroundColor: 'rgba(222,171,99,1)', backgroundColor: 'rgba(222,171,99,1)',
@ -1196,14 +1186,4 @@ export const DEFAULT_PRESETS = [
icon: '/static/presets/5.png', icon: '/static/presets/5.png',
id: 'preset:5', 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',
},
] ]

Loading…
Cancel
Save