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