diff options
| author | Miguel Solorio <[email protected]> | 2025-07-17 17:46:33 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-18 00:46:33 +0000 |
| commit | 2f5eecfc49eb4ccb3b5568dd37f2bc2b938a9438 (patch) | |
| tree | cacf8802e56394295b8ced7768cbd6dbd8b8096c /packages/cli/src/ui/themes/googlecode.ts | |
| parent | 8ade3e7ee26c1dedd105a20fa769c68e4103b75d (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.ts | 2 |
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', |
