summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/themes/xcode.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cli/src/ui/themes/xcode.ts')
-rw-r--r--packages/cli/src/ui/themes/xcode.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/cli/src/ui/themes/xcode.ts b/packages/cli/src/ui/themes/xcode.ts
index d73c664a..15012288 100644
--- a/packages/cli/src/ui/themes/xcode.ts
+++ b/packages/cli/src/ui/themes/xcode.ts
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
-import { darkTheme, Theme, type ColorsTheme } from './theme.js';
+import { type ColorsTheme, Theme } from './theme.js';
const xcodeColors: ColorsTheme = {
type: 'light',
@@ -19,7 +19,7 @@ const xcodeColors: ColorsTheme = {
AccentRed: '#c41a16',
Comment: '#007400',
Gray: '#c0c0c0',
- GradientColors: darkTheme.GradientColors,
+ GradientColors: ['#1c00cf', '#007400'],
};
export const XCode: Theme = new Theme(