mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-04 14:51:26 -04:00
remove unwanted cm6 outline for strudelTheme
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user