From 62d9763b1da956f3b8b25039df1489c07f4c928b Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 26 Nov 2023 09:59:50 +0800 Subject: [PATCH] style(theme): modify xcode selection color. (#609) --- themes/xcode/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/xcode/src/index.ts b/themes/xcode/src/index.ts index cd3c2423c..42c234d3d 100644 --- a/themes/xcode/src/index.ts +++ b/themes/xcode/src/index.ts @@ -11,7 +11,7 @@ export const defaultSettingsXcodeLight: CreateThemeOptions['settings'] = { selectionMatch: '#BBDFFF', gutterBackground: '#fff', gutterForeground: '#AFAFAF', - lineHighlight: '#EDF4FF', + lineHighlight: '#d5e6ff69', }; export function xcodeLightInit(options?: Partial) { @@ -45,7 +45,7 @@ export const defaultSettingsXcodeDark: CreateThemeOptions['settings'] = { caret: '#fff', selection: '#727377', selectionMatch: '#727377', - lineHighlight: '#2F3239', + lineHighlight: '#ffffff0f', }; export const xcodeDarkInit = (options?: Partial) => {