summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/Adwaita-dark/gtk-2.0/main.rc21
-rw-r--r--themes/Adwaita/gtk-2.0/main.rc21
2 files changed, 10 insertions, 32 deletions
diff --git a/themes/Adwaita-dark/gtk-2.0/main.rc b/themes/Adwaita-dark/gtk-2.0/main.rc
index af967f74..062796d0 100644
--- a/themes/Adwaita-dark/gtk-2.0/main.rc
+++ b/themes/Adwaita-dark/gtk-2.0/main.rc
@@ -2387,6 +2387,11 @@ style "frame" {
image {
function = SHADOW
+ shadow = NONE
+ }
+
+ image {
+ function = SHADOW
file = "assets/frame.png"
border = {1, 1, 1, 1}
stretch = TRUE
@@ -2455,17 +2460,6 @@ style "tooltip" {
}
-
-style "disable_shadow" {
-
- engine "pixmap" {
- image {
- function = SHADOW
- }
- }
-
-}
-
style "disable_separator" {
xthickness = 0
@@ -2506,11 +2500,6 @@ widget_class "*<GtkMenuItem>*" style "menu_i
widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item"
widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
-# Frames in statusbars look ugly, let's disable them
-widget_class "*<GtkStatusbar>*<GtkFrame>" style "disable_shadow"
-# Disable the frame around poor Wilbert too
-widget_class "*<GimpToolbox>*<GtkFrame>" style "disable_shadow"
-
# Treeview buttons
widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header"
diff --git a/themes/Adwaita/gtk-2.0/main.rc b/themes/Adwaita/gtk-2.0/main.rc
index af967f74..062796d0 100644
--- a/themes/Adwaita/gtk-2.0/main.rc
+++ b/themes/Adwaita/gtk-2.0/main.rc
@@ -2387,6 +2387,11 @@ style "frame" {
image {
function = SHADOW
+ shadow = NONE
+ }
+
+ image {
+ function = SHADOW
file = "assets/frame.png"
border = {1, 1, 1, 1}
stretch = TRUE
@@ -2455,17 +2460,6 @@ style "tooltip" {
}
-
-style "disable_shadow" {
-
- engine "pixmap" {
- image {
- function = SHADOW
- }
- }
-
-}
-
style "disable_separator" {
xthickness = 0
@@ -2506,11 +2500,6 @@ widget_class "*<GtkMenuItem>*" style "menu_i
widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item"
widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
-# Frames in statusbars look ugly, let's disable them
-widget_class "*<GtkStatusbar>*<GtkFrame>" style "disable_shadow"
-# Disable the frame around poor Wilbert too
-widget_class "*<GimpToolbox>*<GtkFrame>" style "disable_shadow"
-
# Treeview buttons
widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header"