Merge pull request #4626 from Tyriar/tyriar/light_cursor

Fix demo light theme cursor colors
This commit is contained in:
Daniel Imms
2023-08-01 08:08:29 -07:00
committed by GitHub
+2
View File
@@ -541,6 +541,8 @@ function initOptions(term: TerminalType): void {
value = {
background: '#ffffff',
foreground: '#333333',
cursor: '#333333',
cursorAccent: '#ffffff',
selectionBackground: '#add6ff',
black: '#000000',
blue: '#0451a5',