Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

eureka

85 sites Security covered
View on drupal.org

Eureka is a component-based Drupal theme built with Single-directory components (SDC) and Vanilla CSS, providing a modern and flexible starting point for site owners to build scalable and efficient websites using the Archimedes site template and Drupal Canvas.

Getting started

To use Eureka, you can install it via Composer as a dependency of Archimedes. However, Eureka is designed to be tightly coupled to the site template rather than used as a standard contributed base theme, and you should not assume that future updates will be compatible if you make deep modifications.

For simple changes to fonts or colors, you can override the CSS files directly at your web root. If you need to perform more significant customizations, Eureka is ready to be converted into a custom theme:

  1. Create a custom theme directory and copy the Eureka files:
    1. mkdir -p web/themes/custom
    2. cp -R web/themes/contrib/eureka web/themes/custom/eureka
  2. Add the new custom theme to your repository:
    1. git add web/themes/custom/eureka
  3. Remove the contributed version via Composer:
    1. composer remove drupal/eureka

Finally, clear Drupal's cache (via the UI or drush cache:rebuild). This theme is now yours to customize as you see fit!

Sub-theming

Do not create your custom theme as a sub-theme of Eureka. Eureka does not provide backwards compatibility for sub-theming. This allows the theme to rapidly innovate and improve alongside the Archimedes template. If you create a sub-theme of Eureka, it is likely to break in future updates.

For more technical information about how to build a custom theme based on Mercury, see the project README.

Getting help

If you have trouble or questions, please visit the issue queue.

Roadmap

Eureka is under active development. Current focus is on bug fixes, performance improvements, and initial release stability. If you want to contribute, check out the issue queue.

Activity

Total releases
2
First release
Feb 2026
Latest release
1 month ago
Release cadence
21 days
Stability
50% stable

Releases

Version Type Release date
1.0.0 Stable Mar 17, 2026
1.0.x-dev Dev Feb 24, 2026