~skellat/+junk/shimmer-themes

« back to all changes in this revision

Viewing changes to greybird/xfce-notify-4.0/gtkrc

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-02-05 22:48:30 UTC
  • mfrom: (0.3.1) (0.2.1) (0.1.1)
  • Revision ID: package-import@ubuntu.com-20120205224830-2xcw5f6gm51t4tci
Tags: 1.1-0ubuntu1
Initial release, split Shimmer Project themes from murrine-themes
(Albatross [a4c586d], Bluebird [2713c7e], Greybird [7915c3e]).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
style "greybird-notify-window"
 
2
{
 
3
    XfceNotifyWindow::summary-bold = 1
 
4
    bg[NORMAL] = "#111" 
 
5
    XfceNotifyWindow::border-color = "#ffffff"
 
6
    XfceNotifyWindow::border-radius = 10.0
 
7
    XfceNotifyWindow::border-width = 3.0
 
8
}
 
9
class "XfceNotifyWindow" style "greybird-notify-window"
 
10
 
 
11
style "greybird-notify-button"
 
12
{
 
13
    bg[NORMAL] = "#202020"
 
14
    bg[PRELIGHT] = "#404040"
 
15
    fg[NORMAL] = "#ffffff"
 
16
    fg[PRELIGHT] = "#ffffff"
 
17
}
 
18
 
 
19
style "greybird-notify-text"
 
20
{
 
21
    fg[NORMAL] = "#ffffff"
 
22
    GtkWidget::link-color = "#a7a7a7"
 
23
}
 
24
 
 
25
style "greybird-notify-progressbar"
 
26
{
 
27
        xthickness   = 1
 
28
        ythickness   = 1
 
29
 
 
30
        fg[PRELIGHT] = "#000000"
 
31
        bg[NORMAL]   = "#dbdbdb"
 
32
        bg[SELECTED] = "#dbdbdb"
 
33
 
 
34
        engine "murrine" {
 
35
                gradient_shades = {1.1,0.95,1.1,0.85}
 
36
                contrast        = 0.5
 
37
                border_shades   = { 0.9, 0.9 }
 
38
                progressbarstyle    = 0
 
39
        }
 
40
}
 
41
 
 
42
widget_class "XfceNotifyWindow.*.GtkButton*" style "greybird-notify-button"
 
43
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "greybird-notify-text"
 
44
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "greybird-notify-progressbar"
 
45
widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "greybird-notify-progressbar"
 
46