Searched refs:lc_ui_theme (Results 1 – 4 of 4) sorted by relevance
91 std::string lc_ui_theme; member
147 auto curr_theme_iter = lnav_config.lc_ui_theme_defs.find(lnav_config.lc_ui_theme); in reload_config()152 for (const auto& theme_name : {DEFAULT_THEME_NAME, lnav_config.lc_ui_theme}) { in reload_config()
466 auto iter = lnav_config.lc_ui_theme_defs.find(lnav_config.lc_ui_theme); in reload_config()469 reporter(&lnav_config.lc_ui_theme, in reload_config()470 "unknown theme -- " + lnav_config.lc_ui_theme); in reload_config()
863 .FOR_FIELD(_lnav_config, lc_ui_theme),