diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-17 11:06:47 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-17 11:07:24 +0300 |
commit | aac0bc8a49d06fffcaca7a1fd3c35de035ac3e7c (patch) | |
tree | 51c822f45781ae4545db9c44f0cc926110fc253f /src/app.c | |
parent | 1455c26b793be67f5c47a7f7dbf06c9c263d8e2a (diff) |
Color: Load palettes from a config file
IssueID #263
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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_()); |