We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c68d27d commit 62d9763Copy full SHA for 62d9763
themes/xcode/src/index.ts
@@ -11,7 +11,7 @@ export const defaultSettingsXcodeLight: CreateThemeOptions['settings'] = {
11
selectionMatch: '#BBDFFF',
12
gutterBackground: '#fff',
13
gutterForeground: '#AFAFAF',
14
- lineHighlight: '#EDF4FF',
+ lineHighlight: '#d5e6ff69',
15
};
16
17
export function xcodeLightInit(options?: Partial<CreateThemeOptions>) {
@@ -45,7 +45,7 @@ export const defaultSettingsXcodeDark: CreateThemeOptions['settings'] = {
45
caret: '#fff',
46
selection: '#727377',
47
selectionMatch: '#727377',
48
- lineHighlight: '#2F3239',
+ lineHighlight: '#ffffff0f',
49
50
51
export const xcodeDarkInit = (options?: Partial<CreateThemeOptions>) => {
0 commit comments