mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #4626 from Tyriar/tyriar/light_cursor
Fix demo light theme cursor colors
This commit is contained in:
@@ -541,6 +541,8 @@ function initOptions(term: TerminalType): void {
|
||||
value = {
|
||||
background: '#ffffff',
|
||||
foreground: '#333333',
|
||||
cursor: '#333333',
|
||||
cursorAccent: '#ffffff',
|
||||
selectionBackground: '#add6ff',
|
||||
black: '#000000',
|
||||
blue: '#0451a5',
|
||||
|
||||
Reference in New Issue
Block a user