diff options
| author | Miguel Solorio <[email protected]> | 2025-06-11 10:14:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-11 17:14:18 +0000 |
| commit | 9c5b5ff82337cccdae59c0f8c11cf47793e7b37d (patch) | |
| tree | c045687a21977a1761d23344123c36e4f3bfee9d /packages/cli/src/ui/themes/googlecode.ts | |
| parent | 1d7090b8ac9396a652eedf4fe7744111f81cfe7e (diff) | |
Allow themes to update gradient colors (#914)
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 a7895bb8..5e4f02fb 100644 --- a/packages/cli/src/ui/themes/googlecode.ts +++ b/packages/cli/src/ui/themes/googlecode.ts @@ -19,7 +19,7 @@ const googleCodeColors: ColorsTheme = { AccentRed: '#800', Comment: '#5f6368', Gray: lightTheme.Gray, - GradientColors: lightTheme.GradientColors, + GradientColors: ['#066', '#606'], }; export const GoogleCode: Theme = new Theme( |
