Added .themes directory, as it contains a mild amount of untracked content.
This commit is contained in:
27
.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/tooltips
Executable file
27
.themes/Libra-Dark-Gruvbox/gtk-2.0/styles/tooltips
Executable file
@@ -0,0 +1,27 @@
|
||||
style "tooltips" = "default"
|
||||
{
|
||||
bg[NORMAL] = @tooltip_bg_color
|
||||
fg[NORMAL] = @tooltip_fg_color
|
||||
bg[SELECTED] = @tooltip_bg_color
|
||||
|
||||
}
|
||||
widget "gtk-tooltip*" style "tooltips"
|
||||
class "*GtkTooltips*" style "tooltips"
|
||||
widget_class "*Tooltips*" style "tooltips"
|
||||
widget "*.nautilus-extra-view-widget" style:highest "tooltips"
|
||||
|
||||
style "xfdesktop-icon-view"
|
||||
{
|
||||
XfdesktopIconView::label-alpha = 0
|
||||
XfdesktopIconView::selected-label-alpha = 170
|
||||
|
||||
base[NORMAL] = @bg_color
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
base[SELECTED] = @selected_bg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
engine "murrine" {
|
||||
textstyle = 1
|
||||
text_shade = 0.1
|
||||
}
|
||||
}
|
||||
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
|
||||
Reference in New Issue
Block a user