From 4af6677faebd5ca420e785ac83105dfdd18c89e9 Mon Sep 17 00:00:00 2001 From: Luiz <141373109+luiz2f@users.noreply.github.com> Date: Sun, 22 Sep 2024 23:47:38 -0300 Subject: [PATCH] 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. --- themes/vscode/src/light.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vscode/src/light.ts b/themes/vscode/src/light.ts index d9d872053..2045c9a36 100644 --- a/themes/vscode/src/light.ts +++ b/themes/vscode/src/light.ts @@ -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',