mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 11:34:44 -07:00
Unset foreground in default themes (#9765)
This commit is contained in:
@@ -28,5 +28,5 @@ export const getStatusColor = (
|
||||
if (value >= thresholds.yellow) {
|
||||
return theme.status.warning;
|
||||
}
|
||||
return options.defaultColor || theme.status.error;
|
||||
return options.defaultColor ?? theme.status.error;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user