summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/themes/ayu-light.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cli/src/ui/themes/ayu-light.ts')
-rw-r--r--packages/cli/src/ui/themes/ayu-light.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/cli/src/ui/themes/ayu-light.ts b/packages/cli/src/ui/themes/ayu-light.ts
index 9d91e509..45004107 100644
--- a/packages/cli/src/ui/themes/ayu-light.ts
+++ b/packages/cli/src/ui/themes/ayu-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 ayuLightColors: ColorsTheme = {
type: 'light',
@@ -19,7 +19,7 @@ const ayuLightColors: ColorsTheme = {
AccentRed: '#f07171',
Comment: '#ABADB1',
Gray: '#CCCFD3',
- GradientColors: lightTheme.GradientColors,
+ GradientColors: ['#399ee6', '#86b300'],
};
export const AyuLight: Theme = new Theme(