https://github.com/thornjad/unbroken
A flat light theme for GTK 3 including Cinnamon, Unity, Gnome, etc.
https://github.com/thornjad/unbroken
cinnamon cinnamon-theme css flat gnome gnome-shell gnome-shell-theme gnome-theme gtk gtk-theme gtk3 gtk3-theme light metacity-1 theme unity unity-theme xfce xfce-theme
Last synced: about 2 months ago
JSON representation
A flat light theme for GTK 3 including Cinnamon, Unity, Gnome, etc.
- Host: GitHub
- URL: https://github.com/thornjad/unbroken
- Owner: thornjad
- License: mit
- Created: 2017-02-22T05:29:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T06:44:54.000Z (about 8 years ago)
- Last Synced: 2025-01-24T12:30:38.836Z (3 months ago)
- Topics: cinnamon, cinnamon-theme, css, flat, gnome, gnome-shell, gnome-shell-theme, gnome-theme, gtk, gtk-theme, gtk3, gtk3-theme, light, metacity-1, theme, unity, unity-theme, xfce, xfce-theme
- Language: CSS
- Size: 2.09 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Unbroken
Unbroken is a flat light theme based on Arc for the Cinnamon desktop environment, but should also work with other GTK 3 based environments.
##### Unbroken

## Installation
### Supported GTK version
* `GTK 3.14`
* `GTK 3.16`
* `GTK 3.18`
* `GTK 3.20`
* `GTK 3.22`### Supported Ubuntu OS versions
* `14.04 LTS`
* `16.04 LTS`
* `16.10`---
### Manual Installation
How To Install:
1. Download
2. Extract to /usr/share/themes or ~/.themes (create it (in your home folder) if necessary)
3. Change via distribution specific tweak tool
**Note:** If your distribution doesn't ship separate development packages you just need GTK 3 instead of the `-dev` packages.
For the theme to function properly, install the following
* Gnome Shell, GTK 3.14 - 3.22
* The `gnome-themes-standard` package
* The murrine engine. This has different names depending on your distro.
* `gtk-engine-murrine` (Arch)
* `gtk2-engines-murrine` (Mint, Debian, Ubuntu, elementary OS)
* `gtk-murrine-engine` (Fedora)
* `gtk2-engine-murrine` (openSUSE)
* `gtk-engines-murrine` (Gentoo)After the installation is complete you can activate the theme from the settings menu, or with `gnome-tweak-tool` or a similar program by selecting `Unbroken` as the Cinnamon theme.
## Uninstall
Run
```
sudo rm -rf /usr/share/themes/Unbroken
```## Extras
### Firefox theme
Unbroken looks great with the Arc theme for Firefox, available at [github.com/horst3180/arc-firefox-theme](https://github.com/horst3180/arc-firefox-theme)### Unbroken icon theme
The Unbroken theme is currently designed to work with the Arc icon theme, available at [github.com/horst3180/arc-icon-theme](https://github.com/horst3180/arc-icon-theme)### Chrome/Chromium theme
To install the Chrome/Chromium theme go to the Extra folder and drag and drop the unbroken.crx file into the Chrome/Chromium window. The source of the Chrome themes is located in the source folder Unbroken/extra/Chrome/unbroken.crx.## Troubleshooting
If you have Ubuntu with a newer GTK/Gnome version than the one included by default (i.e Ubuntu 14.04 with GTK 3.14 or Ubuntu 15.04 with GTK 3.16, etc.) you have to install the theme manually as described above.
This is also true for other distros with a different GTK/Gnome version than the one included by defaultIf you get artifacts like black or invisible backgrounds under Unity, disable overlay scrollbars with
```
gsettings set com.canonical.desktop.interface scrollbar-mode normal
```---
## Bugs
Bugs should be reported on the [issues page](https://github.com/raindeer44/Unbroken/issues)## License
Unbroken is available under the terms of the MIT license. See `LICENSE` for details.Unbroken is based on [OSX White Theme by LinxGem33](https://github.com/LinxGem33/OSX-Arc-White)