mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-02 01:11:24 -07:00
Update colors tokens for inputer/footer (#6523)
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
import { darkTheme, Theme } from './theme.js';
|
||||
import { darkSemanticColors } from './semantic-tokens.js';
|
||||
|
||||
export const DefaultDark: Theme = new Theme(
|
||||
'Default',
|
||||
@@ -147,5 +146,4 @@ export const DefaultDark: Theme = new Theme(
|
||||
},
|
||||
},
|
||||
darkTheme,
|
||||
darkSemanticColors,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user