@ -0,0 +1,23 @@
|
||||
# ==============================================================================
|
||||
# BANSHEE SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "banshee_scrollbar" {
|
||||
engine "murrine" {
|
||||
roundness = 20
|
||||
}
|
||||
}
|
||||
|
||||
widget "__gtksharp_1*SeekSlider*" style "scale"
|
||||
widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar"
|
||||
|
||||
widget_class "__gtksharp_1*<GtkToolbar>*" style "default"
|
||||
widget_class "__gtksharp_1*<GtkButton>*" style "button"
|
||||
#widget_class "__gtksharp_1*<GtkScale>*" style "scale"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,36 @@
|
||||
style "dark"
|
||||
{
|
||||
bg[NORMAL] = "#e0e0e0"
|
||||
bg[PRELIGHT] = shade (1.05, "#e0e0e0")
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = shade (0.95, "#e0e0e0")
|
||||
bg[INSENSITIVE] = "#e0e0e0"
|
||||
}
|
||||
|
||||
style "menubar" = "dark" {
|
||||
# those two lines were added to fix firefox's menubar item text
|
||||
bg[SELECTED] = "#8FB2CF"
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
textstyle = 1
|
||||
text_shade = 1.23
|
||||
gradient_shades = {1.0, 1.0, 1.0, 1.0}
|
||||
lightborder_shade = 1.0
|
||||
}
|
||||
}
|
||||
|
||||
style "menubar_item" = "menu_item" {
|
||||
bg[PRELIGHT] = "#8FB2CF"
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
gradient_shades = {1.00, 1.0, 1.0, 1.0}
|
||||
# glowstyle = 5
|
||||
border_shades = { 1.0, 1.0 }
|
||||
glow_shade = 1.00
|
||||
lightborderstyle = 3
|
||||
lightborder_shade = 1.2
|
||||
roundness = 4
|
||||
}
|
||||
}
|
@ -1,35 +0,0 @@
|
||||
########################################################################
|
||||
# Statusbar
|
||||
########################################################################
|
||||
|
||||
style "statusbar" {
|
||||
GtkStatusbar::shadow_type = GTK_SHADOW_NONE
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = RESIZE_GRIP
|
||||
detail = "statusbar"
|
||||
overlay_file = "images/resizer.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = SHADOW
|
||||
file = "images/null.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "smaller-text"
|
||||
{
|
||||
font_name = "8"
|
||||
}
|
||||
|
||||
widget_class "*<GtkStatusbar>*" style "statusbar"
|
||||
widget_class "*Statusbar*" style "smaller-text"
|
||||
widget_class "*ToolButton*" style "smaller-text"
|
||||
class "GtkStatusbar*" style "statusbar"
|
||||
widget_class "*GtkStatusbar*.<GtkFrame>*" style "statusbar"
|
||||
|
Before Width: | Height: | Size: 188 B |
Before Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 334 B |
Before Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 77 B |
After Width: | Height: | Size: 234 B |
@ -0,0 +1,23 @@
|
||||
# ==============================================================================
|
||||
# BANSHEE SPECIFIC SETTINGS
|
||||
# ==============================================================================
|
||||
|
||||
style "banshee_scrollbar" {
|
||||
engine "murrine" {
|
||||
roundness = 20
|
||||
}
|
||||
}
|
||||
|
||||
widget "__gtksharp_1*SeekSlider*" style "scale"
|
||||
widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar"
|
||||
|
||||
widget_class "__gtksharp_1*<GtkToolbar>*" style "default"
|
||||
widget_class "__gtksharp_1*<GtkButton>*" style "button"
|
||||
#widget_class "__gtksharp_1*<GtkScale>*" style "scale"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,36 @@
|
||||
style "dark"
|
||||
{
|
||||
bg[NORMAL] = "#e0e0e0"
|
||||
bg[PRELIGHT] = shade (1.05, "#e0e0e0")
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = shade (0.95, "#e0e0e0")
|
||||
bg[INSENSITIVE] = "#e0e0e0"
|
||||
}
|
||||
|
||||
style "menubar" = "dark" {
|
||||
# those two lines were added to fix firefox's menubar item text
|
||||
bg[SELECTED] = "#8FB2CF"
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
textstyle = 1
|
||||
text_shade = 1.23
|
||||
gradient_shades = {1.0, 1.0, 1.0, 1.0}
|
||||
lightborder_shade = 1.0
|
||||
}
|
||||
}
|
||||
|
||||
style "menubar_item" = "menu_item" {
|
||||
bg[PRELIGHT] = "#8FB2CF"
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
gradient_shades = {1.00, 1.0, 1.0, 1.0}
|
||||
# glowstyle = 5
|
||||
border_shades = { 1.0, 1.0 }
|
||||
glow_shade = 1.00
|
||||
lightborderstyle = 3
|
||||
lightborder_shade = 1.2
|
||||
roundness = 4
|
||||
}
|
||||
}
|
@ -1,35 +0,0 @@
|
||||
########################################################################
|
||||
# Statusbar
|
||||
########################################################################
|
||||
|
||||
style "statusbar" {
|
||||
GtkStatusbar::shadow_type = GTK_SHADOW_NONE
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = RESIZE_GRIP
|
||||
detail = "statusbar"
|
||||
overlay_file = "images/resizer.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image
|
||||
{
|
||||
function = SHADOW
|
||||
file = "images/null.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "smaller-text"
|
||||
{
|
||||
font_name = "8"
|
||||
}
|
||||
|
||||
widget_class "*<GtkStatusbar>*" style "statusbar"
|
||||
widget_class "*Statusbar*" style "smaller-text"
|
||||
widget_class "*ToolButton*" style "smaller-text"
|
||||
class "GtkStatusbar*" style "statusbar"
|
||||
widget_class "*GtkStatusbar*.<GtkFrame>*" style "statusbar"
|
||||
|
Before Width: | Height: | Size: 188 B |
Before Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 334 B |
Before Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 77 B |
After Width: | Height: | Size: 234 B |