...
The instructions shown are on a Windows cmd line. It should be similar on a bash shell.
C:\Users\adma.DANWARE\Desktop\cdrator-ZKThemer>java -jar zkthemer.jar
Option is mandatory: --baseColor -c value : Base color in 6 hex digit format, for example: A4BC03
Option is mandatory: --ignoreFiles -i value : The names of ignore components (splitter with comma such as '-i colorbox,grid', type '-i n' if won't)
Option is mandatory: --themeName -t value : Theme name
Option is mandatory: --zklib -z value : Location (directory) containing the zk jars
The options available are:
--baseColor -c value : Base color in 6 hex digit format, for example: A4BC03
--ignoreFiles -i value : The names of ignore components (splitter with comma such as '-i colorbox,grid', type '-i n' if won't)
--themeName -t value : Theme name
--zklib -z value : Location (directory) containing the zk jars
Code Block |
---|
C:\Users\adma.DANWARE\Desktop\cdrator-ZKThemer>java -jar zkthemer.jar
Option is mandatory: --baseColor -c value : Base color in 6 hex digit format, for example: A4BC03
Option is mandatory: --ignoreFiles -i value : The names of ignore components (splitter with comma such as '-i colorbox,grid', type '-i n' if won't)
Option is mandatory: --themeName -t value : Theme name
Option is mandatory: --zklib -z value : Location (directory) containing the zk jars
The options available are:
--baseColor -c value : Base color in 6 hex digit format, for example: A4BC03
--ignoreFiles -i value : The names of ignore components (splitter with comma such as '-i colorbox,grid', type '-i n' if won't)
--themeName -t value : Theme name
--zklib -z value : Location (directory) containing the zk jars
|