summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/theme.c b/render/theme.c
index 39079bd8..8ba7a9dc 100644
--- a/render/theme.c
+++ b/render/theme.c
@@ -404,7 +404,7 @@ static void parse_appearance(char *tex, SurfaceColorType *grad,
else if (strstr(tex, "pipecross") != NULL)
*grad = Background_PipeCross;
else if (strstr(tex, "elliptic") != NULL)
- *grad = Background_Elliptic;
+ *grad = Background_Rectangle;
else if (strstr(tex, "horizontal") != NULL)
*grad = Background_Horizontal;
else if (strstr(tex, "vertical") != NULL)