feat: add dark theme editor highlight color (#45450)
This commit is contained in:
@ -164,7 +164,8 @@ const defineMonacoThemes = (
|
||||
base: 'vs-dark',
|
||||
inherit: true,
|
||||
colors: {
|
||||
'editor.background': '#2a2a40'
|
||||
'editor.background': '#2a2a40',
|
||||
'editor.lineHighlightBorder': '#0e4470'
|
||||
},
|
||||
rules: [
|
||||
{ token: 'delimiter.js', foreground: lightBlueColor },
|
||||
|
Reference in New Issue
Block a user