Update README.md

This commit is contained in:
Vladyslav Hroshev
2023-04-05 21:21:59 +03:00
committed by GitHub
parent a57eb7d6f6
commit 0dad678dd7
+16 -16
View File
@@ -46,7 +46,7 @@ Icon theme: https://github.com/vinceliuice/Colloid-icon-theme
```shell
git clone https://github.com/imarkoff/Marble-shell-theme.git && cd Marble-shell-theme
```
3. Run the program:
3. Run the program documentation:
```shell
python install.py -h
```
@@ -59,28 +59,28 @@ python install.py -h
#### Install default color
You can install several themes in one string: `python install.py --red --green --blue`
| Option | Description |
|-----------|--------------------------------------------------------|
| -A, --all | Install all available accent colors, light & dark mode |
| --red | red theme only |
| --pink | pink theme only |
| --purple | purple theme only |
| --blue | blue theme only |
| --green | green theme only |
| --yellow | yellow theme only |
| --gray | gray theme only |
| Option | Description |
|-----------|-------------------------------------|
| -A, --all | Install all available accent colors |
| --red | red theme only |
| --pink | pink theme only |
| --purple | purple theme only |
| --blue | blue theme only |
| --green | green theme only |
| --yellow | yellow theme only |
| --gray | gray theme only |
#### Install custom color
| Option | Secondary option (optional) | Description |
|--------|-----------------------------|------------------------------------------|
| --hue | (0 - 360) | Generate theme from Hue prompt [0 - 360] |
| --name | --name=NAME | Custom theme name |
| Option | Secondary option | Description |
|--------|------------------|------------------------------------------|
| --hue | (0 - 360) | Generate theme from Hue prompt [0 - 360] |
| --name | NAME | Custom theme name |
#### Optional theme tweaks
| Option | Secondary option | Description |
|--------|------------------|------------------------------------------------------------|
| --mode | light / dark | light / dark theme only |
| --sat | (0 - 250)% | custom color saturation (<100% - reduce, >100% - increase) |
| --sat | (0 - 250) | custom color saturation (<100% - reduce, >100% - increase) |
#### Panel tweaks
![Panel default size](./readme-images/tweaks/panel-default-size.png "Panel default size")