Added .themes directory, as it contains a mild amount of untracked content.

This commit is contained in:
2017-07-30 00:28:28 -05:00
parent 187f70e097
commit 1be99e4cef
2637 changed files with 131639 additions and 0 deletions

View File

@@ -0,0 +1,69 @@
style "button"
{
xthickness = 4
ythickness = 7
fg[NORMAL] = @selected_fg_color
fg[PRELIGHT] = @selected_fg_color
fg[SELECTED] = @selected_fg_color
fg[ACTIVE] = @selected_fg_color
fg[INSENSITIVE] = shade (0.7, @selected_fg_color)
engine "pixmap"
{
image
{
function = BOX
recolorable = TRUE
detail = "buttondefault"
file = "Buttons/button-default.png"
border = { 5, 5, 5, 5}
stretch = TRUE
}
image
{
function = BOX
state = PRELIGHT
recolorable = TRUE
shadow = OUT
file = "Buttons/button-prelight.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = BOX
state = PRELIGHT
recolorable = TRUE
shadow = IN
file = "Buttons/button-pressed.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = BOX
state = ACTIVE
file = "Buttons/button-pressed.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = BOX
state = INSENSITIVE
file = "Buttons/button-insensitive.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = BOX
file = "Buttons/button-normal.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
}
}
widget_class "*.<GtkButton>.*" style "button"
class "GtkButton" style "button"
widget_class "*GtkToggleButton*" style "button"

View File

@@ -0,0 +1,177 @@
style "checkbutton"="default"
{
fg[NORMAL] = shade (1.1, @text_color)
fg[ACTIVE] = @fg_color
engine "pixmap" {
image
{
function = CHECK
recolorable = TRUE
state = NORMAL
shadow = OUT
overlay_file = "Check-Radio/check1.png"
overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = PRELIGHT
shadow = OUT
overlay_file = "Check-Radio/check1.png"
overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = ACTIVE
shadow = OUT
overlay_file = "Check-Radio/check2.png"
overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = INSENSITIVE
shadow = OUT
overlay_file = "Check-Radio/check3.png"
overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = NORMAL
shadow = IN
overlay_file = "Check-Radio/check2.png"
overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = PRELIGHT
shadow = IN
overlay_file = "Check-Radio/check2.png"
overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = ACTIVE
shadow = IN
overlay_file = "Check-Radio/check1.png"
overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = INSENSITIVE
shadow = IN
overlay_file = "Check-Radio/check4.png"
overlay_stretch = FALSE
}
image
{
function = FLAT_BOX
recolorable = TRUE
stretch = TRUE
file = "Check-Radio/checklight.png"
border = { 2, 2, 2, 2 }
}
}
}
style "checkbutton-menu"="default"
{
engine "pixmap" {
image
{
function = CHECK
recolorable = TRUE
state = NORMAL
shadow = OUT
overlay_file = "Check-Radio/highlight.png"
overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = PRELIGHT
shadow = OUT
overlay_file = "Check-Radio/highlight.png"
overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = ACTIVE
shadow = OUT
overlay_file = "Check-Radio/highlight.png"
overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = INSENSITIVE
shadow = OUT
overlay_file = "Check-Radio/highlight.png"
overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = NORMAL
shadow = IN
overlay_file = "Check-Radio/menuitem-checkbox.png"
overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = PRELIGHT
shadow = IN
overlay_file = "Check-Radio/menuitem-checkbox-selected.png"
overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = ACTIVE
shadow = IN
overlay_file = "Check-Radio/menuitem-checkbox.png"
overlay_stretch = FALSE
}
image
{
function = CHECK
recolorable = TRUE
state = INSENSITIVE
shadow = IN
overlay_file = "Check-Radio/menuitem-checkbox-insensitive.png"
overlay_stretch = FALSE
}
image
{
function = FLAT_BOX
recolorable = TRUE
stretch = TRUE
file = "Check-Radio/checklight.png"
border = { 2, 2, 2, 2 }
}
}
}
class "GtkCheckButton" style "checkbutton"
widget_class "*GtkCheckButton*GtkLabel*" style "checkbutton"
class "GtkCheckMenuItem" style "checkbutton-menu"

View File

@@ -0,0 +1,127 @@
style "combobox" = "default"
{
base[INSENSITIVE] = shade (0.95, @bg_color)
text[INSENSITIVE] = mix (0.3, @base_color, @text_color)
fg[NORMAL] = @selected_fg_color
fg[PRELIGHT] = @selected_fg_color
fg[SELECTED] = @selected_fg_color
fg[ACTIVE] = @selected_fg_color
fg[INSENSITIVE] = shade (0.7, @selected_fg_color)
GtkWidget::wide-separators = 0
xthickness = 4
ythickness = 4
engine "pixmap"
{
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
file = "Combo/combo-prelight.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = NORMAL
file = "Combo/combo-normal.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "Combo/combo-pressed.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = INSENSITIVE
file = "Combo/combo-inactive.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = ARROW
state = NORMAL
recolorable = TRUE
overlay_file = "Combo/combo-arrow.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = DOWN
}
image
{
function = ARROW
state = PRELIGHT
recolorable = TRUE
overlay_file = "Combo/combo-arrow-prelight.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = DOWN
}
image
{
function = ARROW
state = ACTIVE
recolorable = TRUE
overlay_file = "Combo/combo-arrow-active.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = DOWN
}
image
{
function = ARROW
state = INSENSITIVE
recolorable = TRUE
overlay_file = "Combo/combo-arrow-insens.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = DOWN
}
image
{
function = VLINE
recolorable = TRUE
file = "Others/null.png"
border = { 0, 0, 0, 0 }
stretch = TRUE
}
}
}
style "combobox_button"
{
xthickness = 5
ythickness = 5
}
style "combobox_separator"
{
xthickness = 0
ythickness = 0
GtkWidget::wide-separators = 1
}
widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button"
widget_class "*<GtkComboBox>*<GtkSeparator>" style "combobox_separator"
widget_class "*<GtkComboBox>" style "combobox"
style "combobutton"
{
text[NORMAL] = @selected_fg_color
text[PRELIGHT] = @selected_fg_color
text[SELECTED] = @selected_fg_color
text[ACTIVE] = shade (0.9, @selected_fg_color)
text[INSENSITIVE] = shade (0.7, @selected_fg_color)
}
widget_class "*<GtkComboBox>*<GtkCellView>*" style "combobutton"

View File

