mirror of
https://github.com/vinceliuice/Colloid-icon-theme.git
synced 2025-09-15 15:38:38 -07:00
2db7716213fcadba2fc48ddd5392c9fdb17ccace
clean_old_theme should not touch anywhere outside of the specified destination dir. This tweaks this to use the dest variable if it is defined.
Colloid icon theme
Donate
If you like my project, you can buy me a coffee:
Install tips
Usage: ./install.sh
[OPTIONS...]
-d, --dest DIR Specify destination directory (Default: $HOME/.local/share/icons)
-n, --name NAME Specify theme name (Default: Colloid)
-s, --scheme VARIANTS Specify folder colorscheme variant(s) [default|nord|dracula|gruvbox|everforest|catppuccin|all]
-t, --theme VARIANTS Specify folder color variant(s) [default|purple|pink|red|orange|yellow|green|teal|grey|all] (Default: blue)
-notint, --notint Disable Follow ColorSheme for folders on KDE Plasma
-h, --help Show help
For example: install teal nord version -> run:
./install.sh -s nord -t teal
For more information, run:
./install.sh -h
Languages
Shell
100%