Merge lp:~dashua/light-themes/fix.lp.818541 into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by James Schriver
Status: Merged
Merged at revision: 154
Proposed branch: lp:~dashua/light-themes/fix.lp.818541
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 53 lines (+24/-0)
3 files modified
Ambiance/gtk-3.0/gtk-widgets.css (+8/-0)
Radiance/gtk-3.0/gtk-widgets.css (+8/-0)
debian/changelog (+8/-0)
To merge this branch: bzr merge lp:~dashua/light-themes/fix.lp.818541
Reviewer Review Type Date Requested Status
Andrea Cimitan Pending
Review via email: mp+71490@code.launchpad.net

Description of the change

@Cimi-This looks quite nice on Radiance as well and globally themes the spinner. This also looks good good in Nautilus in the infobar. Fixes the dark spinner viability on Ambiance in the sound menu.

To post a comment you must log in.
142. By James Schriver

[ James Schriver ]
* Ambiance/Radiance/gtk-3.0/gtk-widgets.css (LP: #818541)
  - Theme spinner to @selected_bg color

Revision history for this message
Andrea Cimitan (cimi) wrote :

I think it should be better to use dark everywhere, except where we really want it

Revision history for this message
James Schriver (dashua) wrote :

The spinner also loads in Gwibber too and a few other places on the dark toolbars. I guess we could specifically theme the spinner for this instances, but I think it is going to show up more on dark backgrounds than light.

Revision history for this message
James Schriver (dashua) wrote :

Empathy too.

Revision history for this message
Andrea Cimitan (cimi) wrote :

So, match it with .menu GtkSpinner, .primary-toolbar GtkSpinner

Revision history for this message
James Schriver (dashua) wrote :

Ok

Revision history for this message
Andrea Cimitan (cimi) wrote :

well, it requires touches to indicator sound, I'll manage it, thx anyway

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css'
--- Ambiance/gtk-3.0/gtk-widgets.css 2011-08-10 19:43:39 +0000
+++ Ambiance/gtk-3.0/gtk-widgets.css 2011-08-14 16:41:23 +0000
@@ -1393,6 +1393,14 @@
1393 color: @fg_color;1393 color: @fg_color;
1394}1394}
13951395
1396/***********
1397 * spinner *
1398 ***********/
1399
1400GtkSpinner {
1401 color: @selected_bg_color;
1402}
1403
1396/*************1404/*************
1397 * statusbar *1405 * statusbar *
1398 *************/1406 *************/
13991407
=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
--- Radiance/gtk-3.0/gtk-widgets.css 2011-08-10 19:43:39 +0000
+++ Radiance/gtk-3.0/gtk-widgets.css 2011-08-14 16:41:23 +0000
@@ -1408,6 +1408,14 @@
1408 color: @fg_color;1408 color: @fg_color;
1409}1409}
14101410
1411/***********
1412 * spinner *
1413 ***********/
1414
1415GtkSpinner {
1416 color: @selected_bg_color;
1417}
1418
1411/*************1419/*************
1412 * statusbar *1420 * statusbar *
1413 *************/1421 *************/
14141422
=== modified file 'debian/changelog'
--- debian/changelog 2011-08-11 01:45:10 +0000
+++ debian/changelog 2011-08-14 16:41:23 +0000
@@ -1,3 +1,11 @@
1light-themes (0.1.8.22) UNRELEASED; urgency=low
2
3 [ James Schriver ]
4 * Ambiance/Radiance/gtk-3.0/gtk-widgets.css (LP: #818541)
5 - Theme spinner to @selected_bg color
6
7 -- James Schriver <jws141@gmail.com> Sun, 14 Aug 2011 12:28:00 -0400
8
1light-themes (0.1.8.21) oneiric; urgency=low9light-themes (0.1.8.21) oneiric; urgency=low
210
3 * New snapshot11 * New snapshot

Subscribers

People subscribed via source and target branches