mirror of
https://github.com/vinceliuice/Colloid-icon-theme.git
synced 2026-08-25 20:32:33 -07:00
5c45c861b7da81f0f7bf4ef66840f5c4a6b52b62
The accent color only affects the folder icons in apps and places. Every other directory (actions, categories, devices, emblems, mimetypes, status) is identical to the default theme of the same scheme and color, but install.sh was copying all of them again for each accent variant. This symlinks those directories to the default theme instead of copying them. A full default-scheme install (-t all) goes from 763M to 259M with identical icon output. When the default theme isn't installed (e.g. a single -t variant) it falls back to copying, so standalone installs still work.
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)
-b, --bold Install bolder panel icons version (1.5px size)
-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%
