diff --git a/themes/tokyo-night-storm/src/index.ts b/themes/tokyo-night-storm/src/index.ts index 4565789d9..a8a0f8e6d 100644 --- a/themes/tokyo-night-storm/src/index.ts +++ b/themes/tokyo-night-storm/src/index.ts @@ -6,11 +6,11 @@ export const defaultSettingsTokyoNightStorm: CreateThemeOptions['settings'] = { foreground: '#7982a9', caret: '#c0caf5', selection: '#6f7bb630', - selectionMatch: '#1f2335', + selectionMatch: '#343b5f', gutterBackground: '#24283b', gutterForeground: '#7982a9', gutterBorder: 'transparent', - lineHighlight: '#292e42', + lineHighlight: '#292e427a', }; export const tokyoNightStormInit = (options?: Partial) => { diff --git a/themes/tokyo-night/src/index.ts b/themes/tokyo-night/src/index.ts index 7417301e6..b2fb1c441 100644 --- a/themes/tokyo-night/src/index.ts +++ b/themes/tokyo-night/src/index.ts @@ -10,7 +10,7 @@ export const defaultSettingsTokyoNight: CreateThemeOptions['settings'] = { gutterBackground: '#1a1b26', gutterForeground: '#787c99', gutterBorder: 'transparent', - lineHighlight: '#1e202e', + lineHighlight: '#474b6611', }; export const tokyoNightInit = (options?: Partial) => { diff --git a/themes/tomorrow-night-blue/src/color.ts b/themes/tomorrow-night-blue/src/color.ts index 32fbc7f14..2b8cae17e 100644 --- a/themes/tomorrow-night-blue/src/color.ts +++ b/themes/tomorrow-night-blue/src/color.ts @@ -5,7 +5,7 @@ export const config = { selectionMatch: '#003f8e', cursor: '#ffffff', dropdownBackground: '#001733', - activeLine: '#00346e', + activeLine: '#00346e7a', matchingBracket: '#00346e', keyword: '#EBBBFF', storage: '#EBBBFF', diff --git a/themes/white/src/dark-color.ts b/themes/white/src/dark-color.ts index 222c14a95..3c308dad9 100644 --- a/themes/white/src/dark-color.ts +++ b/themes/white/src/dark-color.ts @@ -6,7 +6,7 @@ export const config = { cursor: '#7d46fc', dropdownBackground: '#0a0b0f', dropdownBorder: '#1e1d27', - activeLine: '#7d46fc14', + activeLine: '#00346eb0', matchingBracket: '#7d46fc7f', keyword: null, storage: null,