Lines Matching defs:theme
730 * default theme. Testing seems to show that we only have to provide this
737 static const char theme[] = "index.theme";
743 * The environment variable overrides a (possible) resource Xcursor.theme
746 env = XGetDefault(dpy, "Xcursor", "theme");
747 TRACE(("XGetDefault Xcursor theme \"%s\"\n", NonNull(env)));
753 * If neither found, provide our own default theme.
760 TRACE(("init_colored_cursor will make an empty Xcursor theme\n"));
765 needed = strlen(tmp_dir) + 4 + strlen(theme) + strlen(pattern);
782 * theme just in case the library ever acquires a maintainer.
789 strcat(leaf, theme);