91 lines
2.2 KiB
Plaintext
91 lines
2.2 KiB
Plaintext
include "Styles/Panel/panel-dark.rc"
|
|
|
|
style "panel-dark-flat"
|
|
{
|
|
xthickness = 1
|
|
ythickness = 0
|
|
|
|
bg[NORMAL] = "#555555"
|
|
bg[PRELIGHT] = "#7a7a7a"
|
|
bg[SELECTED] = mix(0.2, "#555555", @selected_bg_color)
|
|
bg[INSENSITIVE] = "#555555"
|
|
bg[ACTIVE] = "#7a7a7a"
|
|
|
|
fg[NORMAL] = "#e0e0e0"
|
|
fg[PRELIGHT] = "#f0f0f0"
|
|
fg[SELECTED] = "#e0e0e0"
|
|
fg[ACTIVE] = "#e0e0e0"
|
|
fg[INSENSITIVE] = "#9b9b9b"
|
|
|
|
engine "pixmap"
|
|
{
|
|
image
|
|
{
|
|
function = FOCUS
|
|
recolorable = TRUE
|
|
file = "Fixes/none.png"
|
|
border = { 0, 0, 0, 0}
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = ARROW
|
|
recolorable = TRUE
|
|
overlay_file = "Arrows/arrow-up-prelight.png"
|
|
overlay_border = { 0, 0, 0, 0}
|
|
overlay_stretch = FALSE
|
|
arrow_direction = UP
|
|
}
|
|
image
|
|
{
|
|
function = ARROW
|
|
recolorable = TRUE
|
|
overlay_file = "Arrows/arrow-down-prelight.png"
|
|
overlay_border = { 0, 0, 0, 0}
|
|
overlay_stretch = FALSE
|
|
arrow_direction = DOWN
|
|
}
|
|
image
|
|
{
|
|
function = ARROW
|
|
recolorable = TRUE
|
|
overlay_file = "Arrows/arrow-left-prelight.png"
|
|
overlay_border = { 0, 0, 0, 0}
|
|
overlay_stretch = FALSE
|
|
arrow_direction = LEFT
|
|
}
|
|
image
|
|
{
|
|
function = ARROW
|
|
recolorable = TRUE
|
|
overlay_file = "Arrows/arrow-right-prelight.png"
|
|
overlay_border = { 0, 0, 0, 0}
|
|
overlay_stretch = FALSE
|
|
arrow_direction = RIGHT
|
|
}
|
|
}
|
|
}
|
|
|
|
class "PanelApp*" style "panel-dark-flat"
|
|
class "PanelToplevel*" style "panel-dark-flat"
|
|
class "*Xfce*Panel*" style "panel-dark-flat"
|
|
|
|
widget "*fast-user-switch*" style "panel-dark-flat"
|
|
widget "PanelToplevel*PanelAppletFrame" style "panel-dark-flat"
|
|
widget "PanelToplevel*PanelMenuBar" style "panel-dark-flat"
|
|
widget "PanelToplevel*PanelWidget*" style "panel-dark-flat"
|
|
widget "?PanelWidget?" style "panel-dark-flat"
|
|
widget "*Xfce*Panel*" style "panel-dark-flat"
|
|
|
|
widget_class "BonoboPlug*Panel*" style "panel-dark-flat"
|
|
widget_class "*tray*" style "panel-dark-flat"
|
|
|
|
widget "*PanelApplet*" style "panel-dark-flat"
|
|
|
|
widget_class "Panel*<GtkButton>" style "panel-button-dark"
|
|
widget_class "BonoboPlug*Applet*<GtkButton>" style "panel-button-dark"
|
|
|
|
widget_class "*Tasklist.*<GtkButton>" style:highest "taskbar-button-dark"
|
|
|
|
include "Styles/Panel/panel.rc"
|