[157] | 1 | #################### PANEL BACKGROUND ######################### |
---|
| 2 | |
---|
| 3 | style "panelbg" |
---|
| 4 | { |
---|
| 5 | xthickness = 0 |
---|
| 6 | ythickness = 0 |
---|
| 7 | bg_pixmap[NORMAL] = "panel/panel-bg.png" |
---|
| 8 | } |
---|
| 9 | |
---|
| 10 | style "panel" |
---|
| 11 | { |
---|
| 12 | xthickness = 0 |
---|
| 13 | ythickness = 0 |
---|
| 14 | } |
---|
| 15 | class "*Panel*" style "panel" |
---|
| 16 | #class "*notif*" style "panelbg" |
---|
| 17 | #class "*Notif*" style "panelbg" |
---|
| 18 | #class "*Tray*" style "panelbg" |
---|
| 19 | #class "*tray*" style "panelbg" |
---|
| 20 | widget_class "*BonoboDockItem" style "panelbg" |
---|
| 21 | class "*BonoboDockItem" style "panelbg" |
---|
| 22 | |
---|
| 23 | style "appletcolor" |
---|
| 24 | { |
---|
| 25 | bg_pixmap[NORMAL] = "panel/panel-bg.png" |
---|
| 26 | } |
---|
| 27 | |
---|
| 28 | widget "*PanelWidget*" style "appletcolor" |
---|
| 29 | widget "*PanelApplet*" style "appletcolor" |
---|
| 30 | |
---|
| 31 | style "panel" |
---|
| 32 | |
---|
| 33 | { |
---|
| 34 | fg[NORMAL] = "#d7d7d7" |
---|
| 35 | fg[PRELIGHT] = "#ffffff" #"#3585AF" #"#B2E7FF" |
---|
| 36 | fg[ACTIVE] = "#f0f0f0" |
---|
| 37 | fg[SELECTED] = "#000000" |
---|
| 38 | fg[INSENSITIVE] = "#6B6B6B" #"#8A857C" |
---|
| 39 | bg[SELECTED] = "#3d3d3d" |
---|
| 40 | } |
---|
| 41 | |
---|
| 42 | widget_class "*Panel*GtkToggleButton" style "panel" |
---|
| 43 | widget_class "*Panel*GtkButton" style "panel" |
---|
| 44 | widget_class "*.Panel*Button*GtkLabel" style "panel" |
---|
| 45 | widget_class "*.Panel*GtkLabel" style "panel" |
---|
| 46 | |
---|
| 47 | ##################### PANEL BUTTONS ############################### |
---|
| 48 | |
---|
| 49 | style "panelbuttons" = "default" |
---|
| 50 | { |
---|
| 51 | |
---|
| 52 | fg[NORMAL] = "#ffffff" |
---|
| 53 | fg[PRELIGHT] = "#ffffff" # text on buttons (hover) |
---|
| 54 | fg[ACTIVE] = "#ffffff" # text on unfocused tabs |
---|
| 55 | fg[SELECTED] = "#ffffff" # selected text on lists |
---|
| 56 | fg[INSENSITIVE] = "#ffffff" # greyed "unused" text |
---|
| 57 | |
---|
| 58 | xthickness = 4 |
---|
| 59 | ythickness = 4 |
---|
| 60 | |
---|
| 61 | GtkWidget::focus_padding = 2 |
---|
| 62 | |
---|
| 63 | engine "pixmap" { |
---|
| 64 | |
---|
| 65 | image |
---|
| 66 | { |
---|
| 67 | function = BOX |
---|
| 68 | recolorable = TRUE |
---|
| 69 | state = NORMAL |
---|
| 70 | file = "panel/panel-button-inactive.png" |
---|
| 71 | border = { 3, 3, 3, 3 } |
---|
| 72 | stretch = TRUE |
---|
| 73 | } |
---|
| 74 | |
---|
| 75 | image |
---|
| 76 | { |
---|
| 77 | function = BOX |
---|
| 78 | recolorable = TRUE |
---|
| 79 | state = PRELIGHT |
---|
| 80 | file = "panel/panel-button-prelight.png" |
---|
| 81 | border = { 3, 3, 3, 3 } |
---|
| 82 | stretch = TRUE |
---|
| 83 | |
---|
| 84 | } |
---|
| 85 | |
---|
| 86 | image |
---|
| 87 | { |
---|
| 88 | function = BOX |
---|
| 89 | recolorable = TRUE |
---|
| 90 | state = ACTIVE |
---|
| 91 | file = "panel/panel-button-active.png" |
---|
| 92 | border = { 3, 3, 3, 3 } |
---|
| 93 | stretch = TRUE |
---|
| 94 | } |
---|
| 95 | image |
---|
| 96 | { |
---|
| 97 | function = BOX |
---|
| 98 | recolorable = TRUE |
---|
| 99 | state = INSENSITIVE |
---|
| 100 | file = "panel/panel-button-inactive.png" |
---|
| 101 | border = { 3, 3, 3, 3 } |
---|
| 102 | stretch = TRUE |
---|
| 103 | } |
---|
| 104 | |
---|
| 105 | } |
---|
| 106 | |
---|
| 107 | } |
---|
| 108 | widget_class "*Panel*GtkToggleButton" style "panelbuttons" |
---|
| 109 | #widget_class "*Panel*GtkButton" style "panelbuttons" |
---|
| 110 | |
---|
| 111 | widget "*.tasklist-button" style "panelbuttons" |
---|
| 112 | |
---|
| 113 | |
---|
| 114 | |
---|