Skip to content

Commit

Permalink
Merge pull request #4626 from Tyriar/tyriar/light_cursor
Browse files Browse the repository at this point in the history
Fix demo light theme cursor colors
  • Loading branch information
Tyriar authored Aug 1, 2023
2 parents e8a925b + 1cfce3d commit 9cfc2c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,8 @@ function initOptions(term: TerminalType): void {
value = {
background: '#ffffff',
foreground: '#333333',
cursor: '#333333',
cursorAccent: '#ffffff',
selectionBackground: '#add6ff',
black: '#000000',
blue: '#0451a5',
Expand Down

0 comments on commit 9cfc2c8

Please sign in to comment.