aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_button_pressed.css
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_button_pressed.css')
-rwxr-xr-x.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_button_pressed.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_button_pressed.css b/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_button_pressed.css
new file mode 100755
index 0000000..9061dad
--- /dev/null
+++ b/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_button_pressed.css
@@ -0,0 +1,45 @@
+/**************************************************************************************
+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[ACTIVE] = shade(0.5, @button_fg_color)
+ bg[ACTIVE] = shade(0.92, @button_bg_color)
+ engine "murrine" {
+# textstyle = 0
+ }
+}
+
+style "toolbar_button" {
+ fg[ACTIVE] = shade(0.5, @button_fg_color)
+ bg[ACTIVE] = shade(0.92, @button_bg_color)
+ engine "murrine" {
+# textstyle = 0
+ }
+}
+
+style "treeview_header" {
+ fg[ACTIVE] = shade(0.5, @button_fg_color)
+ bg[ACTIVE] = shade(0.92, @button_bg_color)
+}
+
+style "combo_button" {
+ fg[ACTIVE] = shade(0.5, @button_fg_color)
+ bg[ACTIVE] = shade(0.92, @button_bg_color)
+}
+
+style "combobox" {
+ fg[ACTIVE] = shade(0.5, @button_fg_color)
+ bg[ACTIVE] = shade(0.92, @button_bg_color)
+}
+
+style "combobox_entry_button" {
+ fg[ACTIVE] = shade(0.5, @button_fg_color)
+ bg[ACTIVE] = shade(0.92, @button_bg_color)
+}
+
+style "set_text_color_to_fg_color_workaround" {
+ text[ACTIVE] = @button_fg_color
+}