@ -0,0 +1,102 @@
|
||||
########################################################################
|
||||
# Arrow
|
||||
########################################################################
|
||||
|
||||
style "arrow" {
|
||||
# UP
|
||||
engine "pixmap" {
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = NORMAL
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-up-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = UP
|
||||
}
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = PRELIGHT
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-up-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = UP
|
||||
}
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = ACTIVE
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-up-active-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = UP
|
||||
}
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = INSENSITIVE
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-up-ins-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = UP
|
||||
}
|
||||
|
||||
# DOWN
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = NORMAL
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-down-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = DOWN
|
||||
}
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = PRELIGHT
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-down-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = DOWN
|
||||
}
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = ACTIVE
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-down-active-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = DOWN
|
||||
}
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = INSENSITIVE
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-down-ins-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = DOWN
|
||||
}
|
||||
|
||||
image # used for dialog bg. in apps. like Inkscape
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
file = "images/null.png"
|
||||
border = { 2, 2, 2, 2 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class "GtkArrow*" style "arrow"
|
@ -0,0 +1,51 @@
|
||||
########################################################################
|
||||
# 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
|
||||
file = "images/null.png" }
|
||||
}
|
||||
}
|
||||
|
||||
style "spinbutton" {
|
||||
engine "clearlooks" {
|
||||
hint = "spinbutton"
|
||||
}
|
||||
}
|
||||
|
||||
class "GtkSpinButton" style "spinbutton"
|
||||
class "GtkButton*" style "button"
|
@ -0,0 +1,163 @@
|
||||
########################################################################
|
||||
# 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"
|
@ -0,0 +1,35 @@
|
||||
########################################################################
|
||||
# Entry
|
||||
########################################################################
|
||||
|
||||
style "entry"
|
||||
{
|
||||
GtkWidget::interior_focus = 0
|
||||
GtkEntry::inner-border = {1, 1, 1, 1}
|
||||
|
||||
engine "pixmap"
|
||||
{
|
||||
### Entry ###
|
||||
image
|
||||
{
|
||||
function = SHADOW
|
||||
detail = "entry"
|
||||
file = "images/entry.png"
|
||||
border = {2, 2, 2, 2}
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
### Focus ###
|
||||
image
|
||||
{
|
||||
function = FOCUS
|
||||
detail = "entry"
|
||||
file = "images/entry-active.png"
|
||||
border = {2, 2, 2, 2}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class "GtkEntry*" style "entry"
|
||||
|
@ -0,0 +1,144 @@
|
||||
# Box theme for Lubuntu 12.10 Quantal Quetzal
|
||||
# Licensed as GPL2 / Open Source
|
||||
# Created by 神癒礁湖 (Rafael Laguna)
|
||||
|
||||
gtk_color_scheme = "fg_color:#333333"
|
||||
gtk_color_scheme = "bg_color:#e0e0e0"
|
||||
gtk_color_scheme = "base_color:#ffffff"
|
||||
gtk_color_scheme = "text_color:#333333"
|
||||
gtk_color_scheme = "selected_bg_color:#8FB2CF"
|
||||
gtk_color_scheme = "selected_fg_color:#ffffff"
|
||||
gtk_color_scheme = "tooltip_bg_color:#343330"
|
||||
gtk_color_scheme = "tooltip_fg_color:#E6E6E6"
|
||||
|
||||
include "scrollbar.rc"
|
||||
include "panel.rc"
|
||||
include "button.rc"
|
||||
include "arrow.rc"
|
||||
include "scale.rc"
|
||||
include "checkbox.rc"
|
||||
include "radio.rc"
|
||||
include "notebook.rc"
|
||||
include "progressbar.rc"
|
||||
include "entry.rc"
|
||||
include "statusbar.rc"
|
||||
include "toolbar.rc"
|
||||
include "menubar.rc"
|
||||
include "pcmanfm.rc"
|
||||
|
||||
gtk-icon-sizes = "gtk-button=16,16"
|
||||
gtk-auto-mnemonics = 1
|
||||
gtk-font-name = "Ubuntu 9"
|
||||
gtk-icon-theme-name = "lubuntu"
|
||||
|
||||
style "default" {
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
GtkMenu::horizontal-padding = 0
|
||||
GtkMenu::vertical-padding = 0
|
||||
GtkMenuBar::window-dragging = 1
|
||||
GtkMenuBar::internal-padding = 0
|
||||
GtkMenuBar::window-dragging = 1
|
||||
GtkMenuBar::shadow-type = GTK_SHADOW_NONE
|
||||
GtkButton::child-displacement-x = 1
|
||||
GtkButton::child-displacement-y = 1
|
||||
GtkButton::default-border = { 0, 0, 0, 0 }
|
||||
GtkButton::image-spacing = 4
|
||||
GtkToolButton::icon-spacing = 4
|
||||
GtkCheckButton::indicator-size = 14
|
||||
GtkPaned::handle-size = 3
|
||||
GtkRange::trough-border = 1
|
||||
GtkRange::slider-width = 14
|
||||
GtkRange::stepper-size = 14
|
||||
GtkExpander::expander-size = 16
|
||||
GtkTreeView::expander-size = 14
|
||||
GtkTreeView::vertical-separator = 2
|
||||
WnckTasklist::fade-overlay-rect = 0
|
||||
GtkEntry::honors-transparent-bg-hint = 1
|
||||
GtkEntry::progress-border = { 2, 2, 2, 2 }
|
||||
GtkNotebook::tab-overlap = -1
|
||||
GtkFrame::shadow-type = GTK_SHADOW_NONE
|
||||
GtkScrolledWindow::scrollbars-within-bevel = 1
|
||||
GtkScrolledWindow ::scrollbar-spacing = 1
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = shade (1.02, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
bg[ACTIVE] = shade (0.9, @bg_color)
|
||||
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[INSENSITIVE] = darker (@bg_color)
|
||||
fg[ACTIVE] = @fg_color
|
||||
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @text_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[INSENSITIVE] = darker (@bg_color)
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
|
||||
base[NORMAL] = @base_color
|
||||
base[PRELIGHT] = shade (0.95, @bg_color)
|
||||
base[SELECTED] = @selected_bg_color
|
||||
base[INSENSITIVE] = @bg_color
|
||||
base[ACTIVE] = shade (0.9, @selected_bg_color)
|
||||
|
||||
engine "clearlooks" {
|
||||
reliefstyle = 1
|
||||
menubarstyle = 0
|
||||
toolbarstyle = 1
|
||||
animation = FALSE
|
||||
radius = 3.0
|
||||
style = GUMMY
|
||||
hint = "use-hints"
|
||||
}
|
||||
}
|
||||
|
||||
class "GtkWidget" style "default"
|
||||
|
||||
style "scrolledwindow" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
GtkScrolledWindow ::scrollbars-within-bevel = 0
|
||||
GtkScrolledWindow ::scrollbar-spacing = 0
|
||||
engine "clearlooks"
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
style "wide" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
}
|
||||
|
||||
style "wider" {
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
|
||||
style "comboboxentry" {
|
||||
engine "clearlooks" {
|
||||
hint = "comboboxentry"
|
||||
}
|
||||
}
|
||||
|
||||
style "frame_title" {
|
||||
fg[NORMAL] = lighter (@fg_color)
|
||||
}
|
||||
|
||||
|
||||
style "tooltips" {
|
||||
xthickness = 4
|
||||
ythickness = 4
|
||||
bg[NORMAL] = @tooltip_bg_color
|
||||
fg[NORMAL] = @tooltip_fg_color
|
||||
}
|
||||
widget "gtk-tooltip*" style "tooltips"
|
||||
|
||||
widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
|
||||
widget_class "*<GtkCombo>*" style "comboboxentry"
|
||||
|
||||
|
After Width: | Height: | Size: 195 B |
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 246 B |
After Width: | Height: | Size: 210 B |
After Width: | Height: | Size: 210 B |
After Width: | Height: | Size: 245 B |
After Width: | Height: | Size: 200 B |
After Width: | Height: | Size: 211 B |
After Width: | Height: | Size: 294 B |
After Width: | Height: | Size: 282 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 281 B |
After Width: | Height: | Size: 291 B |
After Width: | Height: | Size: 657 B |
After Width: | Height: | Size: 384 B |
After Width: | Height: | Size: 670 B |
After Width: | Height: | Size: 679 B |
After Width: | Height: | Size: 290 B |
After Width: | Height: | Size: 294 B |
After Width: | Height: | Size: 241 B |
After Width: | Height: | Size: 235 B |
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 250 B |
After Width: | Height: | Size: 238 B |
After Width: | Height: | Size: 250 B |
After Width: | Height: | Size: 246 B |
After Width: | Height: | Size: 236 B |
After Width: | Height: | Size: 248 B |
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 234 B |
After Width: | Height: | Size: 247 B |
After Width: | Height: | Size: 258 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 253 B |
After Width: | Height: | Size: 256 B |
After Width: | Height: | Size: 550 B |
After Width: | Height: | Size: 326 B |
After Width: | Height: | Size: 326 B |
After Width: | Height: | Size: 195 B |
After Width: | Height: | Size: 178 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 242 B |
After Width: | Height: | Size: 171 B |
After Width: | Height: | Size: 164 B |
After Width: | Height: | Size: 168 B |
After Width: | Height: | Size: 204 B |
After Width: | Height: | Size: 213 B |
After Width: | Height: | Size: 215 B |
After Width: | Height: | Size: 207 B |
After Width: | Height: | Size: 90 B |
After Width: | Height: | Size: 267 B |
After Width: | Height: | Size: 188 B |
After Width: | Height: | Size: 194 B |
After Width: | Height: | Size: 193 B |
After Width: | Height: | Size: 334 B |
After Width: | Height: | Size: 286 B |
After Width: | Height: | Size: 309 B |
After Width: | Height: | Size: 246 B |
After Width: | Height: | Size: 308 B |
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 342 B |
After Width: | Height: | Size: 287 B |
After Width: | Height: | Size: 193 B |
After Width: | Height: | Size: 235 B |
After Width: | Height: | Size: 77 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 647 B |
After Width: | Height: | Size: 109 B |
After Width: | Height: | Size: 574 B |
After Width: | Height: | Size: 197 B |
After Width: | Height: | Size: 397 B |
After Width: | Height: | Size: 172 B |
After Width: | Height: | Size: 424 B |
After Width: | Height: | Size: 573 B |
After Width: | Height: | Size: 404 B |
After Width: | Height: | Size: 394 B |
After Width: | Height: | Size: 656 B |
After Width: | Height: | Size: 430 B |
After Width: | Height: | Size: 688 B |
After Width: | Height: | Size: 686 B |
After Width: | Height: | Size: 401 B |
After Width: | Height: | Size: 394 B |
After Width: | Height: | Size: 341 B |
After Width: | Height: | Size: 360 B |
After Width: | Height: | Size: 255 B |
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 264 B |
After Width: | Height: | Size: 246 B |
After Width: | Height: | Size: 247 B |
After Width: | Height: | Size: 239 B |
After Width: | Height: | Size: 239 B |
After Width: | Height: | Size: 875 B |
@ -0,0 +1,87 @@
|
||||
style "menubar" {
|
||||
engine "clearlooks" {
|
||||
hint = "menubar"
|
||||
}
|
||||
}
|
||||
|
||||
style "menu" {
|
||||
xthickness = 2
|
||||
ythickness = 3
|
||||
bg[NORMAL] = shade (1.08, @bg_color)
|
||||
engine "clearlooks" {
|
||||
radius = 0.0
|
||||
}
|
||||
}
|
||||
|
||||
style "menu_item" {
|
||||
xthickness = 2
|
||||
ythickness = 3
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = BOX
|
||||
file = "images/menuitem.png"
|
||||
border = {3, 3, 3, 3}
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = HLINE
|
||||
file = "images/line-h.png"
|
||||
border = {0, 0, 0, 0}
|
||||
stretch = TRUE
|
||||
}
|
||||
image
|
||||
{
|
||||
function = VLINE
|
||||
file = "images/line-v.png"
|
||||
border = {0, 0, 0, 0}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
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"
|