aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_button_hover.css
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_button_hover.css')
-rwxr-xr-x.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_button_hover.css68
1 files changed, 68 insertions, 0 deletions
diff --git a/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_button_hover.css b/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_button_hover.css
new file mode 100755
index 0000000..502f499
--- /dev/null
+++ b/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_button_hover.css
@@ -0,0 +1,68 @@
+/**************************************************************************************
+This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
+(c) 2019-2021 Virgil Mager - vvmager@gmail.com
+(c) 2019-2021 Information Technology Group - http://itgroup.ro
+**************************************************************************************/
+
+style "button" {
+ fg[PRELIGHT] = @button_fg_color
+ bg[PRELIGHT] = @button_bg_color
+ engine "murrine" {
+# textstyle = 0
+ }
+}
+
+style "toolbar_button" {
+ fg[PRELIGHT] = @button_fg_color
+ bg[PRELIGHT] = @button_bg_color
+ engine "murrine" {
+# textstyle = 0
+ }
+}
+
+style "treeview_header" {
+ fg[PRELIGHT] = @button_fg_color
+ bg[PRELIGHT] = @button_bg_color
+ engine "murrine" {
+# textstyle = 0
+ }
+}
+
+style "combo_button" {
+ fg[PRELIGHT] = @button_fg_color
+ bg[PRELIGHT] = @button_bg_color
+ engine "murrine" {
+# textstyle = 0
+ }
+}
+
+style "combobox" {
+ fg[PRELIGHT] = @button_fg_color
+ bg[PRELIGHT] = @button_bg_color
+ engine "murrine" {
+# textstyle = 0
+ }
+}
+
+style "combobox_entry_button" {
+ fg[PRELIGHT] = @button_fg_color
+ bg[PRELIGHT] = @button_bg_color
+ engine "murrine" {
+# textstyle = 0
+ }
+}
+
+style "set_text_color_to_fg_color_workaround" {
+ text[PRELIGHT] = @button_fg_color
+ engine "murrine" {
+# textstyle = 0
+ }
+}
+
+style "radiocheck" {
+# fg[PRELIGHT] = @button_fg_color
+# bg[PRELIGHT] = @button_bg_color
+ engine "murrine" {
+# textstyle = 0
+ }
+}