Merge lp:~cimi/light-themes/theme-chromium into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by Andrea Cimitan
Status: Merged
Approved by: James Schriver
Approved revision: 66
Merge reported by: James Schriver
Merged at revision: not available
Proposed branch: lp:~cimi/light-themes/theme-chromium
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 61 lines (+42/-0)
2 files modified
Ambiance/gtk-2.0/apps/chromium.rc (+21/-0)
Radiance/gtk-2.0/apps/chromium.rc (+21/-0)
To merge this branch: bzr merge lp:~cimi/light-themes/theme-chromium
Reviewer Review Type Date Requested Status
James Schriver Approve
Review via email: mp+53822@code.launchpad.net

Description of the change

Add specific chromium theming bits

To post a comment you must log in.
Revision history for this message
James Schriver (dashua) wrote :

Works great. Tested for a few days.

Revision history for this message
James Schriver (dashua) :
review: Approve
Revision history for this message
Andrea Cimitan (cimi) wrote :

Well, I would say that incognito is not looking amazing with radiance, could you propose a quick fix? following same ambiance ligher bg

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-2.0/apps/chromium.rc'
2--- Ambiance/gtk-2.0/apps/chromium.rc 2010-08-26 18:33:24 +0000
3+++ Ambiance/gtk-2.0/apps/chromium.rc 2011-03-17 14:01:17 +0000
4@@ -9,6 +9,27 @@
5 }
6 }
7
8+style "chrome-gtk-frame"
9+{
10+ ChromeGtkFrame::frame-color = "#3c3b37"
11+ ChromeGtkFrame::inactive-frame-color = "#3c3b37"
12+
13+ ChromeGtkFrame::frame-gradient-size = 16
14+ ChromeGtkFrame::frame-gradient-color = "#5c5b56"
15+
16+ ChromeGtkFrame::incognito-frame-color = lighter ("#3c3b37")
17+ ChromeGtkFrame::incognito-inactive-frame-color = lighter ("#3c3b37")
18+
19+ ChromeGtkFrame::incognito-frame-gradient-size = 16
20+ ChromeGtkFrame::incognito-frame-gradient-color = "#5c5b56"
21+
22+ ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color)
23+ ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color)
24+ ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color
25+}
26+
27+class "ChromeGtkFrame" style "chrome-gtk-frame"
28+
29 widget_class "*Chrom*Button*" style "chromium_toolbar_button"
30
31
32
33=== modified file 'Radiance/gtk-2.0/apps/chromium.rc'
34--- Radiance/gtk-2.0/apps/chromium.rc 2010-08-26 18:33:24 +0000
35+++ Radiance/gtk-2.0/apps/chromium.rc 2011-03-17 14:01:17 +0000
36@@ -9,6 +9,27 @@
37 }
38 }
39
40+style "chrome-gtk-frame"
41+{
42+ ChromeGtkFrame::frame-color = "#dfd7cf"
43+ ChromeGtkFrame::inactive-frame-color = "#dfd7cf"
44+
45+ ChromeGtkFrame::frame-gradient-size = 16
46+ ChromeGtkFrame::frame-gradient-color = shade (0.97, @bg_color)
47+
48+ ChromeGtkFrame::incognito-frame-color = lighter ("#dfd7cf")
49+ ChromeGtkFrame::incognito-inactive-frame-color = lighter ("#dfd7cf")
50+
51+ ChromeGtkFrame::incognito-frame-gradient-size = 16
52+ ChromeGtkFrame::incognito-frame-gradient-color = shade (0.97, @bg_color)
53+
54+ ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color)
55+ ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color)
56+ ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color
57+}
58+
59+class "ChromeGtkFrame" style "chrome-gtk-frame"
60+
61 widget_class "*Chrom*Button*" style "chromium_toolbar_button"
62
63