Merge lp:~willcooke/ubuntu-themes/gtk2scrollbartrough into lp:ubuntu-themes

Proposed by Will Cooke
Status: Needs review
Proposed branch: lp:~willcooke/ubuntu-themes/gtk2scrollbartrough
Merge into: lp:ubuntu-themes
Diff against target: 25 lines (+2/-2)
2 files modified
Ambiance/gtk-2.0/gtkrc (+1/-1)
Radiance/gtk-2.0/gtkrc (+1/-1)
To merge this branch: bzr merge lp:~willcooke/ubuntu-themes/gtk2scrollbartrough
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Lars Karlitski Pending
Review via email: mp+278430@code.launchpad.net

Commit message

Changes gtk2 scrollbars to have a darker background while leaving the scrollbar itself unchanged. Increases the contrast between the two and makes it easier to see the scrollbar position at a glance.

Description of the change

Changes gtk2 scrollbars to have a darker background while leaving the scrollbar itself unchanged. Increases the contrast between the two and makes it easier to see the scrollbar position at a glance.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Unmerged revisions

456. By Will Cooke

Make the scrollbar trough slighly darker to increase contrast between scroll bar and trough.
Fixes https://bugs.launchpad.net/ubuntu-themes/+bug/721786

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Ambiance/gtk-2.0/gtkrc'
--- Ambiance/gtk-2.0/gtkrc 2014-03-04 17:08:48 +0000
+++ Ambiance/gtk-2.0/gtkrc 2015-11-24 11:06:37 +0000
@@ -239,7 +239,7 @@
239 border_shades = {0.95, 0.90}239 border_shades = {0.95, 0.90}
240 roundness = 20240 roundness = 20
241 contrast = 1.0241 contrast = 1.0
242 trough_shades = {0.92, 0.98}242 trough_shades = {0.68, 0.70}
243 lightborder_shade = 1.3243 lightborder_shade = 1.3
244 glowstyle = 5244 glowstyle = 5
245 glow_shade = 1.02245 glow_shade = 1.02
246246
=== modified file 'Radiance/gtk-2.0/gtkrc'
--- Radiance/gtk-2.0/gtkrc 2014-03-04 17:08:48 +0000
+++ Radiance/gtk-2.0/gtkrc 2015-11-24 11:06:37 +0000
@@ -200,7 +200,7 @@
200 border_shades = {0.95, 0.90}200 border_shades = {0.95, 0.90}
201 roundness = 20201 roundness = 20
202 contrast = 1.0202 contrast = 1.0
203 trough_shades = {0.92, 0.98}203 trough_shades = {0.74, 0.8}
204 lightborder_shade = 1.3204 lightborder_shade = 1.3
205 glowstyle = 5205 glowstyle = 5
206 glow_shade = 1.02206 glow_shade = 1.02

Subscribers

People subscribed via source and target branches