Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PapirusDevelopmentTeam/thunderbird-theme-papirus
Papirus icons for Thunderbird
https://github.com/PapirusDevelopmentTeam/thunderbird-theme-papirus
papirus thunderbird thunderbird-theme
Last synced: 5 days ago
JSON representation
Papirus icons for Thunderbird
- Host: GitHub
- URL: https://github.com/PapirusDevelopmentTeam/thunderbird-theme-papirus
- Owner: PapirusDevelopmentTeam
- License: gpl-3.0
- Created: 2019-05-19T13:46:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T23:41:43.000Z (about 2 years ago)
- Last Synced: 2024-08-01T16:38:35.531Z (3 months ago)
- Topics: papirus, thunderbird, thunderbird-theme
- Language: CSS
- Homepage:
- Size: 897 KB
- Stars: 26
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Thunderbird Papirus icon themeA Papirus icon theme for Thunderbird
![Preview of the theme](preview.png)
## Description
This is only icon theme and not contained GTK UI style.
This theme is supposed to work with current supported Thunderbird releases:
- Thunderbird 78
## Installation
### Installation script
Clone this repo and enter folder and run script:
```sh
git clone https://github.com/PapirusDevelopmentTeam/thunderbird-theme-papirus && cd thunderbird-theme-papirus
./scripts/install.sh
```#### Install script
```sh
./scripts/install.sh # Standard
./scripts/install.sh -f ~/.var/app/org.mozilla.Thunderbird/.thunderbird # Flatpak
```##### Script options
- `-f ` *optional*
- Set custom Thunderbird folder path, for example `~/.thunderbird/`.
- Default: `~/.thunderbird/`- `-p ` *optional*
- Set custom profile name, for example `e0j6yb0p.default-nightly`.
- Default: All the profiles found in the Thunderbird folder## Uninstalling
1. Go to your profile folder. (Go to `about:support` in Thunderbird > Menu button > Help > Troubleshooting Information > Profile Folder > Open Directory)
2. Remove `chrome` folder.## Development
If you wanna mess around the styles and change something, you might find these
things useful.To use the Inspector to debug the UI, open the developer tools (F12) on any
page, go to options, check both of those:- Enable browser chrome and add-on debugging toolboxes
- Enable remote debuggingNow you can close those tools and press Ctrl+Alt+Shift+I to Inspect the browser
UI.Also you can inspect any GTK3 application, for example type this into a terminal
and it will run Epiphany with the GTK Inspector, so you can check the CSS styles
of its elements too.```sh
GTK_DEBUG=interactive thunderbird
```## Credits
Used scripts by **[Rafael Mardojai CM](https://github.com/rafaelmardojai)** and [contributors](https://github.com/rafaelmardojai/firefox-gnome-theme/graphs/contributors). Based on **[Sai Kurogetsu](https://github.com/kurogetsusai/firefox-gnome-theme)** original work.## Donate