Skip to content

Commit a6cb44d

Browse files
committed
pick a nice regular cursor color (black)
1 parent b6e094d commit a6cb44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/registries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class EnhancerRegistry {
3939
blockquote: 'rgb(89, 99, 110)',
4040
code: '#59636e',
4141
codeBg: '#f6f8fa',
42-
cursor: '#f95738',
42+
cursor: '#000000',
4343
em: 'rgb(126, 123, 255)',
4444
h1: headingColor,
4545
h2: headingColor,

0 commit comments

Comments
 (0)