HomeSort by: relevance | last modified time | path
    Searched defs:theme (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/text-art/
theme.h 29 class theme class in namespace:text_art
68 virtual ~theme () = default;
91 class ascii_theme : public theme
103 class unicode_theme : public theme
  /src/external/bsd/tmux/dist/
window.c 1893 enum client_theme theme; local
1901 * Derive theme from pane background color, if it's not the default
1904 theme = colour_totheme(window_pane_get_bg(wp));
1905 if (theme != THEME_UNKNOWN)
1906 return (theme);
1908 /* Try to find a client that has a theme. */
1914 switch (loop->theme) {
tmux.h 383 /* Theme reporting. */
1908 * Client theme, this is worked out from the background colour if not reported
1976 enum client_theme theme; member in struct:client

Completed in 69 milliseconds