diff --git a/packages/overtype b/packages/overtype index 35cb823..80a81e7 160000 --- a/packages/overtype +++ b/packages/overtype @@ -1 +1 @@ -Subproject commit 35cb82382c6f2d4352e4608f3e437ff5c3bcd032 +Subproject commit 80a81e7ba1fcb1122190957926066adda5ed36f5 diff --git a/src/lib/registries.ts b/src/lib/registries.ts index eb12d96..8a81c85 100644 --- a/src/lib/registries.ts +++ b/src/lib/registries.ts @@ -39,14 +39,14 @@ export class EnhancerRegistry { blockquote: 'rgb(89, 99, 110)', code: '#59636e', codeBg: '#f6f8fa', - cursor: '#f95738', + cursor: '#000000', em: 'rgb(126, 123, 255)', h1: headingColor, h2: headingColor, h3: headingColor, hr: '#5a7a9b', link: 'rgb(9, 105, 218)', - selection: 'rgba(244, 211, 94, 0.4)', + selection: 'rgba(0, 123, 255, 0.3)', strong: 'rgb(45, 1, 142)', syntaxMarker: textColor, text: textColor,