Merge lp:~markellmtthw/egtk/update-gtk2-colors into lp:egtk/1.0

Proposed by Matthew Markell
Status: Merged
Merged at revision: 377
Proposed branch: lp:~markellmtthw/egtk/update-gtk2-colors
Merge into: lp:egtk/1.0
Diff against target: 72 lines (+13/-11)
1 file modified
gtk-2.0/gtkrc (+13/-11)
To merge this branch: bzr merge lp:~markellmtthw/egtk/update-gtk2-colors
Reviewer Review Type Date Requested Status
Danielle Foré Pending
Review via email: mp+88583@code.launchpad.net

Description of the change

I have changed all of the GTK2 dark colors to light and changed the selection blue to match GTK3's.

GTK2 is now much more consistent to GTK3

NEEDS TESTING

To post a comment you must log in.
Revision history for this message
Matthew Markell (markellmtthw) wrote :

Don't merge this just yet, I found a few minor niggles that I want to work out first.

375. By Matthew Markell

Mostly fixed all remaining problems. There is a black border around MenuItems that needs to be removed but I don't know how to change that

Revision history for this message
Matthew Markell (markellmtthw) wrote :

Ready for testing folks :D

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'gtk-2.0/gtkrc'
--- gtk-2.0/gtkrc 2011-10-10 12:08:02 +0000
+++ gtk-2.0/gtkrc 2012-01-17 16:05:30 +0000
@@ -7,13 +7,14 @@
7#7#
8# See the file COPYING for the full license text.8# See the file COPYING for the full license text.
99
10gtk_color_scheme = "bg_color:#DEDEDE\nselected_bg_color:#A9C3D9\nbase_color:#FFF" # Background, base10gtk_color_scheme = "bg_color:#DEDEDE\nselected_bg_color:#4a90d9\nbase_color:#FFF" # Background, base
11gtk_color_scheme = "fg_color:#4D4D4D\nselected_fg_color:#FFF\ntext_color:#4D4D4D" # Foreground, text11gtk_color_scheme = "fg_color:#4D4D4D\nselected_fg_color:#FFF\ntext_color:#4D4D4D" # Foreground, text
12gtk_color_scheme = "sidebar_color:#DEDEDE" # Custom colors12gtk_color_scheme = "sidebar_color:#DEDEDE" # Custom colors
13gtk_color_scheme = "tooltip_bg_color:#000\ntooltip_fg_color:#FFF" # Tooltips13gtk_color_scheme = "tooltip_bg_color:#000\ntooltip_fg_color:#FFF" # Tooltips
14gtk_color_scheme = "link_color:#08C" # Hyperlinks14gtk_color_scheme = "link_color:#08C" # Hyperlinks
15gtk_color_scheme = "frame_color:#D1D1D1\ninactive_frame_color:#D1D1D1" # Fix for Chrome15gtk_color_scheme = "frame_color:#D1D1D1\ninactive_frame_color:#D1D1D1" # Fix for Chrome
16gtk_color_scheme = "bg_color_dark:#383838\ntext_color_dark:#FFF" # Dark colors16gtk_color_scheme = "bg_color_dark:#F0F0F0\ntext_color_dark:#4d4d4d\ntext_color_dark_selected:#FFF" # Dark colors - NO MORE DARKS
17
1718
18gtk-icon-sizes = "gtk-button=16,16" # Set icon size for buttons19gtk-icon-sizes = "gtk-button=16,16" # Set icon size for buttons
19gtk-button-images = 0 # Disables icons for buttons with text20gtk-button-images = 0 # Disables icons for buttons with text
@@ -150,20 +151,20 @@
150151
151 bg[NORMAL] = @bg_color_dark152 bg[NORMAL] = @bg_color_dark
152 bg[PRELIGHT] = shade (1.02, @bg_color_dark)153 bg[PRELIGHT] = shade (1.02, @bg_color_dark)
153 bg[SELECTED] = shade (0.90, @selected_bg_color)154 bg[SELECTED] = shade (1.1, @selected_bg_color)
154 bg[INSENSITIVE] = @bg_color_dark155 bg[INSENSITIVE] = @bg_color_dark
155 bg[ACTIVE] = shade (1.04, @bg_color_dark)156 bg[ACTIVE] = shade (1.04, @bg_color_dark)
156157
157 fg[NORMAL] = @text_color_dark158 fg[NORMAL] = @text_color_dark
158 fg[PRELIGHT] = @text_color_dark159 fg[PRELIGHT] = @text_color_dark_selected
159 fg[SELECTED] = @text_color_dark160 fg[SELECTED] = @text_color_dark_selected
160 fg[ACTIVE] = @text_color_dark161 fg[ACTIVE] = @text_color_dark_selected
161 fg[INSENSITIVE] = darker (@bg_color)162 fg[INSENSITIVE] = darker (@bg_color)
162163
163 text[NORMAL] = @text_color_dark164 text[NORMAL] = @text_color_dark
164 text[PRELIGHT] = @text_color_dark165 text[PRELIGHT] = @text_color_dark_selected
165 text[ACTIVE] = @text_color_dark166 text[ACTIVE] = @text_color_dark_selected
166 text[SELECTED] = @text_color_dark167 text[SELECTED] = @text_color_dark_selected
167 text[INSENSITIVE] = darker (@bg_color_dark)168 text[INSENSITIVE] = darker (@bg_color_dark)
168}169}
169170
@@ -183,7 +184,7 @@
183184
184 bg[ACTIVE] = shade (0.80, @bg_color)185 bg[ACTIVE] = shade (0.80, @bg_color)
185 bg[NORMAL] = shade (1.15, @bg_color)186 bg[NORMAL] = shade (1.15, @bg_color)
186 bg[PRELIGHT] = shade (1.13, @selected_bg_color)187 bg[PRELIGHT] = shade (1.13, @bg_color)
187 bg[SELECTED] = shade (0.75, @selected_bg_color)188 bg[SELECTED] = shade (0.75, @selected_bg_color)
188 bg[INSENSITIVE] = shade (0.98, @bg_color)189 bg[INSENSITIVE] = shade (0.98, @bg_color)
189 190
@@ -271,13 +272,14 @@
271 fg[ACTIVE] = @fg_color272 fg[ACTIVE] = @fg_color
272 fg[INSENSITIVE] = darker (@bg_color)273 fg[INSENSITIVE] = darker (@bg_color)
273274
274 bg[SELECTED] = shade (0.90, @selected_bg_color)275 bg[SELECTED] = shade (1.30, @selected_bg_color)
275276
276 engine "murrine"277 engine "murrine"
277 {278 {
278 contrast = 0.8279 contrast = 0.8
279 roundness = 0280 roundness = 0
280 lightborderstyle = 1281 lightborderstyle = 1
282
281 }283 }
282}284}
283285

Subscribers

People subscribed via source and target branches

to all changes: