From fd8b344ed0733a7e8c7c35209b2058caf439acfd Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 26 Nov 2023 17:12:54 +0800 Subject: [PATCH] style(theme): modify okaidia/quietlight/solarized selection color. (#609) --- themes/okaidia/src/index.ts | 2 +- themes/quietlight/src/color.ts | 2 +- themes/solarized/src/dark-color.ts | 2 +- themes/solarized/src/light-color.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/okaidia/src/index.ts b/themes/okaidia/src/index.ts index 03d185832..bce8e3276 100644 --- a/themes/okaidia/src/index.ts +++ b/themes/okaidia/src/index.ts @@ -9,7 +9,7 @@ export const defaultSettingsOkaidia: CreateThemeOptions['settings'] = { selectionMatch: '#49483E', gutterBackground: '#272822', gutterForeground: '#FFFFFF70', - lineHighlight: '#00000059', + lineHighlight: '#0000003b', }; export const okaidiaInit = (options?: Partial) => { diff --git a/themes/quietlight/src/color.ts b/themes/quietlight/src/color.ts index d8e530ef6..1d8cd5396 100644 --- a/themes/quietlight/src/color.ts +++ b/themes/quietlight/src/color.ts @@ -5,7 +5,7 @@ export const config = { selectionMatch: '#C9D0D9', cursor: '#54494B', dropdownBackground: '#F5F5F5', - activeLine: '#E4F6D4', + activeLine: '#79ff002b', matchingBracket: '#E4F6D4', keyword: '#4B69C6', storage: '#4B69C6', diff --git a/themes/solarized/src/dark-color.ts b/themes/solarized/src/dark-color.ts index 660f5465a..b3d9a5614 100644 --- a/themes/solarized/src/dark-color.ts +++ b/themes/solarized/src/dark-color.ts @@ -6,7 +6,7 @@ export const config = { cursor: '#D30102', dropdownBackground: '#00212B', dropdownBorder: '#2AA19899', - activeLine: '#073642', + activeLine: '#00cafe11', matchingBracket: '#073642', keyword: '#859900', storage: '#93A1A1', diff --git a/themes/solarized/src/light-color.ts b/themes/solarized/src/light-color.ts index 8ddae22d4..a8f5335c0 100644 --- a/themes/solarized/src/light-color.ts +++ b/themes/solarized/src/light-color.ts @@ -6,7 +6,7 @@ export const config = { cursor: '#657B83', dropdownBackground: '#EEE8D5', dropdownBorder: '#D3AF86', - activeLine: '#EEE8D5', + activeLine: '#3d392d11', matchingBracket: '#EEE8D5', keyword: '#859900', storage: '#586E75',