theme 149 scripts/kconfig/lxdialog/util.c static int set_theme(const char *theme) theme 152 scripts/kconfig/lxdialog/util.c if (!theme) theme 154 scripts/kconfig/lxdialog/util.c else if (strcmp(theme, "classic") == 0) theme 156 scripts/kconfig/lxdialog/util.c else if (strcmp(theme, "bluetitle") == 0) theme 158 scripts/kconfig/lxdialog/util.c else if (strcmp(theme, "blackbg") == 0) theme 160 scripts/kconfig/lxdialog/util.c else if (strcmp(theme, "mono") == 0) theme 214 scripts/kconfig/lxdialog/util.c static void color_setup(const char *theme) theme 218 scripts/kconfig/lxdialog/util.c use_color = set_theme(theme);