I don't see a way to specify the stats bottom toolbar theme overrides in https://github.com/panphora/overtype/blob/main/src/themes.js. Is this possible? I am using cave as a base with custom colors overrides.
theme: {
name: 'myapp',
colors: {
bgPrimary: '#1e2939',
bgSecondary: '#1e2939',
text: '#ffffff',
textPrimary: '#ffffff',
textSecondary: '#9fcfec',
h1: '#d4a5ff',
h2: '#f6ae2d',
h3: '#9fcfec',
strong: '#f6ae2d',
em: '#9fcfec',
del: '#f6ae2d',
link: '#9fcfec',
code: '#c5dde8',
codeBg: '#1a232b',
blockquote: '#9fcfec',
hr: '#c5dde8',
syntaxMarker: 'rgba(159, 207, 236, 0.73)',
syntax: '#7a8c98',
cursor: '#ffffff',
selection: 'rgba(51, 101, 138, 0.4)',
listMarker: '#f6ae2d',
rawLine: '#9fcfec',
border: '#2a3f52',
hoverBg: '#243546',
primary: '#9fcfec',
toolbarBg: '#364153',
toolbarIcon: '#d1d5dc',
toolbarHover: '#243546',
toolbarActive: '#243546',
placeholder: '#6a7a88'
}
},
I don't see a way to specify the stats bottom toolbar theme overrides in https://github.com/panphora/overtype/blob/main/src/themes.js. Is this possible? I am using cave as a base with custom colors overrides.