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
1=== modified file 'Ambiance/gtk-2.0/gtkrc'
2--- Ambiance/gtk-2.0/gtkrc 2014-03-04 17:08:48 +0000
3+++ Ambiance/gtk-2.0/gtkrc 2015-11-24 11:06:37 +0000
4@@ -239,7 +239,7 @@
5 border_shades = {0.95, 0.90}
6 roundness = 20
7 contrast = 1.0
8- trough_shades = {0.92, 0.98}
9+ trough_shades = {0.68, 0.70}
10 lightborder_shade = 1.3
11 glowstyle = 5
12 glow_shade = 1.02
13
14=== modified file 'Radiance/gtk-2.0/gtkrc'
15--- Radiance/gtk-2.0/gtkrc 2014-03-04 17:08:48 +0000
16+++ Radiance/gtk-2.0/gtkrc 2015-11-24 11:06:37 +0000
17@@ -200,7 +200,7 @@
18 border_shades = {0.95, 0.90}
19 roundness = 20
20 contrast = 1.0
21- trough_shades = {0.92, 0.98}
22+ trough_shades = {0.74, 0.8}
23 lightborder_shade = 1.3
24 glowstyle = 5
25 glow_shade = 1.02

Subscribers

People subscribed via source and target branches