retrieve theme custom settings

By default the settings of Twenty Thirteen are saved in DB in the wp_options table, with the option_name theme_mods_twentythirteen. You can get them with: get_option('theme_mods_twentythirteen').

Also you must know that from version 3.4 WordPress uses a Customize Manager.