diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index e1a954a..f224a64 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ const unsigned int maxzoom = 20; const unsigned int fps = 30; const char *def_palette_path = "assets/default.gpl"; -const char *def_theme_file = "assets/ui.png"; +const char *def_theme_path = "assets/ui.png"; const unsigned int back_c = COLTOINT(146, 161, 185); static Key keys[] = { |