mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 18:11:02 -07:00
Update colors tokens for inputer/footer (#6523)
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
import { type ColorsTheme, Theme } from './theme.js';
|
||||
import { lightSemanticColors } from './semantic-tokens.js';
|
||||
|
||||
const githubLightColors: ColorsTheme = {
|
||||
type: 'light',
|
||||
@@ -145,5 +144,4 @@ export const GitHubLight: Theme = new Theme(
|
||||
},
|
||||
},
|
||||
githubLightColors,
|
||||
lightSemanticColors,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user