Searched refs:theme (Results 1 – 6 of 6) sorted by relevance
149 static int set_theme(const char *theme) in set_theme() argument152 if (!theme) in set_theme()154 else if (strcmp(theme, "classic") == 0) in set_theme()156 else if (strcmp(theme, "bluetitle") == 0) in set_theme()158 else if (strcmp(theme, "blackbg") == 0) in set_theme()160 else if (strcmp(theme, "mono") == 0) in set_theme()214 static void color_setup(const char *theme) in color_setup() argument218 use_color = set_theme(theme); in color_setup()
3 * Sphinx HTML theme customization: read the doc70 * RTD theme's default is 800px as max width for the content, but we have
220 MENUCONFIG_COLOR. To select a theme use::222 make MENUCONFIG_COLOR=<theme> menuconfig228 - classic => theme with blue background. The classic look
46 #) It is recommended to use the RTD theme for html output. Depending132 installed. For prettier HTML output, the Read the Docs Sphinx theme
152 variations on the smp_mb__*() theme:
286 variations on this theme.
Completed in 11 milliseconds