Reload colors2 as well as colors, naming tweaks.

This commit is contained in:
wreald 2025-05-31 15:42:29 +10:00
parent 9f5cf7abca
commit 938f30ee92
4 changed files with 10 additions and 5 deletions

View file

@ -3872,6 +3872,7 @@ config_reload_colors(struct config *conf)
// loading the config?
conf->colors = new_conf.colors;
conf->colors2 = new_conf.colors2;
config_free(&new_conf);
}