style "menu-dark" = "default" { xthickness = 1 ythickness = 1 bg[NORMAL] = "#555555" bg[PRELIGHT] = "#7a7a7a" bg[SELECTED] = "#7a7a7a" bg[INSENSITIVE] = "#7a7a7a" bg[ACTIVE] = "#7a7a7a" fg[NORMAL] = "#e0e0e0" fg[PRELIGHT] = "#f0f0f0" fg[SELECTED] = "#e0e0e0" fg[ACTIVE] = "#e0e0e0" fg[INSENSITIVE] = "#9b9b9b" text[NORMAL] = "#e0e0e0" text[PRELIGHT] = "#f0f0f0" engine "pixmap" { image { function = BOX recolorable = TRUE file = "Menu/menu-dark.png" border = { 1, 1, 1, 1} stretch = TRUE } image { function = VLINE recolorable = TRUE file = "Lines/line-v-dark.png" border = { 0, 0, 0, 0} stretch = TRUE } image { function = HLINE recolorable = TRUE file = "Lines/line-h-dark.png" border = { 0, 0, 0, 0} stretch = TRUE } } } widget_class "**" style "menu-dark" style "entry-dark" = "default" { xthickness = 3 ythickness = 3 GtkWidget::interior_focus = 0 GtkEntry::inner_border = { 0, 0, 0, 0} base[INSENSITIVE] = @base_color engine "pixmap" { # Entry (focused) image { function = FOCUS recolorable = TRUE file = "Entry/text-entry-in-dark.png" border = { 7, 7, 6, 6} stretch = TRUE } # Arrow image { function = ARROW } # Text-entry image { function = BOX recolorable = TRUE shadow = OUT state = NORMAL file = "Entry/text-entry-dark.png" border = { 7, 7, 6, 6} stretch = TRUE } # Text-entry image { function = SHADOW detail = "entry" shadow = IN recolorable = TRUE file = "Entry/text-entry-dark.png" border = { 7, 7, 6, 6} stretch = TRUE } } } widget_class "**" style "entry-dark"