~skellat/+junk/shimmer-themes

« back to all changes in this revision

Viewing changes to bluebird/gtk-2.0/panel.rc

  • 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 "theme-panel" = "murrine-dark"
 
2
{
 
3
        xthickness      = 1
 
4
        ythickness      = 0
 
5
        
 
6
        bg[NORMAL]      = "#212936"
 
7
        bg[ACTIVE]      = "#091720"
 
8
        bg[PRELIGHT]    = "#16364d"
 
9
        
 
10
        fg[NORMAL]      = @selected_fg_color
 
11
        fg[PRELIGHT]    = "#ffffff"
 
12
        fg[ACTIVE]      = @selected_fg_color
 
13
        
 
14
        text[NORMAL]   = @selected_fg_color
 
15
        text[PRELIGHT] = "#ffffff"
 
16
        text[ACTIVE]   = @selected_fg_color
 
17
 
 
18
        engine "murrine" {
 
19
                #border_shades  = { 1.3, 0.9 }
 
20
                contrast        = 0.0
 
21
                roundness       = 0
 
22
                glowstyle       = 0
 
23
                glow_shade      = 1.4
 
24
                glazestyle      = 2
 
25
                trough_border_shades    = { 3.0, 2.5 } # improve visibility in panel-plugins using the progressbar (xfce4-timer-plugin)
 
26
        }
 
27
}
 
28
 
 
29
style "theme-panel-text"
 
30
{
 
31
        fg[NORMAL]      = @selected_fg_color
 
32
        fg[PRELIGHT]    = "#ffffff"
 
33
        fg[ACTIVE]      = @selected_fg_color
 
34
        
 
35
        text[NORMAL]   = @selected_fg_color
 
36
        text[PRELIGHT] = "#ffffff"
 
37
        text[ACTIVE]   = @selected_fg_color
 
38
}
 
39
 
 
40
style "theme-main-menu-text" = "theme-panel-text"
 
41
{
 
42
        fg[PRELIGHT]   = "#ffffff"
 
43
        text[PRELIGHT] = "#ffffff"
 
44
}
 
45
 
 
46
widget "*PanelWidget*"              style "theme-panel"
 
47
widget "*PanelApplet*"              style "theme-panel"
 
48
widget "*fast-user-switch*"         style "theme-panel"
 
49
widget "*CPUFreq*Applet*"           style "theme-panel"
 
50
widget "*indicator-applet*"         style "theme-panel"
 
51
class "PanelApp*"                   style "theme-panel"
 
52
class "PanelToplevel*"              style "theme-panel"
 
53
widget_class "*PanelToplevel*"      style "theme-panel"
 
54
widget_class "*notif*"              style "theme-panel"
 
55
widget_class "*Notif*"              style "theme-panel"
 
56
widget_class "*Tray*"               style "theme-panel" 
 
57
widget_class "*tray*"               style "theme-panel"
 
58
widget_class "*computertemp*"       style "theme-panel"
 
59
widget_class "*Applet*Tomboy*"      style "theme-panel"
 
60
widget_class "*Applet*Netstatus*"   style "theme-panel"
 
61
 
 
62
# Fixes for tooltip text in some apps.
 
63
widget_class "*Notif*Beagle*"       style "theme-panel"
 
64
widget_class "*Notif*Brasero*"      style "theme-panel"
 
65
 
 
66
# XFCE panel theming.
 
67
widget "*Xfce*Panel*"               style "theme-panel"
 
68
class "*Xfce*Panel*"                style "theme-panel"
 
69
 
 
70
# Make sure panel text color doesn't change
 
71
widget_class "*Panel*MenuBar*"      style "theme-main-menu-text"
 
72
widget_class "*Panel*<GtkMenuBar>*" style "theme-main-menu-text"
 
73
widget "*.clock-applet-button.*"    style "theme-panel-text"
 
74
widget "*PanelApplet*"              style "theme-panel-text"
 
 
b'\\ No newline at end of file'