Skip to content

Commit b6e094d

Browse files
committed
pick a nice regular selection color (blue)
1 parent abbd4cb commit b6e094d

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
@@ -46,7 +46,7 @@ export class EnhancerRegistry {
4646
h3: headingColor,
4747
hr: '#5a7a9b',
4848
link: 'rgb(9, 105, 218)',
49-
selection: 'rgba(244, 211, 94, 0.4)',
49+
selection: 'rgba(0, 123, 255, 0.3)',
5050
strong: 'rgb(45, 1, 142)',
5151
syntaxMarker: textColor,
5252
text: textColor,

0 commit comments

Comments
 (0)