1
0
mirror of https://github.com/salexdv/bsl_console.git synced 2025-09-16 09:06:17 +02:00

Темная тема EDT

This commit is contained in:
salexdv
2024-03-06 19:00:03 +03:00
parent 1ff2c4cbbe
commit 8edf917846

View File

@@ -229,8 +229,9 @@ define([], function () {
'editorWidget.foreground': '#d4d4d4',
'editorWidget.border': '#d4d4d4',
'list.hoverBackground': '#2a2d2e',
'editor.lineHighlightBorder': '#282828',
'editorWidget.border': '#454545'
'editor.lineHighlightBorder': '#282828',
'editorWidget.border': '#454545',
'editorLineNumber.foreground': '#779189'
}
}
}