Skip to content

Commit 5ca3fcc

Browse files
authored
change blue highlights to match editor (#3688)
1 parent a616fcf commit 5ca3fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/common/src/themes/codesandbox-black.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const colors = {
172172
},
173173
peekViewEditor: {
174174
background: tokens.grays[600],
175-
matchHighlightBackground: tokens.blues[300],
175+
matchHighlightBackground: tokens.blues[500] + '33', // 20% opacity
176176
},
177177
peekViewEditorGutter: {
178178
background: null,
@@ -181,7 +181,7 @@ const colors = {
181181
background: tokens.grays[600],
182182
fileForeground: tokens.white,
183183
lineForeground: tokens.white,
184-
matchHighlightBackground: tokens.blues[300],
184+
matchHighlightBackground: tokens.blues[500] + '33', // 20% opacity,
185185
selectionBackground: tokens.grays[600],
186186
selectionForeground: tokens.white,
187187
},

0 commit comments

Comments
 (0)