- (gtk2) removed unnecessary rc dependencies - (gtk2) removed unnecessary bitmaps (temporary) - (gtk2) replaced some clearlooks controls with murrine - (gtk2 / gtk3) changed paddings - (gtk2 / gtk3) changed base colours - (gtk2 / gtk3) updated light themes base - (gtk2 / gtk3) ...and thousands small changes more!ubuntu/bionic
@ -0,0 +1,23 @@
|
|||||||
|
# ==============================================================================
|
||||||
|
# BANSHEE SPECIFIC SETTINGS
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
style "banshee_scrollbar" {
|
||||||
|
engine "murrine" {
|
||||||
|
roundness = 20
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
widget "__gtksharp_1*SeekSlider*" style "scale"
|
||||||
|
widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar"
|
||||||
|
|
||||||
|
widget_class "__gtksharp_1*<GtkToolbar>*" style "default"
|
||||||
|
widget_class "__gtksharp_1*<GtkButton>*" style "button"
|
||||||
|
#widget_class "__gtksharp_1*<GtkScale>*" style "scale"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,33 @@
|
|||||||
|
# ==============================================================================
|
||||||
|
# FIREFOX SPECIFIC SETTINGS
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
style "ff-default" {
|
||||||
|
GtkCheckButton::indicator-size = 14
|
||||||
|
|
||||||
|
engine "murrine" {
|
||||||
|
reliefstyle = 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
style "ff-statusbar" {
|
||||||
|
}
|
||||||
|
|
||||||
|
#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar"
|
||||||
|
#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar"
|
||||||
|
|
||||||
|
widget "MozillaGtkWidget*" style "ff-default"
|
||||||
|
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone)
|
||||||
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# Top toolbars (and maybe others)
|
||||||
|
#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar"
|
||||||
|
|
||||||
|
# Findbar entry, gecko (all html) entry
|
||||||
|
#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry"
|
||||||
|
|
||||||
|
# ALL buttons
|
||||||
|
#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button"
|
||||||
|
|
@ -0,0 +1,42 @@
|
|||||||
|
# ==============================================================================
|
||||||
|
# GNOME TERMINAL SPECIFIC SETTINGS
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
style "terminal_menubar"
|
||||||
|
{
|
||||||
|
engine "murrine" {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
style "terminal_notebook"
|
||||||
|
{
|
||||||
|
engine "murrine" {
|
||||||
|
contrast = 1.0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
style "terminal_scrollbar" = "scrollbar"
|
||||||
|
{
|
||||||
|
engine "murrine" {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
style "terminal_screen"
|
||||||
|
{
|
||||||
|
text[NORMAL] = "#ffffff"
|
||||||
|
base[NORMAL] = "#300a24"
|
||||||
|
|
||||||
|
TerminalScreen::background-darkness = 0.95
|
||||||
|
}
|
||||||
|
|
||||||
|
#widget "*TerminalWindow*" style "terminal_window"
|
||||||
|
#widget "*TerminalWindow.*.*enu?ar" style "terminal_menubar"
|
||||||
|
widget "*TerminalWindow.*.GtkNotebook*" style "terminal_notebook"
|
||||||
|
#widget "*TerminalWindow.*.GtkNotebook.*.GtkVScrollbar*" style "terminal_scrollbar"
|
||||||
|
#widget "*TerminalWindow.*.GtkNotebook*utton*" style "terminal_button"
|
||||||
|
widget "*TerminalWindow.*.TerminalScreen*" style "terminal_screen"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
|||||||
|
# ==============================================================================
|
||||||
|
# NAUTILUS SPECIFIC SETTINGS
|
||||||
|
# ==============================================================================
|
||||||
|
|
||||||
|
style "nautilus_info_pane" {
|
||||||
|
bg[NORMAL] = @bg_color
|
||||||
|
}
|
||||||
|
|
||||||
|
widget_class "*Nautilus*<GtkNotebook>*<GtkEventBox>" style "nautilus_info_pane"
|
||||||
|
widget_class "*Nautilus*<GtkButton>" style "notebook_button"
|
||||||
|
widget_class "*Nautilus*<GtkButton>*<GtkLabel>" style "notebook_button"
|
@ -1,54 +0,0 @@
|
|||||||
########################################################################
|
|
||||||
# Button
|
|
||||||
########################################################################
|
|
||||||
|
|
||||||
style "button"
|
|
||||||
{
|
|
||||||
engine "pixmap"
|
|
||||||
{
|
|
||||||
### Button ###
|
|
||||||
|
|
||||||
## Normal
|
|
||||||
image { function = BOX
|
|
||||||
state = NORMAL
|
|
||||||
file = "images/button.png"
|
|
||||||
border = {4, 4, 4, 4}
|
|
||||||
stretch = TRUE }
|
|
||||||
## Prelight
|
|
||||||
image { function = BOX
|
|
||||||
state = PRELIGHT
|
|
||||||
file = "images/button-sel.png"
|
|
||||||
border = {4, 4, 4, 4}
|
|
||||||
stretch = TRUE }
|
|
||||||
|
|
||||||
## Insensitive
|
|
||||||
image { function = BOX
|
|
||||||
state = INSENSITIVE
|
|
||||||
file = "images/button-ins.png"
|
|
||||||
border = {4, 4, 4, 4}
|
|
||||||
stretch = TRUE }
|
|
||||||
|
|
||||||
## Active
|
|
||||||
image { function = BOX
|
|
||||||
state = ACTIVE
|
|
||||||
file = "images/button-pressed.png"
|
|
||||||
border = {4, 4, 4, 4}
|
|
||||||
stretch = TRUE }
|
|
||||||
|
|
||||||
### Focus ###
|
|
||||||
image { function = FOCUS
|
|
||||||
state = NORMAL
|
|
||||||
file = "images/button.png"
|
|
||||||
border = {4, 4, 4, 4}
|
|
||||||
stretch = TRUE }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "spinbutton" {
|
|
||||||
engine "clearlooks" {
|
|
||||||
hint = "spinbutton"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class "GtkSpinButton" style "spinbutton"
|
|
||||||
class "GtkButton*" style "button"
|
|
@ -1,163 +0,0 @@
|
|||||||
########################################################################
|
|
||||||
# Check boxes
|
|
||||||
########################################################################
|
|
||||||
|
|
||||||
style "check_box"
|
|
||||||
{
|
|
||||||
### Check box ###
|
|
||||||
engine "pixmap"
|
|
||||||
{
|
|
||||||
## Normal
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = NORMAL
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/c_box.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = NORMAL
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/c_box-pressed.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = NORMAL
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/c_box.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = NORMAL
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/c_box-pressed.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
## Prelight
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = PRELIGHT
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/c_box-sel.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = PRELIGHT
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/c_box-pressed-sel.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = PRELIGHT
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/c_box-sel.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = PRELIGHT
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/c_box-pressed-sel.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
## Insensitive
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = INSENSITIVE
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/c_box-ins.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = INSENSITIVE
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/c_box-pressed-ins.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = INSENSITIVE
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/c_box-ins.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = INSENSITIVE
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/c_box-pressed-ins.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
## Active
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = ACTIVE
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/c_box-active.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = ACTIVE
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/c_box-pressed-active.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = ACTIVE
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/c_box-active.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
}
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = ACTIVE
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/c_box-pressed-active.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class "GtkCheckButton*" style "check_box"
|
|
||||||
class "GtkCheckMenuItem*" style "check_box"
|
|
||||||
|
|
||||||
style "check_box_tree"
|
|
||||||
{
|
|
||||||
### Check box ###
|
|
||||||
engine "pixmap"
|
|
||||||
{
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/c_box.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/c_box-pressed.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/c_box.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/c_box-pressed.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class "GtkTreeView*" style "check_box_tree"
|
|
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 294 B |
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 422 B After Width: | Height: | Size: 422 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 599 B After Width: | Height: | Size: 599 B |
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 213 B |
Before Width: | Height: | Size: 215 B After Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 90 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 397 B After Width: | Height: | Size: 397 B |
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 424 B |
Before Width: | Height: | Size: 573 B After Width: | Height: | Size: 573 B |
Before Width: | Height: | Size: 530 B After Width: | Height: | Size: 530 B |
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1021 B After Width: | Height: | Size: 1021 B |
Before Width: | Height: | Size: 598 B After Width: | Height: | Size: 598 B |
Before Width: | Height: | Size: 598 B After Width: | Height: | Size: 598 B |
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 255 B After Width: | Height: | Size: 255 B |
Before Width: | Height: | Size: 262 B After Width: | Height: | Size: 262 B |
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 239 B |
@ -1,65 +0,0 @@
|
|||||||
style "menubar" {
|
|
||||||
engine "clearlooks" {
|
|
||||||
hint = "menubar"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "menu" {
|
|
||||||
xthickness = 2
|
|
||||||
ythickness = 3
|
|
||||||
bg[NORMAL] = @bg_color
|
|
||||||
engine "clearlooks" {
|
|
||||||
radius = 0.0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "menu_item" {
|
|
||||||
xthickness = 2
|
|
||||||
ythickness = 3
|
|
||||||
fg[PRELIGHT] = @selected_fg_color
|
|
||||||
engine "clearlooks" {
|
|
||||||
hint = "menubar"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "separator_menu_item" {
|
|
||||||
xthickness = 1
|
|
||||||
ythickness = 0
|
|
||||||
GtkSeparatorMenuItem::horizontal-padding = 0
|
|
||||||
GtkWidget::wide-separators = 0
|
|
||||||
GtkWidget::separator-width = 1
|
|
||||||
GtkWidget::separator-height = 7
|
|
||||||
}
|
|
||||||
|
|
||||||
# Wrokaroudn style for places where the text color is used instead of the fg color.
|
|
||||||
style "text_is_fg_color_workaround" {
|
|
||||||
|
|
||||||
text[NORMAL] = @fg_color
|
|
||||||
text[PRELIGHT] = @fg_color
|
|
||||||
text[SELECTED] = @selected_fg_color
|
|
||||||
text[ACTIVE] = @fg_color
|
|
||||||
text[INSENSITIVE] = darker (@bg_color)
|
|
||||||
}
|
|
||||||
|
|
||||||
# Workaround style for menus where the text color is used instead of the fg color.
|
|
||||||
style "menuitem_text_is_fg_color_workaround" {
|
|
||||||
|
|
||||||
text[NORMAL] = @fg_color
|
|
||||||
text[PRELIGHT] = @selected_fg_color
|
|
||||||
text[SELECTED] = @selected_fg_color
|
|
||||||
text[ACTIVE] = @fg_color
|
|
||||||
text[INSENSITIVE] = darker (@bg_color)
|
|
||||||
}
|
|
||||||
|
|
||||||
# Workaround style for places where the fg color is used instead of the text color.
|
|
||||||
style "fg_is_text_color_workaround" {
|
|
||||||
|
|
||||||
fg[NORMAL] = @text_color
|
|
||||||
fg[PRELIGHT] = @text_color
|
|
||||||
fg[INSENSITIVE] = darker (@bg_color)
|
|
||||||
}
|
|
||||||
|
|
||||||
widget_class "*<GtkMenuBar>*" style "menubar"
|
|
||||||
widget_class "*<GtkMenu>*" style "menu"
|
|
||||||
widget_class "*<GtkMenuItem>*" style "menu_item"
|
|
||||||
widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
|
|
@ -1,66 +0,0 @@
|
|||||||
########################################################################
|
|
||||||
# Progressbar
|
|
||||||
########################################################################
|
|
||||||
|
|
||||||
style "progressbar" {
|
|
||||||
GtkProgressBar ::shadow-type = GTK_SHADOW_NONE
|
|
||||||
bg[NORMAL] = "#C8C8C8"
|
|
||||||
bg[SELECTED] = @selected_bg_color
|
|
||||||
engine "pixmap" {
|
|
||||||
image { function = BOX
|
|
||||||
detail = "trough"
|
|
||||||
file = "images/progressbar-trough-horiz.png"
|
|
||||||
border = {9, 9, 9, 9}
|
|
||||||
stretch = TRUE
|
|
||||||
orientation = HORIZONTAL }
|
|
||||||
image { function = BOX
|
|
||||||
detail = "trough"
|
|
||||||
file = "images/progressbar-trough-vert.png"
|
|
||||||
border = {9, 9, 9, 9}
|
|
||||||
stretch = TRUE
|
|
||||||
orientation = VERTICAL }
|
|
||||||
image { function = SHADOW
|
|
||||||
shadow = IN
|
|
||||||
file = "images/progressbar-trough-tree.png"
|
|
||||||
border = {9, 9, 9, 9}
|
|
||||||
stretch = TRUE }
|
|
||||||
image { function = BOX
|
|
||||||
detail = "bar"
|
|
||||||
file = "images/progressbar-horiz.png"
|
|
||||||
border = {8, 8, 8, 8}
|
|
||||||
stretch = TRUE
|
|
||||||
orientation = HORIZONTAL }
|
|
||||||
image { function = BOX
|
|
||||||
detail = "bar"
|
|
||||||
file = "images/progressbar-vert.png"
|
|
||||||
border = {8, 8, 8, 8}
|
|
||||||
stretch = TRUE
|
|
||||||
orientation = VERTICAL }
|
|
||||||
image { function = BOX
|
|
||||||
state = SELECTED
|
|
||||||
border = {2, 2, 2, 2}
|
|
||||||
file = "images/progressbar-horiz.png"
|
|
||||||
stretch = TRUE }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "progressbar_tree" {
|
|
||||||
GtkProgressBar ::shadow-type = GTK_SHADOW_NONE
|
|
||||||
bg[NORMAL] = "#C8C8C8"
|
|
||||||
bg[SELECTED] = @selected_bg_color
|
|
||||||
engine "pixmap" {
|
|
||||||
image { function = SHADOW
|
|
||||||
shadow = IN
|
|
||||||
file = "images/progressbar-trough-tree.png"
|
|
||||||
border = {9, 9, 9, 9}
|
|
||||||
stretch = TRUE }
|
|
||||||
image { function = BOX
|
|
||||||
state = SELECTED
|
|
||||||
border = {2, 2, 2, 2}
|
|
||||||
file = "images/progressbar-tree.png"
|
|
||||||
stretch = TRUE }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class "GtkTreeView*" style "progressbar_tree"
|
|
||||||
class "GtkProgressBar*" style "progressbar"
|
|
@ -1,163 +0,0 @@
|
|||||||
########################################################################
|
|
||||||
# Radio buttons
|
|
||||||
########################################################################
|
|
||||||
|
|
||||||
style "radio_button"
|
|
||||||
{
|
|
||||||
### Radio ###
|
|
||||||
engine "pixmap"
|
|
||||||
{
|
|
||||||
## Normal
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = NORMAL
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/radio.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = NORMAL
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/radio-pressed.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = NORMAL
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/radio.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = NORMAL
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/radio-pressed.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
## Prelight
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = PRELIGHT
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/radio-sel.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = PRELIGHT
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/radio-pressed-sel.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = PRELIGHT
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/radio-sel.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = PRELIGHT
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/radio-pressed-sel.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
## Insensitive
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = INSENSITIVE
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/radio-ins.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = INSENSITIVE
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/radio-pressed-ins.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = INSENSITIVE
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/radio-ins.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = INSENSITIVE
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/radio-pressed-ins.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
## Active
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = ACTIVE
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/radio-active.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
state = ACTIVE
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/radio-pressed-active.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = ACTIVE
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/radio-active.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
state = ACTIVE
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/radio-pressed-active.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class "GtkRadio*" style "radio_button"
|
|
||||||
class "GtkRadioMenuItem*" style "radio_button"
|
|
||||||
|
|
||||||
style "radio_button_tree"
|
|
||||||
{
|
|
||||||
### Radio button ###
|
|
||||||
engine "pixmap"
|
|
||||||
{
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/radio.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = CHECK
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/radio-pressed.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
shadow = OUT
|
|
||||||
overlay_file = "images/radio.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = OPTION
|
|
||||||
shadow = IN
|
|
||||||
overlay_file = "images/radio-pressed.png"
|
|
||||||
overlay_stretch = FALSE }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class "GtkTreeView*" style "radio_button_tree"
|
|
||||||
|
|
@ -1,87 +0,0 @@
|
|||||||
########################################################################
|
|
||||||
# Scale
|
|
||||||
########################################################################
|
|
||||||
|
|
||||||
style "scale"
|
|
||||||
{
|
|
||||||
GtkRange::slider_width = 16
|
|
||||||
engine "pixmap"
|
|
||||||
{
|
|
||||||
image {
|
|
||||||
function = BOX
|
|
||||||
detail = "trough"
|
|
||||||
file = "images/scale-trough-horiz.png"
|
|
||||||
border = {19, 19, 5, 6}
|
|
||||||
stretch = TRUE
|
|
||||||
orientation = HORIZONTAL }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = BOX
|
|
||||||
detail = "trough"
|
|
||||||
file = "images/scale-trough-vert.png"
|
|
||||||
border = {5, 6, 19, 19}
|
|
||||||
stretch = TRUE
|
|
||||||
orientation = VERTICAL }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = SLIDER
|
|
||||||
state = NORMAL
|
|
||||||
overlay_file = "images/scale-slider.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
orientation = HORIZONTAL }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = SLIDER
|
|
||||||
state = NORMAL
|
|
||||||
overlay_file = "images/scale-slider.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
orientation = VERTICAL }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = SLIDER
|
|
||||||
state = PRELIGHT
|
|
||||||
overlay_file = "images/scale-slider-sel.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
orientation = HORIZONTAL }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = SLIDER
|
|
||||||
state = PRELIGHT
|
|
||||||
overlay_file = "images/scale-slider-sel.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
orientation = VERTICAL }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = SLIDER
|
|
||||||
state = INSENSITIVE
|
|
||||||
overlay_file = "images/scale-slider.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
orientation = HORIZONTAL }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = SLIDER
|
|
||||||
state = INSENSITIVE
|
|
||||||
overlay_file = "images/scale-slider.png"
|
|
||||||
overlay_stretch = FALSE
|
|
||||||
orientation = VERTICAL }
|
|
||||||
|
|
||||||
image {
|
|
||||||
function = FOCUS
|
|
||||||
file = "images/null.png" }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "vscale" {
|
|
||||||
engine "clearlooks" {
|
|
||||||
hint = "vscale"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "hscale" {
|
|
||||||
engine "clearlooks" {
|
|
||||||
hint = "hscale"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class "GtkRange*" style "scale"
|
|
||||||
|
|
@ -1,43 +0,0 @@
|
|||||||
########################################################################
|
|
||||||
# Scrollbar
|
|
||||||
########################################################################
|
|
||||||
|
|
||||||
style "scrollbar" {
|
|
||||||
|
|
||||||
GtkScrollbar ::has-backward-stepper = 0
|
|
||||||
GtkScrollbar ::has-forward-stepper = 0
|
|
||||||
GtkScrollbar ::min-slider-length = 30
|
|
||||||
GtkScrollbar ::slider-width = 10
|
|
||||||
GtkScrollbar ::trough-border = 1
|
|
||||||
|
|
||||||
xthickness = 2
|
|
||||||
ythickness = 2
|
|
||||||
|
|
||||||
bg[SELECTED] = "#aaaaaa"
|
|
||||||
bg[ACTIVE] = "#b5b5b5"
|
|
||||||
|
|
||||||
engine "murrine" {
|
|
||||||
roundness = 16
|
|
||||||
gradient_shades = {1.0,1.0,1.0,1.0}
|
|
||||||
highlight_shade = 1.0
|
|
||||||
glow_shade = 1.0
|
|
||||||
reliefstyle = 0
|
|
||||||
gradient_colors = FALSE
|
|
||||||
lightborder_shade = 1.0
|
|
||||||
lightborderstyle = 0
|
|
||||||
trough_shades = { 1.3, 1.3}
|
|
||||||
border_shades = { 2.0, 2.0}
|
|
||||||
contrast = 0.0
|
|
||||||
colorize_scrollbar = TRUE
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
style "hscrollbar" {
|
|
||||||
}
|
|
||||||
|
|
||||||
style "vscrollbar" {
|
|
||||||
}
|
|
||||||
|
|
||||||
class "GtkScrollbar*" style "scrollbar"
|
|
||||||
class "GtkHScrollbar" style "hscrollbar"
|
|
||||||
class "GtkVScrollbar" style "vscrollbar"
|
|