Colloid-gtk-theme/README.md

83 lines
2.8 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
2022-02-08 06:01:21 -05:00
- `Icon theme` [Colloid](https://github.com/vinceliuice/Colloid-icon-theme)
2023-03-13 04:13:47 -04:00
## Donate
If you like my project, you can buy me a coffee:
<span class="paypal"><a href="https://www.paypal.me/vinceliuice" title="Donate to this project using Paypal"><img src="https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-100px.png" alt="PayPal donate button" /></a></span>
2021-12-09 08:53:04 -05:00
## 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)
2022-11-01 11:05:07 -04:00
2024-04-28 14:08:58 -04:00
-l, --libadwaita Install specify gtk-4.0 theme into config folder (~/.config/gtk-4.0) for all gtk4 apps use this theme
(Default ColorSchemes themes will follow the system style, [nord|dracula|gruvbox|everforest|black] not support this)
2022-11-01 11:05:07 -04:00
-r, --remove,
-u, --uninstall Uninstall/Remove installed themes or links
2023-04-11 09:44:52 -04:00
--tweaks Specify versions for tweaks
2023-08-12 11:52:57 -04:00
1. [nord|dracula|gruvbox|all] (Nord/Dracula/gruvbox/all) ColorSchemes version
2. black Blackness color version
3. rimless Remove the 1px border about windows and menus
4. normal Normal windows button style like gnome default theme (titlebuttons: max/min/close)
5. float Floating gnome-shell panel style
2023-05-29 23:01:33 -04:00
2021-12-09 08:53:04 -05:00
-h, --help Show help
```
> For more information, run: `./install.sh --help`
2024-04-28 14:20:38 -04:00
### Fix for Libadwaita
```sh
./install.sh -l
```
Default ColorSchemes themes will follow the system style now !
2024-04-28 16:00:44 -04:00
https://github.com/vinceliuice/Colloid-gtk-theme/assets/7604295/d5c24086-08bc-45a4-b4d9-124c02249216
2024-04-28 14:20:38 -04:00
2024-04-28 16:02:26 -04: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)
2022-07-18 02:36:51 -04:00
## Firefox theme
2022-07-18 04:30:44 -04:00
[Install Firefox theme](src/other/firefox)
2022-07-18 02:36:51 -04:00
![01](src/other/firefox/screenshot.png?raw=true)