https://github.com/austinhartzheim/mona
A theme for GTK 3.
https://github.com/austinhartzheim/mona
debian gtk3-theme theme ubuntu
Last synced: 4 months ago
JSON representation
A theme for GTK 3.
- Host: GitHub
- URL: https://github.com/austinhartzheim/mona
- Owner: austinhartzheim
- Created: 2015-12-24T20:45:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T03:34:02.000Z (about 10 years ago)
- Last Synced: 2025-10-07T01:47:20.085Z (9 months ago)
- Topics: debian, gtk3-theme, theme, ubuntu
- Language: CSS
- Size: 66.4 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mona 3.0 Tweaked
This theme is a modification of the Mona 3.0 theme by Vasile Onofrei.
You can find the original theme [here](https://gnome-look.org/content/show.php/Mona+-+Dark+and+blue+GTK+theme?content=168447).
## Installing
You can install this theme by cloning this repository or extracting this [download](https://github.com/austinhartzheim/mona/archive/master.zip) in either `~/.themes/` for a local install or `/usr/share/themes/` for a global install.
For example, this should create a local install:
```
mkdir -p ~/.themes/ && cd ~/.themes/
git clone https://github.com/austinhartzheim/mona.git
```
You can then select this theme with the Tweak Tool on Debian.
## Changes
* Add units where missing. Assuming "px" as this is what GTK assumes already.
* Fix the negative padding on notebook tabs. Also, increased padding slightly.
# Testing
This theme is tested on the following installations:
* Debian Jessie (GNOME 3.14): ✔ - thoroughly tested
* Ubuntu 12.04 LTS (GNOME 3.4): ✔ - some testing
* Ubuntu 15.10 (GNOME 3.16): ✔ - some testing
* XFCE: x - previously tested by the original author.
If you find any bugs, you may file an issue through Github.
# License
This theme is licensed under the [Creative Commons Attribution License](https://creativecommons.org/licenses/by/3.0/).
If you would like to submit a contribution, you may do so via a pull request.