Home
last modified time | relevance | path

Searched refs:theme (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/sphinx-static/
H A Dtheme_rtd_colors.css3 * Sphinx HTML theme customization: color settings for RTD (non-dark) theme
H A Dtheme_overrides.css3 * Sphinx HTML theme customization: read the doc
4 * Please don't add any color definition here, as the theme should
61 * RTD theme's default is 800px as max width for the content, but we have
/linux/scripts/kconfig/lxdialog/
H A Dutil.c126 static int set_theme(const char *theme) in set_theme() argument
129 if (!theme) in set_theme()
131 else if (strcmp(theme, "classic") == 0) in set_theme()
133 else if (strcmp(theme, "bluetitle") == 0) in set_theme()
135 else if (strcmp(theme, "blackbg") == 0) in set_theme()
137 else if (strcmp(theme, "mono") == 0) in set_theme()
187 static void color_setup(const char *theme) in color_setup() argument
191 use_color = set_theme(theme); in color_setup()
/linux/tools/docs/
H A Dsphinx-build-wrapper651 theme=None, css=None, paper=None, deny_vf=None, argument
668 if theme:
669 os.environ["DOCS_THEME"] = theme
859 theme=args.theme, css=args.css, paper=args.paper,
/linux/tools/memory-model/scripts/
H A Drunlitmus.sh57 themefile="$T/${LKMM_HW_MAP_FILE}.theme"
/linux/Documentation/
H A DMakefile63 --theme=$(DOCS_THEME) --css=$(DOCS_CSS) --paper=$(PAPER)
/linux/Documentation/kbuild/
H A Dkconfig.rst208 MENUCONFIG_COLOR. To select a theme use::
210 make MENUCONFIG_COLOR=<theme> menuconfig
216 - classic => theme with blue background. The classic look
/linux/Documentation/doc-guide/
H A Dsphinx.rst178 By default, the "Alabaster" theme is used to build the HTML documentation;
179 this theme is bundled with Sphinx and need not be installed separately.
180 The Sphinx theme can be overridden by using the ``DOCS_THEME`` make variable.
184 Some people might prefer to use the RTD theme for html output.
/linux/tools/memory-model/Documentation/
H A Dordering.txt152 variations on the smp_mb__*() theme:
/linux/Documentation/RCU/
H A Dchecklist.rst317 variations on this theme.