1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
include "gx_head_Guitarix.rc"
style "guitarix_effect_title" {
font_name = "Roboto Condensed Regular 10"
fg[NORMAL] = "#000000"
}
widget "*rackcontainer*effect_title" style:highest "guitarix_effect_title"
style "guitarix_font" {
font_name = "Roboto Condensed Regular 8"
fg[NORMAL] = "#000000"
}
widget "*.rack_label" style:highest "guitarix_font"
widget "*Value" style:highest "guitarix_font"
widget "*ampbox*label" style:highest "guitarix_font"
widget "*beffekt_label" style:highest "guitarix_font"
widget "*rack_effect_label" style:highest "guitarix_font"
style "guitarix_notebook_labels" {
fg[NORMAL] = "#aaaaaa"
}
widget "*tab_rack*label" style:highest "guitarix_notebook_labels"
style "guitarix_default" {
stock["logo"] = {{"logo_white.png"}}
stock["background1"] = {{"rust.png"}}
stock["background2"] = {{"rust2.png"}}
}
class "GtkWidget" style:highest "guitarix_default"
style "guitarix_notebook" {
xthickness = 5
ythickness = 5
bg[ACTIVE] = "#222222"
bg[NORMAL] = "#222222"
engine "murrine" {
}
engine "nodoka" {
}
engine "aurora" {
menubarstyle = 0 # 0 = flat, 1 = gradient, 2 = sunken
curvature = 2.0
arrowsize = 1.0# controls combo_arrow circle size. Diameter set by (11 + 2 * arrowsize)
old_arrowstyle = FALSE #set to TRUE for original circled arrows
animation = TRUE # FALSE = disabled, TRUE = enabled
}
engine "clearlooks" {
contrast = 0.66
radius = 3.0
style = GLOSSY #INVERTED CLASSIC GLOSSY GUMMY
}
}
widget "*tab_rack" style:highest "guitarix_notebook"
style "guitarix_frame" {
xthickness = 2
ythickness = 2
bg[NORMAL] = "#c37142"
engine "murrine" {
}
}
class "*GtkFrame" style:highest "guitarix_frame"
class "*GtkVSeparator" style:highest "guitarix_frame"
class "*GtkHSeparator" style:highest "guitarix_frame"
style "guitarix-paintbox"
{
GxPaintBox::icon-set =1
stock['gxhead'] = {{"live_wallpaper_rust.png"}}
}
class "*GxPaintBox" style "guitarix-paintbox"
|