@@ -0,0 +1,191 @@
style "entry" = "default"
{
xthickness = 4
ythickness = 4
base[NORMAL] = @base_color
base[INSENSITIVE] = shade (0.95, @bg_color)
text[INSENSITIVE] = mix (0.3, @base_color, @text_color)
engine "pixmap"
{
image
{
function = SHADOW
detail = "entry"
state = NORMAL
shadow = IN
file = "Shadows/text-entry.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = SHADOW
detail = "entry"
state = INSENSITIVE
shadow = IN
file = "Shadows/text-entry-inactive.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = SHADOW
detail = "entry"
state = ACTIVE
file = "Shadows/entry-shadow-in.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = FLAT_BOX
detail = "entry_bg"
state = NORMAL
overlay_file = "Shadows/entry-border-fill.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = TRUE
}
image
{
function = FLAT_BOX
detail = "entry_bg"
state = ACTIVE
overlay_file = "Shadows/entry-border-fill.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = TRUE
}
}
}
style "entry-notebook" = "default"
{
xthickness = 4
ythickness = 4
base[NORMAL] = @base_color
base[INSENSITIVE] = shade (0.95, @bg_color)
text[INSENSITIVE] = mix (0.3, @base_color, @text_color)
engine "pixmap"
{
image
{
function = SHADOW
detail = "entry"
state = NORMAL
shadow = IN
file = "Shadows/text-entry-notebook.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = SHADOW
detail = "entry"
state = INSENSITIVE
shadow = IN
file = "Shadows/text-entry-inactive-notebook.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = SHADOW
detail = "entry"
state = ACTIVE
file = "Shadows/entry-shadow-in-notebook.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = FLAT_BOX
detail = "entry_bg"
state = NORMAL
overlay_file = "Shadows/entry-border-fill.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = TRUE
}
image
{
function = FLAT_BOX
detail = "entry_bg"
state = ACTIVE
overlay_file = "Shadows/entry-border-fill.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = TRUE
}
}
}
style "standalone_entry" = "default"
{
xthickness = 4
ythickness = 4
engine "pixmap"
{
image
{
function = SHADOW
detail = "entry"
state = NORMAL
shadow = IN
file = "Shadows/text-entry-solid.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = SHADOW
detail = "entry"
state = INSENSITIVE
shadow = IN
file = "Shadows/text-entry-inactive-solid.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = SHADOW
detail = "entry"
state = ACTIVE
file = "Shadows/entry-shadow-in-solid.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = FLAT_BOX
detail = "entry_bg"
state = NORMAL
overlay_file = "Shadows/entry-border-fill-solid.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = TRUE
}
image
{
function = FLAT_BOX
detail = "entry_bg"
state = ACTIVE
overlay_file = "Shadows/entry-border-fill-solid.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = TRUE
}
}
}
style "toplevel_hack"
{
xthickness = 1
ythickness = 1
engine "adwaita"
{
}
}
style "xfce-heading-style" { base[NORMAL] = @bg_color }
class "XfceHeading" style "xfce-heading-style"
class "GtkEntry" style "entry"
class "GtkOldEditable" style "entry"
widget_class "*<GtkNotebook>*<GtkEntry>" style "entry-notebook"
widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "entry"
widget_class "<GtkEntry>" style "standalone_entry"
class "GtkWindow" style "toplevel_hack"
widget "*openoffice-toplevel*GtkEntry" style "standalone_entry"
widget "*libreoffice-toplevel*GtkEntry" style "standalone_entry"
widget "GtkWindow.GtkFixed.GtkEntry" style "standalone_entry"
widget "MozillaGtkWidget*GtkEntry" style "standalone_entry"

View File

@@ -0,0 +1,25 @@
style "handlebox" = "default"
{
engine "pixmap"
{
image
{
function = HANDLE
recolorable = TRUE
overlay_file = "Others/null.png"
overlay_file = "Handles/handle-h.png"
overlay_stretch = FALSE
orientation = VERTICAL
}
image
{
function = HANDLE
overlay_file = "Others/null.png"
overlay_file = "Handles/handle-v.png"
overlay_stretch = FALSE
orientation = HORIZONTAL
}
}
}
class "GtkHandleBox" style "handlebox"
class "GtkPaned" style "handlebox"

View File

