~c-lobrano/ubuntu-themes/fix-focus-ring-segmented-buttons

« back to all changes in this revision

Viewing changes to Radiance/gtk-2.0/apps/mate-panel.rc

  • Committer: Bileto Bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2017-10-12 05:18:51 UTC
  • mfrom: (579.3.1 ubuntu-themes)
  • Revision ID: ci-train-bot@canonical.com-20171012051851-nxn3o74w25ux0io7
gtk2: Ambiance, Radiance: inherit style fixes from MATE themes (LP: #961679)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Panel specific settings for correct theming on MATE
 
2
 
 
3
style "panel" = "dark"
 
4
{
 
5
        xthickness = 0
 
6
        ythickness = 0
 
7
 
 
8
        engine "murrine" {
 
9
                colorize_scrollbar = TRUE
 
10
        }
 
11
}
 
12
 
 
13
style "panel_default" = "dark"
 
14
{
 
15
        engine "murrine" {
 
16
                colorize_scrollbar = TRUE
 
17
        }
 
18
}
 
19
 
 
20
widget "*Panel"                   style "panel"
 
21
widget "*PanelWidget*"            style "panel"
 
22
widget "*PanelApplet*"            style "panel"         # workaround for right click menu corrupted bg
 
23
widget "*fast-user-switch*"       style "panel"         # workaround for Fast User Switch applet
 
24
widget "*CPUFreqApplet*"          style "panel"         # workaround for CpuFreq Applet
 
25
class "PanelApp*"                 style "panel"
 
26
class "PanelToplevel*"            style "panel"
 
27
widget_class "*notif*"            style "panel"
 
28
widget_class "*PanelApplet*"      style "panel_default" # workaround for right click menu corrupted bg
 
29
widget_class "*Tray*"             style "panel"         # workaround for StarDict, gnubiff... tray icon bg
 
30
class "GtkScrollbar"              style "murrine-scrollbar"