summaryrefslogtreecommitdiffstats
path: root/source/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/theme.c')
-rw-r--r--source/theme.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/theme.c b/source/theme.c
index b929a9ea..6e6e4cb3 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -691,6 +691,11 @@ static char * rofi_theme_convert_color ( char *col )
}
void rofi_theme_convert_old ( void )
{
+ {
+ char *str = g_strdup_printf ( "#window { border: %d; padding: %d;}", config.menu_bw, config.padding );
+ rofi_theme_parse_string ( str );
+ g_free ( str );
+ }
if ( config.color_window ) {
char **retv = g_strsplit ( config.color_window, ",", -1 );
const char * const conf[] = {