From 9a2359fc439b0336b7dee82afb47aa21d24b98a6 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 11 Feb 2020 17:26:20 -0500 Subject: initial commit --- src/usr/share/themes/bgstack15-red/gtk-2.0/apps.rc | 83 ++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 src/usr/share/themes/bgstack15-red/gtk-2.0/apps.rc (limited to 'src/usr/share/themes/bgstack15-red/gtk-2.0/apps.rc') diff --git a/src/usr/share/themes/bgstack15-red/gtk-2.0/apps.rc b/src/usr/share/themes/bgstack15-red/gtk-2.0/apps.rc new file mode 100644 index 0000000..fc010cf --- /dev/null +++ b/src/usr/share/themes/bgstack15-red/gtk-2.0/apps.rc @@ -0,0 +1,83 @@ +# +# Thunar +# +style "thunar-handle" { GtkPaned::handle-size = 2 } + +style "dark-sidebar" { + GtkTreeView::odd_row_color = @dark_sidebar_bg + GtkTreeView::even_row_color = @dark_sidebar_bg + + + base[NORMAL] = @dark_sidebar_bg + base[INSENSITIVE] = @dark_sidebar_bg + + text[NORMAL] = "#BAC3CF" + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color +} + +style "thunar-frame" { + xthickness = 0 + ythickness = 0 +} + +widget_class "*ThunarWindow*." style "thunar-frame" +widget_class "*ThunarShortcutsView*" style "dark-sidebar" +widget_class "*ThunarTreeView*" style "dark-sidebar" +widget_class "*ThunarWindow*." style "thunar-handle" + +# +# Workaround for colored entries +# +style "entry_border" { + + xthickness = 7 + ythickness = 5 + + engine "pixmap" { + + image { + function = SHADOW + state = NORMAL + detail = "entry" + file = "assets/entry-border-bg.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = SHADOW + state = ACTIVE + detail = "entry" + file = "assets/entry-border-active-bg.png" + border = {6, 6, 6, 6} + stretch = TRUE + } + + image { + function = FLAT_BOX + state = ACTIVE + detail = "entry_bg" + file = "assets/null.png" + } + + image { + function = FLAT_BOX + state = INSENSITIVE + detail = "entry_bg" + file = "assets/null.png" + } + + image { + function = FLAT_BOX + detail = "entry_bg" + file = "assets/null.png" + } + } +} + +# Mousepad search entry +widget_class "*MousepadSearchBar*." style "entry_border" + +# Hexchat input box +class "SexySpellEntry" style:highest "entry_border" -- cgit