Skip to content

Commit 4af6677

Browse files
authoredSep 23, 2024··
style(theme): Vscode Light - lineHighlight. (#686)
It is now the same as the original color #f0f0f0 due to the opacity, and now the selected text at the highlighted line is visible.
1 parent e26ca15 commit 4af6677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎themes/vscode/src/light.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const defaultSettingsVscodeLight: CreateThemeOptions['settings'] = {
1010
caret: '#000',
1111
selection: '#add6ff',
1212
selectionMatch: '#a8ac94',
13-
lineHighlight: '#f0f0f0',
13+
lineHighlight: '#99999926',
1414
gutterBackground: '#fff',
1515
gutterForeground: '#237893',
1616
gutterActiveForeground: '#0b216f',

0 commit comments

Comments
 (0)