gtk在linux中存放的位置,ubuntu8.04主题文件的存放位置

我想知道ubuntu8.04的主题文件放在哪里,是什么格式的?

我下载了一个主题:Murrina verde blu

只有一个文件:gtkrc

请问如何用这个文件更改我的主题?

文件的内容如下:

#gtk-button-images = 0

gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-button=16,16:gtk-large-toolbar=16,16"

#gtk-menu-images = 0

style "theme-default"

{

GtkButton ::default_border = { 0, 0, 0, 0 }

GtkRange ::trough_border = 0

GtkPaned ::handle_size = 6

GtkRange ::slider_width = 15

GtkRange ::stepper_size = 15

GtkScrollbar ::min_slider_length = 30

GtkCheckButton ::indicator_size = 14

GtkMenuBar ::internal-padding = 0

GtkTreeView ::expander_size = 14

GtkExpander ::expander_size = 16

GtkScale ::slider-length = 24

xthickness = 1

ythickness = 1

fg[NORMAL] = "#245264"

fg[PRELIGHT] = "#245264"

fg[SELECTED] = "#ffffff"

fg[ACTIVE] = "#505050"

fg[INSENSITIVE] = "#b5b3ac"

bg[NORMAL] = "#E4EBED"

bg[PRELIGHT] = "#EBF0F2"

bg[SELECTED] = "#a3b8cc"

bg[INSENSITIVE] = "#EBF0F2"

bg[ACTIVE] = "#f5f5f5" # this (strangely) controls inactive tab BGs

base[NORMAL] = "#ffffff"

base[PRELIGHT] = "#6590b8"

base[ACTIVE] = "#A7BED5"

base[SELECTED] = "#E6B68A"

base[INSENSITIVE] = "#e8e8e8"

text[NORMAL] = "#505050"

text[PRELIGHT] = "#505050"

text[ACTIVE] = "#505050"

text[SELECTED] = "#ffffff"

text[INSENSITIVE] = "#b5b5b5"

engine "murrine"

{

menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped

scrollbar_color = "#A7BED5"

scrollbarstyle = 2

contrast = 1.0

hilight_ratio = 0.90909

glazestyle = 0 # 0 = flat hilight, 1 = curved hilight, 2 = concave style

menubarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped

menubaritemstyle = 1 # 0 = menuitem look, 1 = button look

menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped

listviewheaderstyle = 1 # 0 = flat, 1 = glassy

roundness = 3

animation = TRUE # FALSE = disabled, TRUE = enabled

listviewstyle = 1

}

}

style "theme-wide" = "theme-default"

{

xthickness = 2

ythickness = 2

}

style "theme-wider" = "theme-default"

{

xthickness = 3

ythickness = 3

}

style "theme-entry" = "theme-wider"

{

bg[SELECTED] = "#E6B68A"

}

style "theme-button" = "theme-wider"

{

bg[NORMAL] = "#f2f2f2"

bg[INSENSITIVE] = "#f0f0f0"

bg[PRELIGHT] = "#A7BED5"

bg[ACTIVE] = "#E6B68A"

}

style "theme-notebook" = "theme-wide"

{

bg[NORMAL] = "#EBF0F2"

bg[INSENSITIVE] = "#EBF0F2"

bg[SELECTED] = "#E6B68A"

}

style "theme-tasklist" = "theme-default"

{

xthickness = 5

ythickness = 3

}

style "theme-menu" = "theme-default"

{

xthickness = 2

ythickness = 2

}

style "theme-menu-item" = "theme-default"

{

ythickness = 3

fg[NORMAL] = "#505050"

#fg[PRELIGHT] = "#ffffff"

text[PRELIGHT] = "#505050"

}

style "theme-menubar" = "theme-default"

{

bg[NORMAL] = "#A7BED5"

fg[NORMAL] = "#505050"

fg[ACTIVE] = "#505050"

text[NORMAL] = "#505050"

text[PRELIGHT] = "#505050"

base[PRELIGHT] = "#63E62E"

base[SELECTED] = "#4DB224"

}

style "theme-menubar-item"

{

ythickness = 4

fg[PRELIGHT] = "#505050"

bg[PRELIGHT] = "#A7BED5"

}

style "theme-tree" = "theme-default"

{

xthickness = 2

ythickness = 2

bg[NORMAL] = "#f2f2f2"

}

style "theme-frame-title" = "theme-default"

{

fg[NORMAL] = "#404040"

}

style "theme-tooltips" = "theme-default"

{

xthickness = 4

ythickness = 4

bg[NORMAL] = "#E6B68A"

}

style "theme-progressbar" = "theme-wide"

{

xthickness = 1

ythickness = 1

#fg[PRELIGHT] = "#ffffff"

}

style "theme-combo" = "theme-button"

{

}

style "theme-panel-menubar"

{

bg[NORMAL] = "#e7e7e7"

}

#panel menubar bg hack

widget "*Panel*Menu*" style "theme-panel-menubar"

# widget styles

class "GtkWidget" style "theme-default"

class "GtkButton" style "theme-button"

class "GtkScale" style "theme-button"

class "GtkCombo" style "theme-button"

class "GtkRange" style "theme-wide"

class "GtkFrame" style "theme-wide"

class "GtkMenu" style "theme-menu"

class "GtkEntry" style "theme-entry"

class "GtkMenuItem" style "theme-menu-item"

class "GtkNotebook" style "theme-notebook"

class "GtkProgressBar" style "theme-progressbar"

class "*MenuBar*" style "theme-menubar"

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

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

# combobox stuff

widget_class "*.GtkComboBox.GtkButton" style "theme-combo"

widget_class "*.GtkCombo.GtkButton" style "theme-combo"

# tooltips stuff

widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"

widget "gtk-tooltip*" style "theme-tooltips"

# treeview stuff

widget_class "*.GtkTreeView.GtkButton" style "theme-tree"

widget_class "*.GtkCTree.GtkButton" style "theme-tree"

widget_class "*.GtkList.GtkButton" style "theme-tree"

widget_class "*.GtkCList.GtkButton" style "theme-tree"

widget_class "*.GtkFrame.GtkLabel" style "theme-frame-title"

# notebook stuff

widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"

widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值