You are not logged in.

#1 2010-07-03 16:22:00

dkorzhevin
Member
From: Kiev, Ukraine
Registered: 2010-04-23
Posts: 61

[murrine] murreza theme not showing OpenOffice.org menu items

Hello, i have some problems with this theme:

http://img696.imageshack.us/img696/7192/trayu.png
http://img267.imageshack.us/img267/9500/openoffice.png

Please, tell - how to fix this?

Offline

#2 2010-07-04 07:52:40

dkorzhevin
Member
From: Kiev, Ukraine
Registered: 2010-04-23
Posts: 61

Re: [murrine] murreza theme not showing OpenOffice.org menu items

gtkrc:

include "panel.rc"
style "theme-default"
{
 GtkPaned    ::handle_size      = 6
 GtkTreeView ::expander_size    = 14
 GtkRange    ::slider-width     = 12
 GtkMenuBar  ::internal-padding = 0

 xthickness = 3
 ythickness = 3

 fg[NORMAL]        = "#222222"
 fg[PRELIGHT]      = "#222222"
 fg[SELECTED]      = "#FFFFFF"
 fg[ACTIVE]        = "#505050"
 fg[INSENSITIVE]   = "#B5B3AC"

 bg[NORMAL]        = "#EEEEEE"
 bg[PRELIGHT]      = "#EEEEEE"
 bg[SELECTED]       = "#343736"
 bg[ACTIVE]        = "#F5F5F5"
 bg[INSENSITIVE]   = "#EFEFEF"

 base[NORMAL]      = "#FFFFFF"
 base[PRELIGHT]    = "#595F5D"
 base[SELECTED]    = "#343736"
 base[ACTIVE]      = "#4D5150"
 base[INSENSITIVE] = "#E8E8E8"

 text[NORMAL]      = "#505050"
 text[PRELIGHT]    = "#505050"
 text[SELECTED]    = "#FFFFFF"
 text[ACTIVE]      = "#FFFFFF"
 text[INSENSITIVE] = "#B5B5B5"

 engine "murrine"
 {
  animation            = FALSE
  rgba               = FALSE
  gradient_shades      = {1.03,1.0,1.0,0.985}
  contrast           = .55
  scrollbarstyle       = 2 # 0 to get rid of the handles. (2 default)
  sliderstyle          = 0
  stepperstyle         = 1
  glazestyle           = 0
  reliefstyle           = 2
  toolbarstyle           = 2
  progressbarstyle     = 0 # 1 to add stripes. (0 default)
  roundness            = 0
  highlight_shade      = 1.00
  lightborder_shade    = 1.85
  lightborderstyle     = 1
  menuitemstyle        = 0 # 1 if you want borders around menu items. (0 default)
  menubarstyle         = 2 # 3 if you want stripes. (2 default)
  menubaritemstyle     = 0
  listviewstyle        = 1 # 0 to turn off the dots. (1 default)
  listviewheaderstyle  = 1
 }
}

style "theme-button" = "theme-default"
{
 bg[NORMAL]     = "#E6E6E6"
 bg[PRELIGHT]     = "#E6E6E6"
 bg[ACTIVE]      = "#E6E6E6"
 bg[SELECTED]    = "#E6E6E6"
 bg[INSENSITIVE] = "#E6E6E6"
}

style "theme-menu" = "theme-default"
{
 xthickness = 2
 ythickness = 1
}

style "theme-menu-item" = "theme-default"
{
 ythickness     = 3
 fg[NORMAL]     = "#505050"
 fg[PRELIGHT]   = "#FFFFFF"
 text[PRELIGHT] = "#FFFFFF"
}

style "theme-menubar" = "theme-default"
{
 bg[NORMAL] = "#505050"
 fg[NORMAL] = "#FFFFFF"
}

style "theme-menubar-item" = "theme-default"
{
 ythickness   = 4
 fg[NORMAL]   = "#FFFFFF"
 fg[PRELIGHT] = "#FFFFFF"
}

style "theme-progressbar" = "theme-default"
{
 xthickness = 0
 ythickness = 0
 bg[SELECTED] = "#505050"
 fg[PRELIGHT] = "#FFFFFF"
}

style "theme-scrollbar"
{
 bg[SELECTED] = "#E6E6E6"
 GtkRange ::trough-border = 3
 engine "murrine" {
  highlight_shade = 1.03
 }
}

class "GtkWidget"      style "theme-default"
class "GtkButton"      style "theme-button"
class "GtkScale"       style "theme-button"
class "GtkCombo"       style "theme-button"
class "GtkNotebook"    style "theme-button"
class "GtkMenu"        style "theme-menu"
class "GtkMenuItem"    style "theme-menu-item"
class "GtkProgressBar" style "theme-progressbar"
class "GtkScrollbar"   style "theme-scrollbar"
class "*MenuBar*"      style "theme-menubar"

widget_class "*MenuItem.*" style "theme-menu-item"
widget_class "*MenuBar.*"  style "theme-menubar-item"

and panel.rc:

style "theme-panel"
{
 bg[SELECTED]       = "#3B3B3B"
 bg[NORMAL]       = "#3B3B3B"
 bg[PRELIGHT]       = "#404040"
 bg[ACTIVE]       = "#373737"
 bg[INSENSITIVE]   = "#343434"

 fg[NORMAL]       = "#E0E0E0"
 fg[PRELIGHT]       = "#FFFFFF"
 fg[SELECTED]       = "#A1A1A1"
 fg[ACTIVE]       = "#A1A1A1"
 fg[INSENSITIVE]   = "#343434"
}

widget "*PanelWidget*"          style "theme-panel"
widget "*PanelApplet*"          style "theme-panel"
widget "*fast-user-switch*"      style "theme-panel"
widget "*CPUFreq*Applet*"      style "theme-panel"
widget "*indicator-applet*"      style "theme-panel"
class "PanelApp*"          style "theme-panel"
class "PanelToplevel*"          style "theme-panel"
widget_class "*PanelToplevel*"      style "theme-panel"
widget_class "*Mail*"          style "theme-panel"
class "*Panel*"                  style "theme-panel"
widget_class "*notif*"          style "theme-panel"
widget_class "*Notif*"          style "theme-panel"
widget_class "*Tray*"          style "theme-panel" 
widget_class "*tray*"          style "theme-panel"
widget_class "*computertemp*"      style "theme-panel"
widget_class "*Applet*Tomboy*"      style "theme-panel"
widget_class "*Applet*Netstatus*" style "theme-panel"

widget "*Xfce*Panel*" style "theme-panel"
class "*Xfce*Panel*"  style "theme-panel"

Offline

Board footer

Powered by FluxBB