diff --git a/src/settings.c b/src/settings.c
index f188608d3595e05ed7cc1dc58cd9c88dcba394b4..35a7e2e1dd95139cf0d94a4693fe753874465d39 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -898,9 +898,9 @@ getTitleShadow (Settings *rc, const gchar * name)
     {
         return TITLE_SHADOW_UNDER;
     }
-    else if (!g_ascii_strcasecmp ("bevel", val))
+    else if (!g_ascii_strcasecmp ("frame", val))
     {
-        return TITLE_SHADOW_BEVEL;
+        return TITLE_SHADOW_FRAME;
     }
     return TITLE_SHADOW_NONE;
 }
diff --git a/src/settings.h b/src/settings.h
index 90196c291745bbf450b33dc16b4c697f66dda44c..626e91f2a0bdf6e6e5ee3502904b6f270cc4c2b2 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -41,7 +41,7 @@
 
 #define TITLE_SHADOW_NONE               0
 #define TITLE_SHADOW_UNDER              1
-#define TITLE_SHADOW_BEVEL              2
+#define TITLE_SHADOW_FRAME              2
 
 #define MENU_BUTTON                     0
 #define STICK_BUTTON                    1
diff --git a/themes/daloa/themerc b/themes/daloa/themerc
index 2ef9ddc1a579bdba047770fc0817c01199c55047..6ae8ee52fde74188b6ea31619897a0db632c836a 100644
--- a/themes/daloa/themerc
+++ b/themes/daloa/themerc
@@ -4,6 +4,6 @@ button_spacing=-1
 title_horizontal_offset=0
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=bevel
+title_shadow_active=frame
 title_shadow_inactive=false
 show_app_icon=true
diff --git a/themes/default/themerc b/themes/default/themerc
index 66a961f3d89c22ffa7b440740a99474cf55e9428..8a802c027dd91724b45bb5a03f15cc87a5ecfeca 100644
--- a/themes/default/themerc
+++ b/themes/default/themerc
@@ -4,6 +4,6 @@ button_spacing=1
 title_horizontal_offset=0
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=bevel
+title_shadow_active=frame
 title_shadow_inactive=false
 show_app_icon=true
diff --git a/themes/katiola/themerc b/themes/katiola/themerc
index 48d25f9f8de16abedf588af2ba35742fdb337c9d..069b4cc5bd36c4bbad0a6360d31247dc096d5561 100644
--- a/themes/katiola/themerc
+++ b/themes/katiola/themerc
@@ -7,7 +7,7 @@ inactive_text_color=#808080
 inactive_text_shadow_color=#f2f2f2
 show_app_icon=true
 title_horizontal_offset=0
-title_shadow_active=true
-title_shadow_inactive=true
+title_shadow_active=frame
+title_shadow_inactive=frame
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
diff --git a/themes/moheli/themerc b/themes/moheli/themerc
index abfc284dbfc1f6b15cb6be112e70369d1990570b..e306ef6450ba08f6a9f257355cc8c5fdb6e7b471 100644
--- a/themes/moheli/themerc
+++ b/themes/moheli/themerc
@@ -5,5 +5,5 @@ full_width_title=true
 title_horizontal_offset=8
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=bevel
+title_shadow_active=frame
 show_app_icon=true
diff --git a/themes/stoneage/themerc b/themes/stoneage/themerc
index 0eb9621feb6e1116b8d40609de14af2a5d1c55bc..b44b4caf741633d36f11b80da0ca145b204dfda1 100644
--- a/themes/stoneage/themerc
+++ b/themes/stoneage/themerc
@@ -4,5 +4,5 @@ full_width_title=true
 title_horizontal_offset=2
 title_vertical_offset_active=0
 title_vertical_offset_inactive=0
-title_shadow_active=true
+title_shadow_active=under
 show_app_icon=true
diff --git a/themes/therapy/themerc b/themes/therapy/themerc
index 050f062c891742d63c232a42d6398647521bdb6a..dfb10f352c15790ec5da5cf9c9ec9d502b754efe 100644
--- a/themes/therapy/themerc
+++ b/themes/therapy/themerc
@@ -5,7 +5,7 @@ full_width_title=true
 title_horizontal_offset=2
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=true
+title_shadow_active=under
 # title_shadow_active=false
 title_shadow_inactive=false
 show_app_icon=true
diff --git a/themes/tyrex/themerc b/themes/tyrex/themerc
index 734948707c2ea47c8154bcc7de231b0bffc306c9..50ca2843a03a86f86a52077776ffc63936b73042 100644
--- a/themes/tyrex/themerc
+++ b/themes/tyrex/themerc
@@ -4,5 +4,5 @@ full_width_title=true
 title_horizontal_offset=1
 title_vertical_offset_active=1
 title_vertical_offset_inactive=2
-title_shadow_active=true
+title_shadow_active=under
 show_app_icon=true
diff --git a/themes/wallis/themerc b/themes/wallis/themerc
index cc35bad3242b8a0a35675c0880e1270a56cb75b8..ed3770c7eb1c1f37ce56fb20e34de97eb4d26c1d 100644
--- a/themes/wallis/themerc
+++ b/themes/wallis/themerc
@@ -4,6 +4,6 @@ full_width_title=true
 title_horizontal_offset=3
 title_vertical_offset_active=1
 title_vertical_offset_inactive=1
-title_shadow_active=true
+title_shadow_active=under
 title_shadow_inactive=false
 show_app_icon=true