Merge lp:~cimi/light-themes/more-contrasted-disabled-menuitems into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by Andrea Cimitan
Status: Merged
Merged at revision: 51
Proposed branch: lp:~cimi/light-themes/more-contrasted-disabled-menuitems
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 55 lines (+8/-4)
3 files modified
Ambiance/gtk-2.0/gtkrc (+2/-3)
Radiance/gtk-2.0/gtkrc (+0/-1)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~cimi/light-themes/more-contrasted-disabled-menuitems
Reviewer Review Type Date Requested Status
Ubuntu Artwork Packagers Pending
Review via email: mp+36728@code.launchpad.net
To post a comment you must log in.
51. By Andrea Cimitan

there was a duplicated option

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 2010-09-09 15:21:21 +0000
3+++ Ambiance/gtk-2.0/gtkrc 2010-09-27 15:22:39 +0000
4@@ -112,7 +112,6 @@
5 focusstyle = 3
6 handlestyle = 1
7 sliderstyle = 3
8- handlestyle = 1
9 scrollbarstyle = 2
10 stepperstyle = 3
11 # rgba = TRUE
12@@ -125,7 +124,7 @@
13 fg[PRELIGHT] = "#fff"
14 fg[ACTIVE] = "#fff"
15 fg[SELECTED] = "#fff"
16- fg[INSENSITIVE] = shade (0.8, "#3c3b37")
17+ fg[INSENSITIVE] = shade (0.5, "#3c3b37")
18
19 bg[NORMAL] = "#3c3b37"
20 bg[PRELIGHT] = shade (1.0, "#4D4C48")
21@@ -332,7 +331,7 @@
22
23 bg[NORMAL] = "#43423f"
24 bg[INSENSITIVE] = "#43423f"
25- fg[INSENSITIVE] = shade (0.7, "#43423f")
26+ fg[INSENSITIVE] = shade (0.54, "#43423f")
27
28 engine "murrine"
29 {
30
31=== modified file 'Radiance/gtk-2.0/gtkrc'
32--- Radiance/gtk-2.0/gtkrc 2010-09-09 15:21:21 +0000
33+++ Radiance/gtk-2.0/gtkrc 2010-09-27 15:22:39 +0000
34@@ -112,7 +112,6 @@
35 focusstyle = 3
36 handlestyle = 1
37 sliderstyle = 3
38- handlestyle = 1
39 scrollbarstyle = 2
40 stepperstyle = 3
41 # rgba = TRUE
42
43=== modified file 'debian/changelog'
44--- debian/changelog 2010-09-21 21:36:43 +0000
45+++ debian/changelog 2010-09-27 15:22:39 +0000
46@@ -1,3 +1,9 @@
47+light-themes (0.1.8.1) maverick; urgency=low
48+
49+ * helps making disabled menu items more readable (LP: #617192)
50+
51+ -- Andrea Cimitan <andrea.cimitan@gmail.com> Mon, 27 Sep 2010 16:42:10 +0200
52+
53 light-themes (0.1.8) maverick; urgency=low
54
55 * usability fixes based on the user feedback (LP: #634422)