aboutsummaryrefslogtreecommitdiffstats
path: root/testing/numix-themes/commits-to-070515-since-2.2.5.patch
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2015-06-08 22:47:55 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2015-06-09 20:00:16 +0200
commitadb61b2ca95f8ad7c9fe2365638d4c886e78df07 (patch)
treea9f6e43b60ebd09f201e96b8bf28fff18141be13 /testing/numix-themes/commits-to-070515-since-2.2.5.patch
parenta9969f833f13cea36112446cf37ddc8303cbdc2c (diff)
downloadaports-adb61b2ca95f8ad7c9fe2365638d4c886e78df07.tar.bz2
aports-adb61b2ca95f8ad7c9fe2365638d4c886e78df07.tar.xz
testing/numix-themes: new aport
Numix is a modern flat theme with a combination of light and dark elements. It supports Gnome, Unity, XFCE and Openbox: https://github.com/shimmerproject/Numix ** has Unity removed **
Diffstat (limited to 'testing/numix-themes/commits-to-070515-since-2.2.5.patch')
-rw-r--r--testing/numix-themes/commits-to-070515-since-2.2.5.patch62
1 files changed, 62 insertions, 0 deletions
diff --git a/testing/numix-themes/commits-to-070515-since-2.2.5.patch b/testing/numix-themes/commits-to-070515-since-2.2.5.patch
new file mode 100644
index 0000000000..ba9e8e8061
--- /dev/null
+++ b/testing/numix-themes/commits-to-070515-since-2.2.5.patch
@@ -0,0 +1,62 @@
+diff -urp Numix-2.5.1/gtk-2.0/gtkrc Numix/gtk-2.0/gtkrc
+--- Numix-2.5.1/gtk-2.0/gtkrc 2015-01-20 11:12:18.000000000 +0000
++++ Numix/gtk-2.0/gtkrc 2015-06-08 22:07:01.651081310 +0000
+@@ -494,6 +494,7 @@ widget "*gimmie*" style "bold-panel-item
+ # XFCE Styles
+
+ style "workspace-switcher" = "murrine-panel" {
++ bg[ACTIVE] = @selected_bg_color
+ bg[SELECTED] = @selected_bg_color
+ }
+
+@@ -575,7 +576,7 @@ style "xfsm-logout-button" {
+ }
+ }
+
+-widget "*WnckPager*" style "workspace-switcher"
++widget "*Pager*" style "workspace-switcher"
+
+ widget "*Xfce*Panel*" style "murrine-panel"
+ class "*Xfce*Panel*" style "murrine-panel"
+diff -urp Numix-2.5.1/gtk-3.0/apps/lightdm-gtk-greeter.css Numix/gtk-3.0/apps/lightdm-gtk-greeter.css
+--- Numix-2.5.1/gtk-3.0/apps/lightdm-gtk-greeter.css 2015-01-20 11:12:18.000000000 +0000
++++ Numix/gtk-3.0/apps/lightdm-gtk-greeter.css 2015-06-08 22:07:01.655081309 +0000
+@@ -1,3 +1,10 @@
++/***********
++ * general *
++ ***********/
++#screen.lightdm-gtk-greeter {
++ background: transparent;
++}
++
+ /*********
+ * panel *
+ *********/
+@@ -28,7 +35,9 @@
+ }
+
+ #panel_window .menubar > .menuitem *:hover {
+- color: white;
++ background-color: @theme_selected_bg_color;
++ background-image: none;
++ color: @theme_selected_fg_color;
+ }
+
+ #panel_window .menubar > .menuitem:insensitive {
+@@ -180,6 +189,7 @@
+ /******************************
+ * default and focused button *
+ ******************************/
++#login_window #login_button,
+ #login_window .button.default,
+ #shutdown_dialog .button.default,
+ #restart_dialog .button.default,
+@@ -246,5 +256,7 @@
+ * password warning *
+ ********************/
+ #greeter_infobar {
++ background-color: @warning_bg_color;
++ color: @warning_fg_color;
+ font: bold;
+ }
+