mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-09 21:00:56 -07:00
Allow themes to update gradient colors (#914)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user