@@ -0,0 +1,97 @@
style "list-header"
{
fg[NORMAL] = @text_color
fg[PRELIGHT] = @text_color
fg[SELECTED] = @selected_fg_color
fg[ACTIVE] = @text_color
fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
#Comment out the ythickness setting below for thicker column headers.
ythickness = 5
GtkTreeView::odd_row_color = "#ffffff"
GtkTreeView::even_row_color = "#ffffff"
GtkTreeView::odd_col_color = "#ffffff"
GtkTreeView::even_col_color = "#ffffff"
engine "pixmap"
{
#This image is used to draw the headers of columns in list views when they are
#not selected.
image
{
function = BOX
recolorable = TRUE
state = NORMAL
file = "ListHeaders/list_header.png"
border = { 1, 1, 1, 1 }
stretch = TRUE
}
#This image is used to draw the column headers in list views when they are
#clicked.
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
file = "ListHeaders/list_header-prelight.png"
border = { 1, 1, 1, 1 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "ListHeaders/list_header-pressed.png"
border = { 1, 1, 1, 1 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = SELECTED
file = "ListHeaders/list_header-prelight.png"
border = { 1, 1, 1, 1 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = INSENSITIVE
file = "ListHeaders/list_header-insens.png"
border = { 1, 1, 1, 1 }
stretch = TRUE
}
image
{
function = FLAT_BOX
state = NORMAL
border = {2,2,2,2}
stretch = TRUE
file = "Others/null.png"
}
image
{
function = FLAT_BOX
state = SELECTED
border = {2,2,2,2}
stretch = TRUE
file = "ListHeaders/tree.png"
}
}
}
widget_class "*List" style "list-header"
widget_class "*GtkTree*" style "list-header"
widget_class "*GtkCList*" style "list-header"
widget_class "*GtkCTree*" style "list-header"
widget_class "*GtkList*" style "list-header"
widget_class "*.ETree.*" style "list-header"
class "GtkTreeView" style "list-header"

View File

@@ -0,0 +1,154 @@
style "menu"="default"
{
xthickness=0
ythickness=0
engine "pixmap"
{
image
{
function = BOX
# recolorable = TRUE
detail = "menu"
file = "Menu-Menubar/menu.png"
border = { 1, 1, 1, 1 }
stretch = TRUE
}
}
}
style "menuitem"
{
xthickness = 0
ythickness = 4
bg[SELECTED] = @selected_fg_color
fg[PRELIGHT] = @selected_fg_color
fg[SELECTED] = @selected_fg_color
text[SELECTED] = @selected_fg_color
text[PRELIGHT] = @selected_fg_color
engine "pixmap"
{
image
{
function = BOX
recolorable = TRUE
file = "Menu-Menubar/menuitem.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = ARROW
recolorable = TRUE
state = NORMAL
overlay_file = "Menu-Menubar/arrow-right.png"
overlay_stretch = FALSE
arrow_direction = RIGHT
}
image
{
function = ARROW
recolorable = TRUE
state = PRELIGHT
overlay_file = "Menu-Menubar/arrow-right-prelight.png"
overlay_stretch = FALSE
arrow_direction = RIGHT
}
image
{
function = HLINE
recolorable = TRUE
file = "Menu-Menubar/menuline.png"
border = { 0, 0, 1, 0 }
stretch = TRUE
}
}
}
style "tearoffmenuitem" = "menuitem"
{
engine "pixmap"
{
image
{
function = ARROW
file = "Arrows/arrow-left.png"
stretch = TRUE
arrow_direction = LEFT
}
}
}
style "menubar"
{
text[PRELIGHT] = @fg_color
text[SELECTED] = @fg_color
fg[PRELIGHT] = @fg_color
fg[SELECTED] = @fg_color
xthickness = 1
ythickness = 1
engine "pixmap"
{
image
{
function = BOX
state = NORMAL
file = "Menu-Menubar/menubar.png"
border = { 0, 0, 0, 1 }
stretch = TRUE
}
image
{
function = BOX
state = ACTIVE
file = "Menu-Menubar/menubar.png"
border = { 0, 0, 0, 1 }
stretch = TRUE
}
image
{
function = BOX
state = INSENSITIVE
file = "Menu-Menubar/menubar.png"
border = { 0, 0, 0, 1 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
file = "Menu-Menubar/menubar-item.png"
border = { 5, 5, 0, 0 }
stretch = TRUE
}
}
}
style "menubar-item"
{
text[PRELIGHT] = @fg_color
text[SELECTED] = @fg_color
fg[PRELIGHT] = @fg_color
fg[SELECTED] = @fg_color
xthickness = 1
ythickness = 1
}
widget_class "*<GtkSeparatorMenuItem>*" style "menuitem"
class "GtkMenu" style "menu"
widget_class "*<GtkMenu>*" style "menu"
widget_class "*<GtkMenuItem>*" style "menuitem"
class "GtkMenuItem" style "menuitem"
class "GtkTearoffMenuItem" style "menuitem"
class "GtkMenuBar*" style "menubar"
widget_class "*<GtkMenuBar>*" style "menubar"
widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar-item"

View File

@@ -0,0 +1,65 @@
style "murrinestyle"
{
#remove the ugly stipple effect that the pixmap engine causes
#remove the ugly distortion that the pixmap engine causes on disabled text
engine "murrine" {}
}
class "GtkImage" style "murrinestyle"
class "GtkLabel" style "murrinestyle"
class "GtkComboBox" style "murrinestyle"
class "GtkCellView" style "murrinestyle"
widget_class "*.<GtkButton>.<GtkLabel>" style "murrinestyle"
widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrinestyle"
widget_class "*<GtkImage>*" style "murrinestyle"
widget_class "*.<GtkLabel>" style:highest "murrinestyle"
widget_class "*.<GtkMenuItem>.*" style:highest "murrinestyle"
widget_class "*<GtkMenuBar>*<GtkLabel>*" style:highest "murrinestyle"
widget_class "*CPUFreqApplet*" style:highest "murrinestyle"
widget_class "*<GtkToolbar>*<GtkButton>*<GtkLabel>*" style:highest "murrinestyle"
widget_class "*<GtkToolbar>*<GtkLabel>*" style:highest "murrinestyle"
widget_class "*<GtkButton>*<GtkLabel>*" style:highest "murrinestyle"
style "text"
{
engine "murrine" {
textstyle = 1
text_shade = 0.7
}
}
widget_class "*<GtkButton>*<GtkLabel>*" style "text"
style "notext"
{
engine "murrine" {
textstyle = 0
}
}
widget_class "*<GtkCheckButton>*<GtkLabel>*" style "notext"
widget_class "*<GtkRadioButton>*<GtkLabel>*" style "notext"
widget_class "*<GtkLinkButton>*<GtkLabel>*" style "notext"
widget_class "*Panel*<GtkButton>*<GtkLabel>*" style "notext"
widget_class "*Chrom*Button*Label*" style "notext"
widget_class "*FmSidePane*Button*Label*" style "notext"
widget_class "*<GtkToolbar>*<GtkButton>*<GtkLabel>*" style "notext"
style "chromebutton"
{
fg[NORMAL] = @fg_color
fg[PRELIGHT] = @selected_fg_color
fg[SELECTED] = @selected_fg_color
fg[ACTIVE] = @selected_fg_color
fg[INSENSITIVE] = shade (0.7, @selected_fg_color)
}
widget_class "*Chrom*Button*Label*" style "chromebutton"
style "fm"
{
fg[NORMAL] = @fg_color
fg[PRELIGHT] = @selected_fg_color
fg[SELECTED] = @selected_fg_color
fg[ACTIVE] = @fg_color
fg[INSENSITIVE] = shade (0.7, @selected_fg_color)
}
widget_class "*FmSidePane*Button*Label*" style "fm"

View File

@@ -0,0 +1,176 @@
style "notebook"
{
xthickness = 3
ythickness = 3
engine "pixmap"
{
image
{
function = EXTENSION
recolorable = TRUE
state = ACTIVE
file = "Tabs/tab-bottom.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
gap_side = TOP
}
image
{
function = EXTENSION
recolorable = TRUE
state = ACTIVE
file = "Tabs/tab-top.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
gap_side = BOTTOM
}
image
{
function = EXTENSION
recolorable = TRUE
state = ACTIVE
file = "Tabs/tab-left.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
gap_side = RIGHT
}
image
{
function = EXTENSION
recolorable = TRUE
state = ACTIVE
file = "Tabs/tab-right.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
gap_side = LEFT
}
image
{
function = EXTENSION
recolorable = TRUE
file = "Tabs/tab-top-active.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
gap_side = BOTTOM
}
image
{
function = EXTENSION
recolorable = TRUE
file = "Tabs/tab-bottom-active.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
gap_side = TOP
}
image
{
function = EXTENSION
recolorable = TRUE
file = "Tabs/tab-left-active.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
gap_side = RIGHT
}
image
{
function = EXTENSION
recolorable = TRUE
file = "Tabs/tab-right-active.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
gap_side = LEFT
}
# How to draw boxes with a gap on one side (ie the page of a notebook)
image
{
function = BOX_GAP
recolorable = TRUE
file = "Tabs/notebook-top.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
gap_file = "Tabs/gap-top.png"
gap_border = { 10, 10, 10, 10 }
gap_start_file = "Tabs/gap-top-left.png"
gap_start_border = { 5, 19, 5, 19 }
gap_end_file = "Tabs/gap-top-right.png"
gap_end_border = { 19, 5, 5, 19 }
gap_side = TOP
}
image
{
function = BOX_GAP
recolorable = TRUE
file = "Tabs/notebook-bottom.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
gap_file = "Tabs/gap-bottom.png"
gap_border = { 10, 10, 10, 10 }
gap_start_file = "Tabs/gap-bottom-left.png"
gap_start_border = { 5, 19, 19, 5 }
gap_end_file = "Tabs/gap-bottom-right.png"
gap_end_border = { 19, 5, 19, 5 }
gap_side = BOTTOM
}
image
{
function = BOX_GAP
recolorable = TRUE
file = "Tabs/notebook-left.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
gap_file = "Tabs/gap-left.png"
gap_border = { 10, 10, 10, 10 }
gap_start_file = "Tabs/gap-top-left.png"
gap_start_border = { 5, 19, 5, 19 }
gap_end_file = "Tabs/gap-bottom-left.png"
gap_end_border = { 5, 19, 19, 5 }
gap_side = LEFT
}
image
{
function = BOX_GAP
recolorable = TRUE
file = "Tabs/notebook-right.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
gap_file = "Tabs/gap-right.png"
gap_border = { 10, 10, 10, 10 }
gap_start_file = "Tabs/gap-top-right.png"
gap_start_border = { 19, 5, 5, 19 }
gap_end_file = "Tabs/gap-bottom-right.png"
gap_end_border = { 19, 5, 19, 5 }
gap_side = RIGHT
}
# How to draw the box of a notebook when it isnt attached to a tab
image
{
function = BOX
recolorable = TRUE
file = "Tabs/notebook.png"
border = { 6,6,6,6 }
stretch = TRUE
}
}
}
style "notebook-close" { stock["gtk-close"] = {{ "Others/close.png", *, *, * }} }
style "notebook_viewport"
{
bg[NORMAL] = @base_color
}
style "notebook-text"
{
fg[ACTIVE] = shade (1.2, @text_color)
}
widget_class "PlumaWindow*<GtkNotebook>*PlumaTab*<GtkLabel>" style "notebook-text"
widget_class "*.<GtkNotebook>.<GtkLabel>" style "notebook-text"
class "GtkNotebook" style "notebook"
widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport"
widget_class "*<GtkNotebook>*" style "notebook-close"

View File

@@ -0,0 +1,74 @@
style "optionmenu" = "default"
{
xthickness = 3
ythickness = 6
engine "pixmap"
{
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
file = "Combo/combo-prelight.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = NORMAL
file = "Combo/combo-normal.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "Combo/combo-pressed.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = INSENSITIVE
file = "Combo/combo-inactive.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = TAB
state = INSENSITIVE
recolorable = TRUE
overlay_file = "Combo/op-ins.png"
overlay_stretch = FALSE
}
image
{
function = TAB
recolorable = TRUE
state = NORMAL
overlay_file = "Combo/op.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
}
image
{
function = TAB
recolorable = TRUE
state = PRELIGHT
overlay_file = "Combo/op-pre.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
}
}
}
class "GtkOptionMenu" style "optionmenu"

View File

@@ -0,0 +1,388 @@
style "panel"
{
fg[NORMAL] = "#ABB4BD"
fg[PRELIGHT] = "#ffffff"
fg[SELECTED] = "#ffffff"
fg[ACTIVE] = "#ffffff"
fg[INSENSITIVE] = "#999999"
bg[NORMAL] = "#434A54"
bg[PRELIGHT] = "#434A54"
bg[ACTIVE] = "#434A54"
bg[SELECTED] = "#434A54"
bg[INSENSITIVE] = "#434A54"
xthickness = 0
ythickness = 0
bg_pixmap[NORMAL] = "Panel/panel-bg.png"
bg_pixmap[ACTIVE] = "Panel/panel-bg.png"
bg_pixmap[SELECTED] = "Panel/panel-bg.png"
bg_pixmap[INSENSITIVE] = "Panel/panel-bg.png"
bg_pixmap[PRELIGHT] = "Panel/panel-bg.png"
engine "pixmap"
{
image
{
function = SHADOW
shadow = IN
recolorable = FALSE
file = "Shadows/shadow-none.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = SHADOW
shadow = OUT
recolorable = TRUE
file = "Shadows/shadow-none.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = SHADOW
shadow = ETCHED_IN
recolorable = TRUE
file = "Shadows/shadow-none.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = SHADOW
shadow = ETCHED_OUT
recolorable = TRUE
file = "Shadows/shadow-none.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = VLINE
recolorable = TRUE
file = "Lines/linep-v.png"
border = { 0, 1, 0, 0 }
stretch = TRUE
}
image
{
function = HLINE
recolorable = TRUE
file = "Lines/linep-h.png"
border = { 0, 0, 0, 1 }
stretch = TRUE
}
}
}
#############################################################
#THESE DECLARATIONS MAKE SURE THE PANEL STILL USES PANEL STYLE
#############################################################
class "*Mail*" style "panel"
class "*notif*" style "panel"
class "*Notif*" style "panel"
#class "*Tray*" style "panel"
#class "*tray*" style "panel"
class "PanelToplevel*" style "panel"
widget_class "*Mail*" style "panel"
widget_class "*notif*" style "panel"
widget_class "*Notif*" style "panel"
widget_class "*Tray*" style "panel"
widget_class "*tray*" style "panel"
#widget "*TrayIcon*" style "panel"
class "*Panel*Applet*" style "panel"
widget_class "*Panel*GtkToggleButton" style "panel"
widget_class "*Panel*GtkButton" style "panel"
widget_class "*.Panel*Button*GtkLabel" style "panel"
widget_class "*.Panel*GtkLabel" style "panel"
widget "*PanelWidget*" style "panel"
widget "*PanelApplet*" style "panel"
#############################################################
#THE COMMENTED CLASSES FIXES A PANEL BUG THAT MADE SOME
#TRAY ICONS MOVE DOWN 1 PIXEL , A VERY BIG THANKS TO MOOMEX
#FOR THIS INFORMATION!!!!!!
#############################################################
# THANKS TO merlwiz79 FOR THESE FIXES
#############################################################
widget_class "*Netstatus*" style "panel"
widget_class "*Tomboy*Tray*" style "panel"
widget "*fast-user-switch*" style "panel"
widget_class "*PanelToplevel*" style "panel"
class "Xfce*Panel*" style "panel"
widget_class "*Xfce*Panel*" style "panel"
widget_class "*PanelApplet*" style "panel"
widget_class "*PanelWidget*" style "panel"
widget "*Xfce*Panel*" style "panel"
#############################################################
#THIS MAKES THE APPLICATIONS PLACES SYSTEM MENU ON THE PANEL
#USE PANEL STYLE
#############################################################
style "panelbar"
{
fg[NORMAL] = "#ABB4BD"
fg[PRELIGHT] = @fg_color
fg[SELECTED] = @fg_color
fg[ACTIVE] = @fg_color
fg[INSENSITIVE] = "#999999"
engine "pixmap"
{
image
{
function = BOX
state = NORMAL
file = "Panel/panel-menubar.png"
border = { 3 , 3 , 3 , 3}
stretch = TRUE
}
image
{
function = BOX
state = ACTIVE
file = "Panel/panel-bg.png"
border = { 2 , 2 , 2 , 2}
stretch = TRUE
}
image
{
function = BOX
state = INSENSITIVE
file = "Panel/panel-bg.png"
border = { 2 , 2 , 2 , 2}
stretch = TRUE
}
image
{
function = BOX
state = PRELIGHT
recolorable = TRUE
file = "Panel/menubar-item.png"
border = { 5 , 5 , 5 , 0}
stretch = TRUE
}
}
}
class "*Panel*MenuBar*" style "panelbar"
widget_class "*Panel*MenuBar*" style "panelbar"
widget_class "*Panel*MenuBar*Item*" style:highest "panelbar"
#############################################################
style "panelbuttons"
{
xthickness = 3
ythickness = 3
GtkWidget::focus_padding = 2
engine "pixmap" {
image
{
function = BOX
recolorable = TRUE
state = NORMAL
file = "Panel/panel-button-inactive.png"
border = { 5 , 5 , 5 , 5}
stretch = TRUE
}
image
{
function = BOX
shadow = OUT
recolorable = TRUE
state = PRELIGHT
file = "Panel/panel-button-prelight.png"
border = { 5 , 5 , 5 , 5}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
shadow = IN
state = PRELIGHT
file = "Panel/panel-button-active-prelight.png"
border = { 5 , 5 , 5 , 5}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "Panel/panel-button-active.png"
border = { 5 , 5 , 5 , 5}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = INSENSITIVE
file = "Panel/panel-button-inactive.png"
border = { 5 , 5 , 5 , 5}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = SELECTED
file = "Panel/panel-button-active.png"
border = { 5 , 5 , 5 , 5}
stretch = TRUE
}
}
}
#############################################################
#THESE DECLARATIONS MAKE SURE THE LAUNCHER EDITOR BUTTONS USE
#STANDARD BUTTONS STYLE AND NOT PANEL BUTTONS STYLE
#############################################################
widget "*tasklist*" style "panelbuttons"
#############################################################
# THANKS TO merlwiz79 FOR THESE FIXES
#############################################################
widget_class "*XfceActionsPlugin*XfceArrowButton*" style "panelbuttons"
widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons"
widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons"
#############################################################
style "paneltogglebuttons"
{
xthickness = 2
ythickness = 2
engine "pixmap" {
image
{
function = BOX
recolorable = TRUE
state = NORMAL
file = "Panel/panel-bg.png"
border = { 2 , 2 , 2 , 2}
stretch = TRUE
}
image
{
function = BOX
shadow = OUT
recolorable = TRUE
state = PRELIGHT
file = "Panel/button-prelight.png"
border = { 5 , 5 , 5 , 5}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
shadow = IN
state = PRELIGHT
file = "Panel/button-active.png"
border = { 5 , 5 , 5 , 5}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "Panel/button-active.png"
border = { 5 , 5 , 5 , 5}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = INSENSITIVE
file = "Panel/panel-bg.png"
border = { 2 , 2 , 2 , 2}
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = SELECTED
file = "Panel/button-active.png"
border = { 5 , 5 , 5 , 5}
stretch = TRUE
}
}
}
widget_class "*PanelToplevel*Button" style "paneltogglebuttons"
widget_class "*Panel*GtkToggleButton" style "paneltogglebuttons"
widget_class "*Xfce*Panel*Button*" style "paneltogglebuttons"
widget_class "*Tasklist*" style:highest "panelbuttons"
style "switcher"
{
fg[NORMAL] = "#ffffff"
bg[NORMAL] = "#444444"
bg[PRELIGHT] = "#666666"
bg[SELECTED] = @selected_bg_color
xthickness = 5
ythickness = 4
engine "pixmap"
{
image
{
function = SHADOW
recolorable = TRUE
file = "/Shadows/shadow-none.png"
border = {1,1,1,1}
stretch = TRUE
}
}
}
widget_class "*Pager*" style:highest "switcher"
widget_class "*Panel*Fish*" style "switcher"
widget "*dict*Applet*" style "paneltogglebuttons"

View File

@@ -0,0 +1,31 @@
style "progressbar" {
xthickness = 0
ythickness = 0
bg[NORMAL] = @bg_color
bg[ACTIVE] = shade (0.96, @bg_color)
fg[PRELIGHT] = @selected_fg_color
engine "murrine"
{
animation = FALSE
border_shades = { 1.0, 1.0 } # gradient to draw on border
comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow
contrast = 0.0 # overal contrast with borders
focusstyle = 1 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow
glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight
glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides
glow_shade = 1.0 # amount of glow
gradient_shades = { 1.0, 1.0, 1.0, 1.0 } # gradient to draw on widgets
highlight_shade = 1.0 # amount of highlight
lightborder_shade = 1.0 # amount of inset light border
lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides
progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped
reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
roundness = 5 # roundness of widgets
trough_border_shades = { 1.0, 1.0 }
}
}
widget_class "*ProgressBar*" style "progressbar"
class "GtkProgressBar" style "progressbar"
class "GtkBar" style "progressbar"

View File

@@ -0,0 +1,178 @@
style "radiobutton"="default"
{
fg[NORMAL] = shade (1.1, @text_color)
fg[ACTIVE] = @fg_color
engine "pixmap"
{
image
{
function = OPTION
recolorable = TRUE
state = NORMAL
shadow = OUT
overlay_file = "Check-Radio/option1.png"
overlay_stretch = FALSE
}
image
{
function = OPTION
recolorable = TRUE
state = PRELIGHT
shadow = OUT
overlay_file = "Check-Radio/option1.png"
overlay_stretch = FALSE
}
image
{
function = OPTION
recolorable = TRUE
state = ACTIVE
shadow = OUT
overlay_file = "Check-Radio/option2.png"
overlay_stretch = FALSE
}
image
{
function = OPTION
recolorable = TRUE
state = INSENSITIVE
shadow = OUT
overlay_file = "Check-Radio/option3.png"
overlay_stretch = FALSE
}
image
{
function = OPTION
recolorable = TRUE
state = NORMAL
shadow = IN
overlay_file = "Check-Radio/option2.png"
overlay_stretch = FALSE
}
image
{
function = OPTION
recolorable = TRUE
state = PRELIGHT
shadow = IN
overlay_file = "Check-Radio/option2.png"
overlay_stretch = FALSE
}
image
{
function = OPTION
recolorable = TRUE
state = ACTIVE
shadow = IN
overlay_file = "Check-Radio/option1.png"
overlay_stretch = FALSE
}
image
{
function = OPTION
recolorable = TRUE
state = INSENSITIVE
shadow = IN
overlay_file = "Check-Radio/option4.png"
overlay_stretch = FALSE
}
image
{
function = FLAT_BOX
recolorable = TRUE
stretch = TRUE
file = "Check-Radio/checklight.png"
border = { 2, 2, 2, 2 }
}
}
}
style "radiobutton-menu"="default"
{
engine "pixmap"
{
image
{
function = OPTION
recolorable = TRUE
state = NORMAL
shadow = OUT
overlay_file = "Check-Radio/highlight.png"
overlay_stretch = FALSE
}
image
{
function = OPTION
recolorable = TRUE
state = PRELIGHT
shadow = OUT
overlay_file = "Check-Radio/highlight.png"
overlay_stretch = FALSE
}
image
{
function = OPTION
recolorable = TRUE
state = ACTIVE
shadow = OUT
overlay_file = "Check-Radio/highlight.png"
overlay_stretch = FALSE
}
image
{
function = OPTION
recolorable = TRUE
state = INSENSITIVE
shadow = OUT
overlay_file = "Check-Radio/highlight.png"
overlay_stretch = FALSE
}
image
{
function = OPTION
recolorable = TRUE
state = NORMAL
shadow = IN
overlay_file = "Check-Radio/menuitem-radio-checked.png"
overlay_stretch = FALSE
}
image
{
function = OPTION
recolorable = TRUE
state = PRELIGHT
shadow = IN
overlay_file = "Check-Radio/menuitem-radio-checked-selected.png"
overlay_stretch = FALSE
}
image
{
function = OPTION
recolorable = TRUE
state = ACTIVE
shadow = IN
overlay_file = "Check-Radio/menuitem-radio-checked.png"
overlay_stretch = FALSE
}
image
{
function = OPTION
recolorable = TRUE
state = INSENSITIVE
shadow = IN
overlay_file = "Check-Radio/menuitem-radio-checked-insensitive.png"
overlay_stretch = FALSE
}
image
{
function = FLAT_BOX
recolorable = TRUE
stretch = TRUE
file = "Check-Radio/checklight.png"
border = { 2, 2, 2, 2 }
}
}
}
class "GtkRadioButton" style "radiobutton"
widget_class "*GtkRadioButton*GtkLabel*" style "radiobutton"
class "GtkCheckMenuItem" style "radiobutton-menu"

View File

@@ -0,0 +1,36 @@
style "range" = "default"
{
xthickness = 0
ythickness = 0
bg[NORMAL] = @bg_color
bg[ACTIVE] = shade (0.96, @bg_color)
bg[SELECTED] = @selected_bg_color
bg[INSENSITIVE] = shade (0.95, @bg_color)
engine "murrine"
{
animation = FALSE
border_shades = { 0.747, 0.747 } # gradient to draw on border
contrast = 0.0 # overal contrast with borders
focusstyle = 1 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow
glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight
glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides
glow_shade = 1.0 # amount of glow
gradient_shades = { 0.747, 0.747, 0.747, 0.747 } # gradient to draw on widgets
highlight_shade = 1.0 # amount of highlight
lightborder_shade = 1.0 # amount of inset light border
lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides
progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped
reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
roundness = 8 # roundness of widgets
scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
sliderstyle = 0 # 0 = none, 1 = handles
stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles
toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient
trough_border_shades = { 1.0, 1.0 }
}
}
class "GtkScale" style "range"
class "GtkVScale" style "range"
class "GtkHScale" style "range"

View File

@@ -0,0 +1,281 @@
style "scrollbar" = "default"
{
engine "pixmap"
{
image
{
function = BOX
recolorable = TRUE
detail = "trough"
file = "Scrollbars/trough-scrollbar-horiz.png"
border = { 18, 18, 2, 2 }
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = BOX
recolorable = TRUE
detail = "trough"
file = "Scrollbars/trough-scrollbar-vert.png"
border = { 2, 2, 18, 18 }
stretch = TRUE
orientation = VERTICAL
}
###########x SLIDERS ##################x
image
{
function = SLIDER
recolorable = TRUE
state = NORMAL
file = "Scrollbars/slider-horiz.png"
border = { 10, 10, 2, 2 }
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = SLIDER
recolorable = TRUE
state = ACTIVE
shadow = IN
file = "Scrollbars/slider-horiz-active.png"
border = { 10, 10, 2, 2 }
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = SLIDER
recolorable = TRUE
state = PRELIGHT
file = "Scrollbars/slider-horiz-prelight.png"
border = { 10, 10, 2, 2 }
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = SLIDER
recolorable = TRUE
state = INSENSITIVE
file = "Scrollbars/slider-horiz-insens.png"
border = { 10, 10, 2, 2 }
stretch = TRUE
orientation = HORIZONTAL
}
#############x verticals################xx
image
{
function = SLIDER
recolorable = TRUE
state = NORMAL
file = "Scrollbars/slider-vert.png"
border = { 2, 2, 10, 10 }
stretch = TRUE
orientation = VERTICAL
}
image
{
function = SLIDER
recolorable = TRUE
state = ACTIVE
shadow = IN
file = "Scrollbars/slider-vert-active.png"
border = { 2, 2, 10, 10 }
stretch = TRUE
orientation = VERTICAL
}
image
{
function = SLIDER
recolorable = TRUE
state = PRELIGHT
file = "Scrollbars/slider-vert-prelight.png"
border = { 2, 2, 10, 10 }
stretch = TRUE
orientation = VERTICAL
}
image
{
function = SLIDER
recolorable = TRUE
state = INSENSITIVE
file = "Scrollbars/slider-vert-insens.png"
border = { 2, 2, 10, 10 }
stretch = TRUE
orientation = VERTICAL
}
###########x END SLIDERS ##################x
########### Steppers ######################
#### UP #######
image
{
function = STEPPER
recolorable = TRUE
state = NORMAL
file = "Scrollbars/stepper-up.png"
stretch = TRUE
arrow_direction = UP
}
image
{
function = STEPPER
recolorable = TRUE
state = PRELIGHT
file = "Scrollbars/stepper-up-prelight.png"
stretch = TRUE
arrow_direction = UP
}
image
{
function = STEPPER
recolorable = TRUE
state = ACTIVE
file = "Scrollbars/stepper-up-prelight.png"
stretch = TRUE
arrow_direction = UP
}
image
{
function = STEPPER
recolorable = TRUE
state = INSENSITIVE
file = "Scrollbars/stepper-up-insens.png"
stretch = TRUE
arrow_direction = UP
}
######### DOWN ############
image
{
function = STEPPER
recolorable = TRUE
state = NORMAL
file = "Scrollbars/stepper-down.png"
stretch = TRUE
arrow_direction = DOWN
}
image
{
function = STEPPER
recolorable = TRUE
state = PRELIGHT
file = "Scrollbars/stepper-down-prelight.png"
stretch = TRUE
arrow_direction = DOWN
}
image
{
function = STEPPER
recolorable = TRUE
state = ACTIVE
file = "Scrollbars/stepper-down-prelight.png"
stretch = TRUE
arrow_direction = DOWN
}
image
{
function = STEPPER
recolorable = TRUE
state = INSENSITIVE
file = "Scrollbars/stepper-down-insens.png"
stretch = TRUE
arrow_direction = DOWN
}
############ RIGHT ################
image
{
function = STEPPER
recolorable = TRUE
state = NORMAL
file = "Scrollbars/stepper-right.png"
stretch = TRUE
arrow_direction = RIGHT
}
image
{
function = STEPPER
recolorable = TRUE
state = PRELIGHT
file = "Scrollbars/stepper-right-prelight.png"
stretch = TRUE
arrow_direction = RIGHT
}
image
{
function = STEPPER
recolorable = TRUE
state = ACTIVE
file = "Scrollbars/stepper-right-prelight.png"
stretch = TRUE
arrow_direction = RIGHT
}
image
{
function = STEPPER
recolorable = TRUE
state = INSENSITIVE
file = "Scrollbars/stepper-right-insens.png"
stretch = TRUE
arrow_direction = RIGHT
}
############### LEFT ###################
image
{
function = STEPPER
recolorable = TRUE
state = NORMAL
file = "Scrollbars/stepper-left.png"
stretch = TRUE
arrow_direction = LEFT
}
image
{
function = STEPPER
recolorable = TRUE
state = PRELIGHT
file = "Scrollbars/stepper-left-prelight.png"
stretch = TRUE
arrow_direction = LEFT
}
image
{
function = STEPPER
recolorable = TRUE
state = ACTIVE
file = "Scrollbars/stepper-left-prelight.png"
stretch = TRUE
arrow_direction = LEFT
}
image
{
function = STEPPER
recolorable = TRUE
state = INSENSITIVE
file = "Scrollbars/stepper-left-insens.png"
stretch = TRUE
arrow_direction = LEFT
}
}
}
class "GtkScrollbar" style "scrollbar"

View File

@@ -0,0 +1,272 @@
style "spinbutton" = "default"
{
xthickness = 3
ythickness = 3
GtkWidget::interior_focus = 0
base[INSENSITIVE] = shade (0.95, @bg_color)
text[INSENSITIVE] = mix (0.3, @base_color, @text_color)
engine "pixmap"
{
image
{
function = ARROW
}
############################# UP ######################xx
image
{
function = BOX
state = NORMAL
detail = "spinbutton_up"
recolorable = TRUE
file = "Spin/spin-up-bg.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-up.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = PRELIGHT
detail = "spinbutton_up"
recolorable = TRUE
file = "Spin/spin-up-bg.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-up-prelight.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = INSENSITIVE
detail = "spinbutton_up"
recolorable = TRUE
file = "Spin/spin-up-bg.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-up-disable.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = ACTIVE
detail = "spinbutton_up"
recolorable = TRUE
file = "Spin/spin-up-bg.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-up-active.png"
overlay_stretch = FALSE
}
########################x DOWN ########################
image
{
function = BOX
state = NORMAL
detail = "spinbutton_down"
recolorable = TRUE
file = "Spin/spin-down-bg.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-down.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = PRELIGHT
detail = "spinbutton_down"
recolorable = TRUE
file = "Spin/spin-down-bg.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-down-prelight.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = INSENSITIVE
detail = "spinbutton_down"
recolorable = TRUE
file = "Spin/spin-down-bg.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-down-disable.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = ACTIVE
detail = "spinbutton_down"
recolorable = TRUE
file = "Spin/spin-down-bg.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-down-active.png"
overlay_stretch = FALSE
}
########################## SPIN ENTRY ###########################
image
{
function = FOCUS
recolorable = TRUE
file = "Spin/text-entry-focus.png"
border = { 4,4,4,4 }
stretch = TRUE
}
image
{
function = SHADOW
detail = "entry"
shadow = IN
recolorable = FALSE
file = "Spin/text-entry.png"
border = { 4,4,4,4 }
stretch = TRUE
}
}
}
style "spinbutton-notebook" = "default"
{
xthickness = 3
ythickness = 3
GtkWidget::interior_focus = 0
base[INSENSITIVE] = shade (0.95, @bg_color)
text[INSENSITIVE] = mix (0.3, @base_color, @text_color)
engine "pixmap"
{
image
{
function = ARROW
}
############################# UP ######################xx
image
{
function = BOX
state = NORMAL
detail = "spinbutton_up"
recolorable = TRUE
file = "Spin/spin-up-bg-notebook.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-up.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = PRELIGHT
detail = "spinbutton_up"
recolorable = TRUE
file = "Spin/spin-up-bg-notebook.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-up-prelight.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = INSENSITIVE
detail = "spinbutton_up"
recolorable = TRUE
file = "Spin/spin-up-bg-notebook.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-up-disable.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = ACTIVE
detail = "spinbutton_up"
recolorable = TRUE
file = "Spin/spin-up-bg-notebook.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-up-active.png"
overlay_stretch = FALSE
}
########################x DOWN ########################
image
{
function = BOX
state = NORMAL
detail = "spinbutton_down"
recolorable = TRUE
file = "Spin/spin-down-bg-notebook.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-down.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = PRELIGHT
detail = "spinbutton_down"
recolorable = TRUE
file = "Spin/spin-down-bg-notebook.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-down-prelight.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = INSENSITIVE
detail = "spinbutton_down"
recolorable = TRUE
file = "Spin/spin-down-bg-notebook.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-down-disable.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = ACTIVE
detail = "spinbutton_down"
recolorable = TRUE
file = "Spin/spin-down-bg-notebook.png"
border = { 4,4,4,4 }
stretch = TRUE
overlay_file = "Spin/arrow-down-active.png"
overlay_stretch = FALSE
}
########################## SPIN ENTRY ###########################
image
{
function = FOCUS
recolorable = TRUE
file = "Spin/text-entry-focus-notebook.png"
border = { 4,4,4,4 }
stretch = TRUE
}
image
{
function = SHADOW
detail = "entry"
shadow = IN
recolorable = FALSE
file = "Spin/text-entry-notebook.png"
border = { 4,4,4,4 }
stretch = TRUE
}
}
}
class "GtkSpinButton" style "spinbutton"
widget_class "*<GtkNotebook>*<GtkSpinButton>" style "spinbutton-notebook"
widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkSpinButton>" style "spinbutton"

View File

@@ -0,0 +1,125 @@
style "statusbar" = "default"
{
# xthickness = 1
# ythickness = 1
engine "pixmap"
{
image
{
function = RESIZE_GRIP
recolorable = TRUE
#state = NORMAL
detail = "statusbar"
overlay_file = "Handles/resize-grip.png"
overlay_border = {0,0,0,0 }
overlay_stretch = FALSE
}
}
}
class "GtkStatusbar" style "statusbar"
# Firefox handles this a little differently... it needs to be applied to GtkWindow and have no other details...
style "FirefoxGrip"
{
engine "pixmap"
{
image
{
function = RESIZE_GRIP
overlay_file = "Handles/resize-grip.png"
}
}
}
class "GtkWindow" style "FirefoxGrip"
style "scrolled_window"
{
xthickness = 4
ythickness = 4
engine "pixmap"
{
image
{
function = SHADOW
file = "Shadows/frame.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
}
}
class "GtkScrolledWindow" style "scrolled_window"
style "noshadow"
{
engine "pixmap"
{
image
{
function = SHADOW
shadow = IN
recolorable = FALSE
file = "Shadows/shadow-none.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = SHADOW
shadow = OUT
recolorable = TRUE
file = "Shadows/shadow-none.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = SHADOW
shadow = ETCHED_IN
recolorable = TRUE
file = "Shadows/shadow-none.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = SHADOW
shadow = ETCHED_OUT
recolorable = TRUE
file = "Shadows/shadow-none.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = VLINE
recolorable = TRUE
file = "Lines/linep-v.png"
border = { 0, 1, 0, 0 }
stretch = TRUE
}
image
{
function = HLINE
recolorable = TRUE
file = "Lines/linep-h.png"
border = { 0, 0, 0, 1 }
stretch = TRUE
}
}
}
widget_class "*ThunarIconView*" style "noshadow"
widget_class "*ThunarShortcutsPane*" style "noshadow"
widget_class "*MousepadDocument*" style "noshadow"
widget_class "FmMainWin.GtkVBox.GtkStatusbar.GtkFrame" style "noshadow"
widget_class "PlumaWindow.*GtkScrolledWindow" style "noshadow"
widget_class "EvWindow.*GtkScrolledWindow" style "noshadow"

View File

@@ -0,0 +1,102 @@
style "toolbar"
{
xthickness=3
ythickness=4
engine "pixmap"
{
image
{
function=BOX
file="/Toolbar/toolbar.png"
border={2,2,2,2}
stretch=TRUE
}}}
widget_class "*HandleBox" style "toolbar"
class "*HandleBox" style "toolbar"
widget_class "*Toolbar" style "toolbar"
class "*Toolbar" style "toolbar"
#widget "MozillaGtkWidget*Toolbar*" style "toolbar"
style "toolbuttons"="default"
{
xthickness=5
ythickness=5
fg[NORMAL] = @fg_color
fg[PRELIGHT] = @selected_fg_color
fg[SELECTED] = @selected_fg_color
fg[ACTIVE] = @selected_fg_color
fg[INSENSITIVE] = shade (0.7, @selected_fg_color)
GtkWidget::focus_padding=2
engine "pixmap" {
image
{
function = BOX
recolorable = TRUE
state = NORMAL
file = "Toolbar/toolbutton-normal.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
shadow = IN
file = "Toolbar/toolbutton-pressed.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = PRELIGHT
shadow = OUT
file = "Toolbar/toolbutton-prelight.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = ACTIVE
file = "Toolbar/toolbutton-pressed.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
image
{
function = BOX
recolorable = TRUE
state = INSENSITIVE
file = "Toolbar/toolbutton-insensitive.png"
border = { 5, 5, 5, 5 }
stretch = TRUE
}
}
}
widget_class "*<GtkToolbar>*<GtkButton>*" style "toolbuttons"
#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "toolbuttons"
style "chrome-gtk-frame"
{
ChromeGtkFrame::frame-color = @bg_color
ChromeGtkFrame::inactive-frame-color = @bg_color
ChromeGtkFrame::frame-gradient-size = 1
ChromeGtkFrame::frame-gradient-color = @bg_color
ChromeGtkFrame::incognito-frame-color = @bg_color
ChromeGtkFrame::incognito-inactive-frame-color = @bg_color
ChromeGtkFrame::incognito-frame-gradient-color = @bg_color
ChromeGtkFrame::scrollbar-trough-color = shade(0.98, @bg_color)
ChromeGtkFrame::scrollbar-slider-prelight-color = @selected_bg_color
ChromeGtkFrame::scrollbar-slider-normal-color = shade(0.9, @bg_color)
}
class "ChromeGtkFrame" style "chrome-gtk-frame"

View File

@@ -0,0 +1,27 @@
style "tooltips" = "default"
{
bg[NORMAL] = @tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color
bg[SELECTED] = @tooltip_bg_color
}
widget "gtk-tooltip*" style "tooltips"
class "*GtkTooltips*" style "tooltips"
widget_class "*Tooltips*" style "tooltips"
widget "*.nautilus-extra-view-widget" style:highest "tooltips"
style "xfdesktop-icon-view"
{
XfdesktopIconView::label-alpha = 0
XfdesktopIconView::selected-label-alpha = 170
base[NORMAL] = @bg_color
fg[NORMAL] = @selected_fg_color
base[SELECTED] = @selected_bg_color
fg[SELECTED] = @selected_fg_color
engine "murrine" {
textstyle = 1
text_shade = 0.1
}
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"