fix(shell): rename selection property in terminal options

This commit is contained in:
Haileyesus
2026-02-24 14:20:36 +03:00
parent 4dbe4fa1b2
commit 551d7c7fd0

View File

@@ -23,7 +23,7 @@ export const TERMINAL_OPTIONS: ITerminalOptions = {
foreground: '#d4d4d4', foreground: '#d4d4d4',
cursor: '#ffffff', cursor: '#ffffff',
cursorAccent: '#1e1e1e', cursorAccent: '#1e1e1e',
selection: '#264f78', selectionBackground: '#264f78',
selectionForeground: '#ffffff', selectionForeground: '#ffffff',
black: '#000000', black: '#000000',
red: '#cd3131', red: '#cd3131',
@@ -59,5 +59,5 @@ export const TERMINAL_OPTIONS: ITerminalOptions = {
'#00ffff', '#00ffff',
'#ffffff', '#ffffff',
], ],
} as any, },
}; };