mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-16 17:11:04 -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 { darkSemanticColors } from './semantic-tokens.js';
|
||||
|
||||
const githubDarkColors: ColorsTheme = {
|
||||
type: 'dark',
|
||||
@@ -143,5 +142,4 @@ export const GitHubDark: Theme = new Theme(
|
||||
},
|
||||
},
|
||||
githubDarkColors,
|
||||
darkSemanticColors,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user