feat: add dark theme editor highlight color (#45450)

This commit is contained in:
Ahmad Abdolsaheb
2022-03-17 15:28:25 +03:00
committed by GitHub
parent 85677bfcab
commit 54fb32f007

View File

@ -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 },