summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/themes/googlecode.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/googlecode.ts
parent8ade3e7ee26c1dedd105a20fa769c68e4103b75d (diff)
Light theme color improvements (#4396)
Diffstat (limited to 'packages/cli/src/ui/themes/googlecode.ts')
-rw-r--r--packages/cli/src/ui/themes/googlecode.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/themes/googlecode.ts b/packages/cli/src/ui/themes/googlecode.ts
index 5e4f02fb..77551284 100644
--- a/packages/cli/src/ui/themes/googlecode.ts
+++ b/packages/cli/src/ui/themes/googlecode.ts
@@ -9,7 +9,7 @@ import { lightTheme, Theme, type ColorsTheme } from './theme.js';
const googleCodeColors: ColorsTheme = {
type: 'light',
Background: 'white',
- Foreground: 'black',
+ Foreground: '#444',
LightBlue: '#066',
AccentBlue: '#008',
AccentPurple: '#606',