https://github.com/5310/ambiance-coloreon
A dumbed-down edit of David Callé's Chameleonic Ambiance script.
https://github.com/5310/ambiance-coloreon
Last synced: 2 months ago
JSON representation
A dumbed-down edit of David Callé's Chameleonic Ambiance script.
- Host: GitHub
- URL: https://github.com/5310/ambiance-coloreon
- Owner: 5310
- Created: 2012-05-26T13:45:29.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-16T13:09:46.000Z (almost 13 years ago)
- Last Synced: 2025-01-20T06:38:19.514Z (4 months ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Ambiance Coloreon
=================(Or Coloreonic Ambiance, if you prefer.)
Ambiance-Coloreon is a dumbed-down version of the _lovely_ script by **David Callé**, [Chameleonic-Ambiance](https://plus.google.com/u/0/117867558830601601230/posts/LGHt9zzAPWp).
All _this_ version wants to achieve is colorize the Ambiance theme -- both the GTK selection highlights and Metacity (and Unity) close buttons -- to whatever the _user_ wants, and then apply it.
Usage
-----Presently, it's command-line only, just like the original. Use it like:
./ambiance-coloreon.py fab1ed
Where `fab1ed` is any hexadecimal encoded color you've tastefully picked out beforehand.I intend to provide a simple GUI utlity to make this less work. Let's see... `Quickly`?
Dependencies
------------The script itself makes use of only standard Python modules, and ImageMagick, both of which should be installed on most Linux systems.
However, since the script concerns itself with the Ambiance theme and assumes it to be installed system-wide, that too is a dependency.