From 976e5aac0a9905dbaa8f150ed7107011b9f87373 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 16 Nov 2014 21:56:19 +0000 Subject: Added support for bold theme settings --- src/command/commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command') diff --git a/src/command/commands.c b/src/command/commands.c index bbb59cdf..68d70779 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -715,6 +715,7 @@ cmd_theme(gchar **args, struct cmd_help_t help) } else if (theme_load(args[1])) { ui_load_colours(); prefs_set_string(PREF_THEME, args[1]); + ui_redraw(); cons_show("Loaded theme: %s", args[1]); } else { cons_show("Couldn't find theme: %s", args[1]); -- cgit 1.4.1-2-gfad0