Added support for bold theme settings
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user