~vanvugt/ubuntu/natty/light-themes/fix-772972-natty

« back to all changes in this revision

Viewing changes to Ambiance/gtk-2.0/apps/chromium.rc

  • Committer: Bazaar Package Importer
  • Author(s): Paul Sladen, Andrea Cimitan, Daniel Foré, James Schriver, Paul Sladen
  • Date: 2011-04-11 08:36:37 UTC
  • Revision ID: james.westby@ubuntu.com-20110411083637-m3terknh5mwt2fx4
Tags: 0.1.8.11
[Andrea Cimitan]
* Ambiance/Radiance/gtk-2.0/gtkrc
  - Fix inconsistent menu item distances (LP: #659866)
* Ambiance/apps/gnome-terminal.rc
  - Add dark-terminal theming to tweak resize grip 
* Ambiance/Radiance/apps/chromium.rc
  - Add specific chromium theming bits (LP: #697854)

[Daniel Foré]
* Ambiance/gtk-2.0/apps/ubuntuone.rc
  - Further tweaks following on from (LP: #715717)
  - May need further adjusting to cope with widgetname adjustments
    in the application itself.

[James Schriver]
* Radiance/metacity/metacity-theme-1.xml
  - Fix borderless overlap (LP: #733504)*
  - Update <info> meta-data; version, and incorrect Radiance *name*.
  - Downcase some hexadecimal colours

[Paul Sladen]
* This release is known not to be perfect but is an iterative
  improvement on the previous and should get a new base-line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        }
10
10
}
11
11
 
 
12
style "chrome-gtk-frame"
 
13
{
 
14
  ChromeGtkFrame::frame-color = "#3c3b37"
 
15
  ChromeGtkFrame::inactive-frame-color = "#3c3b37"
 
16
 
 
17
  ChromeGtkFrame::frame-gradient-size = 16
 
18
  ChromeGtkFrame::frame-gradient-color = "#5c5b56"
 
19
 
 
20
  ChromeGtkFrame::incognito-frame-color = lighter ("#3c3b37")
 
21
  ChromeGtkFrame::incognito-inactive-frame-color = lighter ("#3c3b37")
 
22
 
 
23
  ChromeGtkFrame::incognito-frame-gradient-size = 16
 
24
  ChromeGtkFrame::incognito-frame-gradient-color = "#5c5b56"
 
25
 
 
26
  ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color)
 
27
  ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color)
 
28
  ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color
 
29
}
 
30
 
 
31
class "ChromeGtkFrame" style "chrome-gtk-frame"
 
32
 
12
33
widget_class "*Chrom*Button*" style "chromium_toolbar_button"
13
34
 
14
35