Colloid-gtk-theme/README.md

51 lines
1.6 KiB
Markdown
Raw Normal View History

2021-12-09 08:58:19 -05:00
## Colloid gtk theme
2021-12-10 11:21:17 -05:00
![Colloid](colloid.png?raw=true)
2021-12-09 08:53:04 -05:00
## Requirements
- GTK `>=3.20`
- `gnome-themes-extra` (or `gnome-themes-standard`)
- Murrine engine — The package name depends on the distro.
- `gtk-engine-murrine` on Arch Linux
- `gtk-murrine-engine` on Fedora
- `gtk2-engine-murrine` on openSUSE
- `gtk2-engines-murrine` on Debian, Ubuntu, etc.
- `sassc` — build dependency
## Installation
### Manual Installation
Run the following commands in the terminal:
```sh
./install.sh
```
> Tip: `./install.sh` allows the following options:
```
2021-12-10 11:11:10 -05:00
-d, --dest DIR Specify destination directory (Default: ~/.themes)
-n, --name NAME Specify theme name (Default: Colloid)
2021-12-09 08:53:04 -05:00
-t, --theme VARIANT... Specify theme color variant(s) [default|purple|pink|red|orange|yellow|green|teal|grey|all] (Default: blue)
-c, --color VARIANT... Specify color variant(s) [standard|light|dark] (Default: All variants)
-s, --size VARIANT... Specify size variant [standard|compact] (Default: standard variant)
2021-12-10 11:11:10 -05:00
--tweaks Specify versions for tweaks [nord|black|rimless|normal] (only nord and black can not mix use!)
2021-12-09 08:53:04 -05:00
1. nord: Nord color version
2. black: Blackness color version
2021-12-10 11:13:47 -05:00
3. rimless: Remove the 1px border about windows and menus
2021-12-10 11:11:10 -05:00
4. normal: normal windows button style
2021-12-09 08:53:04 -05:00
-h, --help Show help
```
> For more information, run: `./install.sh --help`
2021-12-10 11:11:10 -05:00
![tweaks](tweaks.png?raw=true)
2021-12-09 08:53:04 -05:00
### Flatpak Installation
Automatically install your host GTK+ theme as a Flatpak. Use this:
- [pakitheme](https://github.com/refi64/pakitheme)