Skip to content

Commit

Permalink
style(theme): modify xcode selection color. (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 26, 2023
1 parent c68d27d commit 62d9763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/xcode/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const defaultSettingsXcodeLight: CreateThemeOptions['settings'] = {
selectionMatch: '#BBDFFF',
gutterBackground: '#fff',
gutterForeground: '#AFAFAF',
lineHighlight: '#EDF4FF',
lineHighlight: '#d5e6ff69',
};

export function xcodeLightInit(options?: Partial<CreateThemeOptions>) {
Expand Down Expand Up @@ -45,7 +45,7 @@ export const defaultSettingsXcodeDark: CreateThemeOptions['settings'] = {
caret: '#fff',
selection: '#727377',
selectionMatch: '#727377',
lineHighlight: '#2F3239',
lineHighlight: '#ffffff0f',
};

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

0 comments on commit 62d9763

Please sign in to comment.