feat(cli): respect the NO_COLOR env variable (#772)

This commit is contained in:
Jacob Richman
2025-06-06 07:55:28 -07:00
committed by GitHub
parent c80ff146d2
commit 4262f5b0de
5 changed files with 177 additions and 25 deletions

View File

@@ -136,7 +136,7 @@ export const App = ({
openThemeDialog,
handleThemeSelect,
handleThemeHighlight,
} = useThemeCommand(settings, setThemeError);
} = useThemeCommand(settings, setThemeError, addItem);
useEffect(() => {
if (config) {