gtk-key-theme-name = "Emacs" gtk-can-change-accels = 1 gtk-entry-select-on-focus = 0 gtk-font-name = "Tahoma 10" gtk-monospace-font-name = "Courier New 12" gtk-cursor-blink = 0 gtk-show-hidden-files = 1 gtk-show-backup-files = 1 # Ok. let's start from RedHat's default theme... # ! nope ! why needing redhat-artwork? ;-]~ #include "/usr/share/themes/Bluecurve/gtk-2.0/iconrc" # NORMAL # The normal state of a widget, without the mouse over top of # it, and not being pressed, etc. # PRELIGHT # When the mouse is over top of the widget, colors defined # using this state will be in effect. # ACTIVE # When the widget is pressed or clicked it will be active, and # the attributes assigned by this tag will be in effect. # INSENSITIVE # When a widget is set insensitive, and cannot be # activated, it will take these attributes. # SELECTED # When an object is selected, it takes these attributes. style "n0i-default" { # engine "bluecurve" { contrast = 1.0 } engine "redmond95" {} GtkMenuItem::selected_shadow_type = out GtkButton::default_border = { 0, 0, 0, 0 } GtkButton::default_outside_border = { 0, 0, 0, 0 } GtkRange::trough_border = 0 GtkWidget::interior_focus = 1 GtkWidget::focus_padding = 1 GtkWidget::focus-line-width = 2 GtkWidget::cursor-aspect-ratio = 0.1 GtkWidget::cursor_color = "#69c" GTKWidget::secondary_cursor_color = "#c96" GtkPaned::handle_size = 6 GtkRange::slider_width = 15 GtkRange::stepper_size = 15 GtkScrollbar::min_slider_length = 30 GtkCheckButton::indicator_size = 12 GtkMenuBar::internal-padding = 0 #GtkOptionMenu::indicator_size = { 11, 6 } #GtkOptionMenu::indicator_spacing = { 4, 5, 2, 2 } xthickness = 1 ythickness = 1 bg[NORMAL] = "#036" bg[PRELIGHT] = "#eee" bg[ACTIVE] = "#ddd" bg[SELECTED] = "#6ac" bg[INSENSITIVE] = "#036" base[NORMAL] = "#123" base[PRELIGHT] = "#eee" base[ACTIVE] = "#abe" base[SELECTED] = "#6ac" base[INSENSITIVE] = "#eee" text[NORMAL] = "#fff" text[PRELIGHT] = "#000" text[ACTIVE] = "#000" text[SELECTED] = "#000" text[INSENSITIVE] = "#eee" fg[NORMAL] = "#fff" fg[PRELIGHT] = "#000" fg[ACTIVE] = "#000" fg[SELECTED] = "#000" fg[INSENSITIVE] = "#eee" } style "n0i-test" = "n0i-default" { base[NORMAL] = "green yellow" base[INSENSITIVE] = "yellow" base[PRELIGHT] = "orange" base[ACTIVE] = "orange3" base[SELECTED] = "OrangeRed1" bg[NORMAL] = "OliveDrab" bg[INSENSITIVE] = "DarkKhaki" bg[PRELIGHT] = "GreenYellow" bg[ACTIVE] = "LawnGreen" bg[SELECTED] = "chartreuse1" fg[NORMAL] = "aquamarine3" fg[INSENSITIVE] = "DarkSlateGray3" fg[PRELIGHT] = "DarkSeaGreen2" fg[ACTIVE] = "DarkOrchid1" fg[SELECTED] = "DarkOrchid4" text[INSENSITIVE] = "IndianRed" text[NORMAL] = "brown" text[PRELIGHT] = "red" text[ACTIVE] = "DeepPink" text[SELECTED] = "DarkRed" } style "n0i-wide" = "n0i-default" { xthickness = 2 ythickness = 2 } style "n0i-tasklist" = "n0i-default" { xthickness = 5 ythickness = 3 } style "n0i-menu" = "n0i-default" { xthickness = 3 ythickness = 3 bg[NORMAL] = "#036" bg[PRELIGHT] = "#789" fg[PRELIGHT] = "#fff" } style "n0i-menu-item" = "n0i-menu" { xthickness = 3 ythickness = 4 bg[SELECTED] = "#4464ac" fg[PRELIGHT] = "#ffffff" } style "n0i-menu-itembar" = "n0i-menu" { xthickness = 2 ythickness = 2 } style "n0i-tree" = "n0i-menu" { xthickness = 2 ythickness = 2 } style "n0i-frame-title" = "n0i-default" { fg[NORMAL] = "#fff" } style "n0i-frame" = "n0i-wide" { xthickness = 6 ythickness = 6 bg[NORMAL] = "#036" } style "n0i-statusbar" = "n0i-default" { bg[NORMAL] = "#036" } # class "GtkStatusbar" style "n0i-statusbar" style "n0i-panel" = "n0i-default" { xthickness = 3 ythickness = 3 } style "n0i-tooltips" = "n0i-default" { xthickness = 4 ythickness = 4 bg[NORMAL] = "#69a" } style "n0i-button" = "n0i-wide" { bg[NORMAL] = "#123" bg[ACTIVE] = "#678" bg[INSENSITIVE] = "#456" bg[PRELIGHT] = "#567" bg[SELECTED] = "#678" fg[NORMAL] = "#ddd" fg[PRELIGHT] = "#eee" fg[SELECTED] = "#eee" fg[ACTIVE] = "#fff" # base[SELECTED] = "#9cf" } style "n0i-toggle" { base[NORMAL] = "#123" base[PRELIGHT] = "#789" base[ACTIVE] = "#789" } style "n0i-label" = "n0i-button" { fg[NORMAL] = "#fff" fg[INSENSITIVE] = "#eee" fg[PRELIGHT] = "#fff" fg[ACTIVE] = "#9cf" fg[SELECTED] = "#9cf" } style "n0i-range" = "n0i-button" { bg[NORMAL] = "#689" } style "n0i-entry" = "n0i-default" { base[NORMAL] = "#234" text[NORMAL] = "#fff" bg[NORMAL] = "#234" fg[NORMAL] = "#fff" } style "n0i-notebook" = "n0i-button" { bg[NORMAL] = "#123" bg[ACTIVE] = "#678" bg[INSENSITIVE] = "#456" } style "n0i-paned" = "n0i-frame" { bg[PRELIGHT] = "#567" } class "GtkWidget" style "n0i-default" class "GtkButton" style "n0i-button" class "GtkRange" style "n0i-range" class "GtkSpinButton" style "n0i-range" class "GtkHScale" style "n0i-range" class "GtkMenu" style "n0i-menu" class "GtkMenuItem" style "n0i-menu-item" class "GtkFrame" style "n0i-frame" class "GtkEntry" style "n0i-entry" class "GtkNotebook" style "n0i-notebook" class "GtkPaned" style "n0i-paned" class "GtkHSeparator" style "n0i-paned" class "GtkVSeparator" style "n0i-paned" class "GtkToggleButton" style "n0i-toggle" widget_class "*.GtkCheckButton.GtkLabel" style "n0i-label" widget_class "*.GtkRadioButton.GtkLabel" style "n0i-label" widget_class "*.GtkMenuItem.*" style "n0i-menu" widget_class "*.GtkAccelMenuItem.*" style "n0i-menu" widget_class "*.GtkRadioMenuItem.*" style "n0i-menu" widget_class "*.GtkCheckMenuItem.*" style "n0i-menu" widget_class "*.GtkImageMenuItem.*" style "n0i-menu" widget_class "*.GtkSeparatorMenuItem.*" style "n0i-menu" widget "gtk-tooltips*" style "n0i-tooltips" widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "n0i-panel" widget_class "*.tooltips.*.GtkToggleButton" style "n0i-tasklist" widget_class "*.GtkTreeView.GtkButton" style "n0i-tree" widget_class "*.GtkCTree.GtkButton" style "n0i-tree" widget_class "*.GtkList.GtkButton" style "n0i-tree" widget_class "*.GtkCList.GtkButton" style "n0i-tree" widget_class "*.GtkFrame.GtkLabel*" style "n0i-frame-title" #class "GtkBox" style "n0i-test"