Skip to content

Commit 62d9763

Browse files
committedNov 26, 2023
style(theme): modify xcode selection color. (#609)
1 parent c68d27d commit 62d9763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎themes/xcode/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const defaultSettingsXcodeLight: CreateThemeOptions['settings'] = {
1111
selectionMatch: '#BBDFFF',
1212
gutterBackground: '#fff',
1313
gutterForeground: '#AFAFAF',
14-
lineHighlight: '#EDF4FF',
14+
lineHighlight: '#d5e6ff69',
1515
};
1616

1717
export function xcodeLightInit(options?: Partial<CreateThemeOptions>) {
@@ -45,7 +45,7 @@ export const defaultSettingsXcodeDark: CreateThemeOptions['settings'] = {
4545
caret: '#fff',
4646
selection: '#727377',
4747
selectionMatch: '#727377',
48-
lineHighlight: '#2F3239',
48+
lineHighlight: '#ffffff0f',
4949
};
5050

5151
export const xcodeDarkInit = (options?: Partial<CreateThemeOptions>) => {

0 commit comments

Comments
 (0)
Please sign in to comment.