Skip to content

Commit

Permalink
fix: revert color of cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Apr 9, 2021
1 parent 46201c1 commit 3d12a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variations/lighter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const lighter: IColors = {
accent: '#80CBC4',
foreground: '#455A64',
background: '#FBFBFB',
cursor: '#FFCC00',
cursor: '#272727',
comments: '#90A4AE',
deprecated: '#FFC777A1',
diffAdded: '#9CCC65',
Expand Down

0 comments on commit 3d12a63

Please sign in to comment.