diff options
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( |
