mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 10:34:35 -07:00
Update colors tokens for inputer/footer (#6523)
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
import { lightTheme, Theme } from './theme.js';
|
||||
import { lightSemanticColors } from './semantic-tokens.js';
|
||||
|
||||
export const DefaultLight: Theme = new Theme(
|
||||
'Default Light',
|
||||
@@ -104,5 +103,4 @@ export const DefaultLight: Theme = new Theme(
|
||||
},
|
||||
},
|
||||
lightTheme,
|
||||
lightSemanticColors,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user