Skip to content

Commit

Permalink
style(theme): Vscode Light - lineHighlight. (#686)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
luiz2f authored Sep 23, 2024
1 parent e26ca15 commit 4af6677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/vscode/src/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const defaultSettingsVscodeLight: CreateThemeOptions['settings'] = {
caret: '#000',
selection: '#add6ff',
selectionMatch: '#a8ac94',
lineHighlight: '#f0f0f0',
lineHighlight: '#99999926',
gutterBackground: '#fff',
gutterForeground: '#237893',
gutterActiveForeground: '#0b216f',
Expand Down

0 comments on commit 4af6677

Please sign in to comment.