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

Proposed by James Schriver
Status: Merged
Merged at revision: 81
Proposed branch: lp:~dashua/light-themes/fix.lp.740864
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 119 lines (+77/-1)
5 files modified
Ambiance/gtk-2.0/apps/gedit.rc (+35/-0)
Ambiance/gtk-2.0/gtkrc (+1/-0)
Radiance/gtk-2.0/apps/gedit.rc (+35/-0)
Radiance/gtk-2.0/gtkrc (+1/-0)
debian/changelog (+5/-1)
To merge this branch: bzr merge lp:~dashua/light-themes/fix.lp.740864
Reviewer Review Type Date Requested Status
Paul Sladen Pending
Review via email: mp+57274@code.launchpad.net

Description of the change

Added gedit specific theming resolving some usability bugs.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'Ambiance/gtk-2.0/apps/gedit.rc'
2--- Ambiance/gtk-2.0/apps/gedit.rc 1970-01-01 00:00:00 +0000
3+++ Ambiance/gtk-2.0/apps/gedit.rc 2011-04-12 06:04:30 +0000
4@@ -0,0 +1,35 @@
5+style "gedit-frame"
6+{
7+ engine "pixmap"
8+ {
9+ image
10+ {
11+ function = SHADOW
12+ }
13+ }
14+}
15+
16+style "thin"
17+{
18+ xthickness = 0
19+ ythickness = 0
20+}
21+
22+widget_class "*Gedit*.<GtkFrame>*" style "gedit-frame"
23+widget_class "*Gedit*.<GtkScrolledWindow>" style "thin"
24+widget_class "*Gedit*.<GtkArrow>*" style:highest "default"
25+
26+style "gedit-notebook"
27+{
28+ base[ACTIVE] = shade (0.94, @selected_bg_color)
29+}
30+
31+widget_class "*GeditNotebook" style "gedit-notebook"
32+widget_class "*GeditNotebook*Tab*" style "gedit-notebook"
33+
34+style "gedit"
35+{
36+ GtkComboBox::appears-as-list = 0
37+}
38+
39+widget_class "*Gedit*" style "gedit"
40
41=== modified file 'Ambiance/gtk-2.0/gtkrc'
42--- Ambiance/gtk-2.0/gtkrc 2011-03-22 02:13:52 +0000
43+++ Ambiance/gtk-2.0/gtkrc 2011-04-12 06:04:30 +0000
44@@ -703,6 +703,7 @@
45 #include "apps/banshee.rc"
46 include "apps/chromium.rc"
47 include "apps/ff.rc"
48+include "apps/gedit.rc"
49 include "apps/gnome-panel.rc"
50 include "apps/gnome-terminal.rc"
51 include "apps/nautilus.rc"
52
53=== added file 'Radiance/gtk-2.0/apps/gedit.rc'
54--- Radiance/gtk-2.0/apps/gedit.rc 1970-01-01 00:00:00 +0000
55+++ Radiance/gtk-2.0/apps/gedit.rc 2011-04-12 06:04:30 +0000
56@@ -0,0 +1,35 @@
57+style "gedit-frame"
58+{
59+ engine "pixmap"
60+ {
61+ image
62+ {
63+ function = SHADOW
64+ }
65+ }
66+}
67+
68+style "thin"
69+{
70+ xthickness = 0
71+ ythickness = 0
72+}
73+
74+widget_class "*Gedit*.<GtkFrame>*" style "gedit-frame"
75+widget_class "*Gedit*.<GtkScrolledWindow>" style "thin"
76+widget_class "*Gedit*.<GtkArrow>*" style:highest "default"
77+
78+style "gedit-notebook"
79+{
80+ base[ACTIVE] = shade (0.94, @selected_bg_color)
81+}
82+
83+widget_class "*GeditNotebook" style "gedit-notebook"
84+widget_class "*GeditNotebook*Tab*" style "gedit-notebook"
85+
86+style "gedit"
87+{
88+ GtkComboBox::appears-as-list = 0
89+}
90+
91+widget_class "*Gedit*" style "gedit"
92
93=== modified file 'Radiance/gtk-2.0/gtkrc'
94--- Radiance/gtk-2.0/gtkrc 2011-03-22 02:13:52 +0000
95+++ Radiance/gtk-2.0/gtkrc 2011-04-12 06:04:30 +0000
96@@ -671,6 +671,7 @@
97 #include "apps/banshee.rc"
98 include "apps/chromium.rc"
99 include "apps/ff.rc"
100+include "apps/gedit.rc"
101 include "apps/gnome-panel.rc"
102 include "apps/gnome-terminal.rc"
103 include "apps/nautilus.rc"
104
105=== modified file 'debian/changelog'
106--- debian/changelog 2011-04-11 22:46:04 +0000
107+++ debian/changelog 2011-04-12 06:04:30 +0000
108@@ -1,7 +1,11 @@
109 light-themes (0.1.8.13) UNRELEASED; urgency=low
110
111+ [James Schriver]
112+ * Ambiance/Radiance/apps/gedit.rc
113+ - Add gedit specific theming bits fixes (LP: #740864)
114+ - Minor gedit specific theming tweaks
115
116- -- Paul Sladen <sladen@canonical.com> Mon, 11 Apr 2011 23:45:41 +0100
117+ -- James Schriver <jws141@gmail.com> Tue, 12 Apr 2011 01:50:29 -0400
118
119 light-themes (0.1.8.12) natty; urgency=low
120

Subscribers

People subscribed via source and target branches