Skip to content

Commit

Permalink
fix: use foreground color for cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
codipodi committed Mar 16, 2021
1 parent 9628e30 commit aabbd31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export function decorateConfig(
foregroundColor,
borderColor,
colors,
cursorColor: foregroundColor,
cursorAccentColor: foregroundColor,
css: (config.css || "") + styles,
})
}
Expand Down

0 comments on commit aabbd31

Please sign in to comment.