diff --git a/themes/duotone/src/index.ts b/themes/duotone/src/index.ts index a3531f0df..0a72fe2ad 100644 --- a/themes/duotone/src/index.ts +++ b/themes/duotone/src/index.ts @@ -15,7 +15,7 @@ export const defaultSettingsDuotoneLight: CreateThemeOptions['settings'] = { gutterBackground: '#faf8f5', gutterForeground: '#cdc4b1', gutterBorder: 'transparent', - lineHighlight: '#EFEFEF', + lineHighlight: '#ddceb154', }; export const duotoneLightInit = (options?: Partial) => { @@ -45,7 +45,8 @@ export const defaultSettingsDuotoneDark: CreateThemeOptions['settings'] = { background: '#2a2734', foreground: '#6c6783', caret: '#ffad5c', - selection: 'rgba(255, 255, 255, 0.1)', + selection: '#91ff6c26', + selectionMatch: '#91ff6c26', gutterBackground: '#2a2734', gutterForeground: '#545167', lineHighlight: '#36334280', diff --git a/themes/eclipse/src/index.ts b/themes/eclipse/src/index.ts index 76a6ea2b8..30f2c07a7 100644 --- a/themes/eclipse/src/index.ts +++ b/themes/eclipse/src/index.ts @@ -9,7 +9,7 @@ export const defaultSettingsEclipse: CreateThemeOptions['settings'] = { selectionMatch: '#d7d4f0', gutterBackground: '#f7f7f7', gutterForeground: '#999', - lineHighlight: '#e8f2ff', + lineHighlight: '#006fff1c', gutterBorder: 'transparent', }; diff --git a/themes/gruvbox/src/index.ts b/themes/gruvbox/src/index.ts index 5ad1bc43b..42a4d8921 100644 --- a/themes/gruvbox/src/index.ts +++ b/themes/gruvbox/src/index.ts @@ -11,9 +11,9 @@ export const defaultSettingsGruvboxDark: CreateThemeOptions['settings'] = { background: '#282828', foreground: '#ebdbb2', caret: '#ebdbb2', - selection: '#bdae93', - selectionMatch: '#bdae93', - lineHighlight: '#3c3836', + selection: '#b99d555c', + selectionMatch: '#b99d555c', + lineHighlight: '#baa1602b', gutterBackground: '#282828', gutterForeground: '#7c6f64', }; @@ -130,9 +130,9 @@ export const defaultSettingsGruvboxLight: CreateThemeOptions['settings'] = { background: '#fbf1c7', foreground: '#3c3836', caret: '#af3a03', - selection: '#ebdbb2', - selectionMatch: '#bdae93', - lineHighlight: '#ebdbb2', + selection: '#bdae9391', + selectionMatch: '#bdae9391', + lineHighlight: '#a37f2238', gutterBackground: '#ebdbb2', gutterForeground: '#665c54', gutterBorder: 'transparent',