diff options
Diffstat (limited to 'packages/cli/src/ui/themes/github-light.ts')
| -rw-r--r-- | packages/cli/src/ui/themes/github-light.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/cli/src/ui/themes/github-light.ts b/packages/cli/src/ui/themes/github-light.ts index 15a9249d..f1393e70 100644 --- a/packages/cli/src/ui/themes/github-light.ts +++ b/packages/cli/src/ui/themes/github-light.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -import { lightTheme, Theme, type ColorsTheme } from './theme.js'; +import { type ColorsTheme, Theme } from './theme.js'; const githubLightColors: ColorsTheme = { type: 'light', @@ -19,7 +19,7 @@ const githubLightColors: ColorsTheme = { AccentRed: '#d14', Comment: '#998', Gray: '#999', - GradientColors: lightTheme.GradientColors, + GradientColors: ['#458', '#008080'], }; export const GitHubLight: Theme = new Theme( |
