summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/themes/xcode.ts
diff options
context:
space:
mode:
authorMiguel Solorio <[email protected]>2025-07-17 17:46:33 -0700
committerGitHub <[email protected]>2025-07-18 00:46:33 +0000
commit2f5eecfc49eb4ccb3b5568dd37f2bc2b938a9438 (patch)
treecacf8802e56394295b8ced7768cbd6dbd8b8096c /packages/cli/src/ui/themes/xcode.ts
parent8ade3e7ee26c1dedd105a20fa769c68e4103b75d (diff)
Light theme color improvements (#4396)
Diffstat (limited to 'packages/cli/src/ui/themes/xcode.ts')
-rw-r--r--packages/cli/src/ui/themes/xcode.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/themes/xcode.ts b/packages/cli/src/ui/themes/xcode.ts
index 15012288..dfdd4b8e 100644
--- a/packages/cli/src/ui/themes/xcode.ts
+++ b/packages/cli/src/ui/themes/xcode.ts
@@ -9,7 +9,7 @@ import { type ColorsTheme, Theme } from './theme.js';
const xcodeColors: ColorsTheme = {
type: 'light',
Background: '#fff',
- Foreground: 'black',
+ Foreground: '#444',
LightBlue: '#0E0EFF',
AccentBlue: '#1c00cf',
AccentPurple: '#aa0d91',