dtkgui/tools/dci-icon-theme
Felix Yan 8a5e67652c chore: correct a typo in dci-icon-theme/main.cpp
Correct a typo in dci-icon-theme/main.cpp
2023-02-22 15:07:46 +08:00
..
CMakeLists.txt feat: add icon finder for dci-icon-theme 2023-02-06 13:33:26 +08:00
README.md fix: fix-dark-theme not work on link file 2022-12-28 17:38:19 +08:00
main.cpp chore: correct a typo in dci-icon-theme/main.cpp 2023-02-22 15:07:46 +08:00

README.md

dci-icon-theme

Usage: dci-icon-theme [options] ~/dci-png-icons

Options:
  -m, --match <wildcard palette>  Give wildcard rules on search icon files,
                                  Each eligible icon will be packaged to a dci
                                  file, If the icon have the dark mode, it needs
                                  to store the dark icon file at "dark/"
                                  directory relative to current icon file, and
                                  the file name should be consistent.
  -o, --output <directory>        Save the *.dci files to the given directory.
  -s, --symlink <csv file>        Give a csv file to create symlinks for the
                                  output icon file.
  --fix-dark-theme                Create symlinks from light theme for dark
                                  theme files.
  -h, --help                      Displays help on commandline options.

  -v, --version                   Displays version information.

Arguments:
  source                          Search the given directory and it's
                                  subdirectories, get the files conform to rules
                                  of --match.