summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/themes/ayu.ts
diff options
context:
space:
mode:
authorMiguel Solorio <[email protected]>2025-06-11 10:14:18 -0700
committerGitHub <[email protected]>2025-06-11 17:14:18 +0000
commit9c5b5ff82337cccdae59c0f8c11cf47793e7b37d (patch)
treec045687a21977a1761d23344123c36e4f3bfee9d /packages/cli/src/ui/themes/ayu.ts
parent1d7090b8ac9396a652eedf4fe7744111f81cfe7e (diff)
Allow themes to update gradient colors (#914)
Diffstat (limited to 'packages/cli/src/ui/themes/ayu.ts')
-rw-r--r--packages/cli/src/ui/themes/ayu.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/cli/src/ui/themes/ayu.ts b/packages/cli/src/ui/themes/ayu.ts
index 738d4dae..a5cfc7db 100644
--- a/packages/cli/src/ui/themes/ayu.ts
+++ b/packages/cli/src/ui/themes/ayu.ts
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
-import { darkTheme, Theme, type ColorsTheme } from './theme.js';
+import { type ColorsTheme, Theme } from './theme.js';
const ayuDarkColors: ColorsTheme = {
type: 'dark',
@@ -19,7 +19,7 @@ const ayuDarkColors: ColorsTheme = {
AccentRed: '#F26D78',
Comment: '#646A71',
Gray: '##3D4149',
- GradientColors: darkTheme.GradientColors,
+ GradientColors: ['#FFB454', '#F26D78'],
};
export const AyuDark: Theme = new Theme(