mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 03:54:43 -07:00
Add DarkGray to the ColorTheme. (#12420)
This commit is contained in:
@@ -22,6 +22,7 @@ const ansiColors: ColorsTheme = {
|
||||
DiffRemoved: '#4D0000',
|
||||
Comment: 'gray',
|
||||
Gray: 'gray',
|
||||
DarkGray: 'gray',
|
||||
GradientColors: ['cyan', 'green'],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user