file-tree-alternative
file-tree-alternative copied to clipboard
Add rainbow folder feature with customizable colors and settings
- A small attempt to modify code using AI
- Updated package.json to include cross-env for build script.(Can be ignored)
- Enhanced styles.css with Catppuccin rainbow colors for light and dark themes.
- Modified settings.ts to introduce rainbow folder options, including color selection and repeat count.
- Implemented rainbow color logic in TreeComponent.tsx for folder display.
- Added utility functions in Utils.ts for managing rainbow color indices and values.