Home
last modified time | relevance | path

Searched refs:lc_ui_theme (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dlnav_config.hh91 std::string lc_ui_theme; member
H A Dtextview_curses.cc147 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()
H A Dview_curses.cc466 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()
H A Dlnav_config.cc863 .FOR_FIELD(_lnav_config, lc_ui_theme),