summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-06-17 11:06:47 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-06-17 11:07:24 +0300
commitaac0bc8a49d06fffcaca7a1fd3c35de035ac3e7c (patch)
tree51c822f45781ae4545db9c44f0cc926110fc253f /src/app.c
parent1455c26b793be67f5c47a7f7dbf06c9c263d8e2a (diff)
Color: Load palettes from a config file
IssueID #263
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.c b/src/app.c
index 749d998e..3a1ee101 100644
--- a/src/app.c
+++ b/src/app.c
@@ -761,6 +761,7 @@ static void init_App_(iApp *d, int argc, char **argv) {
761 setupApplication_iOS(); 761 setupApplication_iOS();
762#endif 762#endif
763 init_Keys(); 763 init_Keys();
764 loadPalette_Color(dataDir_App_());
764 setThemePalette_Color(d->prefs.theme); /* default UI colors */ 765 setThemePalette_Color(d->prefs.theme); /* default UI colors */
765 loadPrefs_App_(d); 766 loadPrefs_App_(d);
766 load_Keys(dataDir_App_()); 767 load_Keys(dataDir_App_());