Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Watershed is the parent theme for the Watershed Now Drupal distribution. It ships with multiple child themes. Currently, theme development is happening in GitHub. Once the themes have a stable release, we will move them to D.O.
File Tree is an input filter which renders a list of files into an nice-looking, interactive tree of files. It uses a very small (<2kb) Javascript file to expand and collapse the folders, with pretty icons mapped to different file types.
Have you ever needed to hide the local task tabs? Typically, you override theme_menu_local_tasks() and, based on some condition, return an empty string.