diff --git a/share/themes/Kali-Dark/gtk-2.0/assets/menu.png b/share/themes/Kali-Dark/gtk-2.0/assets/menu.png new file mode 100644 index 00000000..0b212907 Binary files /dev/null and b/share/themes/Kali-Dark/gtk-2.0/assets/menu.png differ diff --git a/share/themes/Kali-Dark/gtk-2.0/main.rc b/share/themes/Kali-Dark/gtk-2.0/main.rc index cbca2e9d..30751fe9 100644 --- a/share/themes/Kali-Dark/gtk-2.0/main.rc +++ b/share/themes/Kali-Dark/gtk-2.0/main.rc @@ -16,7 +16,7 @@ style "default" { GtkWidget::new-tooltip-style = 1 #for compatibility GtkSeparatorMenuItem::horizontal-padding = 3 - GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::wide-separators = 0 GtkSeparatorMenuItem::separator-height = 1 GtkButton::child-displacement-y = 0 @@ -689,21 +689,17 @@ style "menu" { bg[NORMAL] = @menu_bg bg[INSENSITIVE] = @menu_bg bg[PRELIGHT] = @menu_bg - - engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator - - image { - function = HLINE - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - } - } } style "menu_framed_box" { + engine "pixmap" { - engine "adwaita" { + image { + function = BOX + file = "assets/menu.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } } } diff --git a/share/themes/Kali-Light/gtk-2.0/assets/menu.png b/share/themes/Kali-Light/gtk-2.0/assets/menu.png new file mode 100644 index 00000000..40a30b79 Binary files /dev/null and b/share/themes/Kali-Light/gtk-2.0/assets/menu.png differ diff --git a/share/themes/Kali-Light/gtk-2.0/main.rc b/share/themes/Kali-Light/gtk-2.0/main.rc index cbca2e9d..30751fe9 100644 --- a/share/themes/Kali-Light/gtk-2.0/main.rc +++ b/share/themes/Kali-Light/gtk-2.0/main.rc @@ -16,7 +16,7 @@ style "default" { GtkWidget::new-tooltip-style = 1 #for compatibility GtkSeparatorMenuItem::horizontal-padding = 3 - GtkSeparatorMenuItem::wide-separators = 1 + GtkSeparatorMenuItem::wide-separators = 0 GtkSeparatorMenuItem::separator-height = 1 GtkButton::child-displacement-y = 0 @@ -689,21 +689,17 @@ style "menu" { bg[NORMAL] = @menu_bg bg[INSENSITIVE] = @menu_bg bg[PRELIGHT] = @menu_bg - - engine "pixmap" { # For menus that use horizontal lines rather than gtkseparator - - image { - function = HLINE - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - } - } } style "menu_framed_box" { + engine "pixmap" { - engine "adwaita" { + image { + function = BOX + file = "assets/menu.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } } }