aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKylie McClain <somasis@exherbo.org>2015-05-30 02:54:27 -0400
committerKylie McClain <somasis@exherbo.org>2015-05-30 02:58:20 -0400
commitb995a0a97150747ce7180f0a41d9f463e6f76336 (patch)
tree59e840c08f49a12ab865bed7af587ee1d059d445
parente381f2e4861ad1ac06e807e2c15f5b51d81a0c06 (diff)
edit readme to fit new build system
-rwxr-xr-xREADME.md44
1 files changed, 14 insertions, 30 deletions
diff --git a/README.md b/README.md
index d96c134..92fb15d 100755
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# shiki-colors-revival
-This consists mostly of a script that modifies the original Zukitwo theme's
-files to fit to all of the colors in the GNOME Colors palette.
+This consists mostly of a script that modifies the original Numix theme's files
+to fit to all of the colors in the GNOME Colors palette.
At the moment, these themes are currently intended to be used with Xfce4, since
that's what I use. If you run into problems in another desktop environment,
@@ -12,7 +12,6 @@ Xfwm4 is GPL-2, Plank themes and build system are ISC)
## Included
- GTK 2 and 3 themes
- Xfwm4 themes
-- Openbox themes
- [Plank](https://launchpad.net/plank) themes
## Downloading
@@ -24,55 +23,40 @@ or just [download the latest release](releases).
## Installing
1. Open a terminal in this repo's directory.
-2. `./make-colors-themes generate`
-3. `./make-colors-themes install` or `./make-colors-themes user-install`
-
-Use `./make-colors-themes` if you want to know what else the installer can do.
+2. `make`
+3. `make install` as root
**Exherbo users**:
There is an exheres in ::somasis; x11-themes/shiki-colors-revival.
## How this works
In order to minimize the amount of maintenance needed, we base these themes off
-of [zuki-themes] so that we benefit from [lassekongo83]'s work on Zukitwo.
+of [Numix] so that we benefit from the [shimmerproject]'s work on Numix.
The themes are then generated by using regular expressions to replace certain
variables in the CSS to change the colors to fit the [GNOME Colors palette]
-rather than using Zukitwo's default colors.
-
-After replacing the colors, some patches are applied for some more complicated
-patches; at the moment, we use a patch to enable a dark menubar theme, and to
-add a panel background image.
+rather than using Numix's default colors. (currently only the selected
+background color is replaced)
As a result of doing it this method, we don't have to worry about updating the
CSS every time GNOME's developers decide to break everything with a new minor
version of GTK3, again. We can make upstream do all the work. :)
## Current problems
-- Due to the way Zukitwo does GTK3's switch elements, they do not properly fit
- the different color themes. Zukitwo uses images for the switches, rather than
- pure CSS. Pull requests to fix this are welcomed, though.
- I'm still learning GTK, and GNOME developers, for some god-only-knows-why
reason they decided to provide pretty awful documentation.
- Eventually this will stop working since GNOME developers will probably think
that GTK 3 on non-GNOME environments is deprecated or something, and not worth
their support. It's probably better to use Qt in the future.
-- At the moment, the theme is (obviously) not a completely accurate recreation
- of Shiki-Colors-Murrine. It is not intended to really be a pixel-for-pixel
- remake of the theme; times have changed, and I like to think that so would
- the original theme if it were still being developed.
+- It doesn't look exactly like the original theme; part of this is intentional,
+ part of it is that the theme looks better, to me, than the original one.
## Credits
-- [zuki-themes] by [lassekongo83]
-- [Shiki-Colors-Xfwm] by [fredbird67]
-- Shiki-Colors-Openbox by [Arthur Spitzer]
- - also, note that I don't use Openbox so I can not really vouch for this. I
- will gladly accept any contributions by Openbox users concerning this
- theme, though.
+- [Numix] by [shimmerproject]
+- [Shiki-Colors-Xfwm] by [fredbird67], modified by myself
-[zuki-themes]: https://github.com/lassekongo83/zuki-themes
+[Numix]: https://github.com/shimmerproject/Numix
[Shiki-Colors-Xfwm]: http://xfce-look.org/content/show.php/Zukitwo-Colors+Xfwm+Themes?content=148624
-[lassekongo83]: http://lassekongo83.deviantart.com/
+[shimmerproject]: http://github.com/shimmerproject
[fredbird67]: http://xfce-look.org/usermanager/search.php?username=fredbird67
-[Arthur Spitzer]: https://code.google.com/p/gnome-colors/issues/detail?id=75#c21
[GNOME Colors palette]: https://github.com/Somasis/gnome-colors-revival/blob/master/Palette.png
-[releases]: https://github.com/Somasis/shiki-colors-revival/releases \ No newline at end of file
+[releases]: https://github.com/Somasis/shiki-colors-revival/releases