aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/menu-selection-bulged.css
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/themes/ClassicLooks/gtk-2.0/options/menu-selection-bulged.css')
-rwxr-xr-x.local/share/themes/ClassicLooks/gtk-2.0/options/menu-selection-bulged.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/.local/share/themes/ClassicLooks/gtk-2.0/options/menu-selection-bulged.css b/.local/share/themes/ClassicLooks/gtk-2.0/options/menu-selection-bulged.css
new file mode 100755
index 0000000..6811839
--- /dev/null
+++ b/.local/share/themes/ClassicLooks/gtk-2.0/options/menu-selection-bulged.css
@@ -0,0 +1,33 @@
+/**************************************************************************************
+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 "menu" {
+ xthickness = 1
+ ythickness = 1
+}
+
+style "menu_item" {
+ bg[SELECTED] = shade(0.9, @selected_bg_color)
+
+ engine "murrine"
+ {
+ border_shades = { 1.25, 1.0 }
+ gradient_shades = { 1.6, 1.15, 1.15, 1.0 }
+ }
+}
+
+style "combo_menu_item" {
+ bg[SELECTED] = shade(0.9, @selected_bg_color)
+}
+
+include "menubar-selection-rounded.css"
+style "menubar_item" {
+ engine "murrine"
+ {
+ border_shades = { 1.1, 1.0 }
+ gradient_shades = { 1.2, 0.95, 0.95, 0.83 }
+ }
+}