Atay Özcan 5c45c861b7 Link shared icon dirs to cut install size for accent variants
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.
2026-06-22 22:22:51 +02:00
2025-07-24 03:32:49 +08:00
2023-03-28 21:07:08 +08:00
2025-05-10 00:16:20 +08:00
2025-12-27 10:21:31 +08:00
2024-05-30 00:06:04 +08:00
2025-07-20 00:19:40 +08:00
2025-12-27 10:21:31 +08:00
2025-11-10 18:32:04 +08:00
2022-02-08 18:58:52 +08:00
2024-07-18 19:35:13 +08:00
2024-06-25 15:08:02 +08:00
2022-02-08 18:58:52 +08:00
2022-02-08 18:58:52 +08:00
2025-07-24 01:43:26 +08:00
2024-06-25 15:08:02 +08:00
2025-05-07 10:03:11 +05:30

Colloid icon theme

1

Donate

If you like my project, you can buy me a coffee:

PayPal donate button

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

bold

folders

schemes

S
Description
Colloid icon theme for linux desktops
Readme GPL-3.0
28 MiB
Languages
Shell 100%