mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
remove unwanted cm6 outline for strudelTheme
This commit is contained in:
parent
d25851ac17
commit
ff0af15ac7
@ -13,6 +13,7 @@ export default createTheme({
|
||||
gutterBackground: 'transparent',
|
||||
// gutterForeground: '#8a919966',
|
||||
gutterForeground: '#8a919966',
|
||||
customStyle: '.cm-focused { outline: none !important }',
|
||||
},
|
||||
styles: [
|
||||
{ tag: t.keyword, color: '#c792ea' },
|
||||
|
||||
@ -93,6 +93,7 @@ export const settings = {
|
||||
gutterBackground: 'transparent',
|
||||
// gutterForeground: '#8a919966',
|
||||
gutterForeground: '#8a919966',
|
||||
customStyle: '.cm-focused { outline: none !important }',
|
||||
},
|
||||
bluescreen: bluescreenSettings,
|
||||
blackscreen: blackscreenSettings,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user