Skip to content

Commit b3b5d86

Browse files
authored
1.0-worthy color pass (#86 closes #52)
2 parents 5b569e6 + 9f12a96 commit b3b5d86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/overtype

src/lib/registries.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ 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,
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)