We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a616fcf commit 5ca3fccCopy full SHA for 5ca3fcc
packages/common/src/themes/codesandbox-black.js
@@ -172,7 +172,7 @@ const colors = {
172
},
173
peekViewEditor: {
174
background: tokens.grays[600],
175
- matchHighlightBackground: tokens.blues[300],
+ matchHighlightBackground: tokens.blues[500] + '33', // 20% opacity
176
177
peekViewEditorGutter: {
178
background: null,
@@ -181,7 +181,7 @@ const colors = {
181
182
fileForeground: tokens.white,
183
lineForeground: tokens.white,
184
+ matchHighlightBackground: tokens.blues[500] + '33', // 20% opacity,
185
selectionBackground: tokens.grays[600],
186
selectionForeground: tokens.white,
187
0 commit comments