Minor tweaks
parent
47cfb8c8fc
commit
9b5ba9806c
|
@ -509,8 +509,8 @@ style "xfdesktop-windowlist" {
|
|||
|
||||
style "xfdesktop-icon-view" {
|
||||
font_name = "normal"
|
||||
XfdesktopIconView::label-alpha = 30
|
||||
XfdesktopIconView::selected-label-alpha = 60
|
||||
XfdesktopIconView::label-alpha = 90
|
||||
XfdesktopIconView::selected-label-alpha = 90
|
||||
XfdesktopIconView::shadow-color = shade (1.05, @fg_color)
|
||||
XfdesktopIconView::selected-shadow-color = @fg_color
|
||||
XfdesktopIconView::shadow-x-offset = -1
|
||||
|
@ -518,7 +518,10 @@ style "xfdesktop-icon-view" {
|
|||
XfdesktopIconView::shadow-y-offset = -1
|
||||
XfdesktopIconView::selected-shadow-y-offset = -1
|
||||
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
base[NORMAL] = @panel_bg_color
|
||||
base[ACTIVE] = @selected_bg_color
|
||||
|
||||
fg[NORMAL] = @panel_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
|
@ -530,14 +533,15 @@ style "xfdesktop-icon-view" {
|
|||
style "xfwm-tabwin" {
|
||||
Xfwm4TabwinWidget::border-width = 1
|
||||
Xfwm4TabwinWidget::icon-size = 64
|
||||
|
||||
engine "murrine" {
|
||||
focusstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "xfsm-logout" {
|
||||
|
||||
engine "murrine" {
|
||||
highlight_shade = 1.0
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -644,29 +648,6 @@ widget_class "*<GtkScrolledWindow>*<OsScrollbar>" style "murrine-overlay-scrollb
|
|||
|
||||
# Workarounds and Non-Standard Styling
|
||||
|
||||
style "evolution-hack" = "murrine-default" {
|
||||
bg[NORMAL] = shade (1.08, @bg_color)
|
||||
bg[PRELIGHT] = shade (1.18, @bg_color)
|
||||
bg[ACTIVE] = shade (0.75, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
}
|
||||
|
||||
widget_class "*.ETable.ECanvas" style "murrine-treeview-header"
|
||||
widget_class "*.ETree.ECanvas" style "murrine-treeview-header"
|
||||
widget_class "*GtkCTree*" style "evolution-hack"
|
||||
widget_class "*GtkList*" style "evolution-hack"
|
||||
widget_class "*GtkCList*" style "evolution-hack"
|
||||
widget_class "*.ETree.*" style "evolution-hack"
|
||||
widget_class "*EInfoLabel*" style "evolution-hack"
|
||||
|
||||
style "murrine-nautilus-location" {
|
||||
bg[NORMAL] = shade (1.25, @selected_bg_color)
|
||||
}
|
||||
|
||||
widget "*.nautilus-extra-view-widget" style : highest "murrine-nautilus-location"
|
||||
|
||||
style "text-is-fg-color-workaround" {
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @fg_color
|
||||
|
|
Loading…
Reference in New Issue