material_base-8.x-2.x-dev/themes/material_base_subtheme/THEMENAME.info.yml
themes/material_base_subtheme/THEMENAME.info.yml
# !!! Comment out the 'hidden' parameter below or change it to 'false' to make your theme visible in a theme list.
hidden: true
name: Theme name
type: theme
description: Custom theme based on Material Base theme.
core_version_requirement: ^9 || ^10 || ^11
base theme: material_base_mdc # Default. Subtheme of Material Base with the MDC library related stuff.
# base theme: material_base # Pure base theme without MDC library related stuff.
screenshot: screenshot.svg
libraries:
- THEMENAME/theme # Contains project theme defaults and components (extends whole base).
- THEMENAME/mdc # Contains project MDC definition.
# - THEMENAME/YOURLIBRARY
libraries-override:
material_base/base: # Contains base theme defaults and components, replaced by the project theme except base.js.
css:
base:
dist/css/base.css: false
# material_base/grid: false # Contains Flexbox Grid definition.
# material_base/icons-font: false # Contains Material icons fonts definitions.
material_base/fonts: THEMENAME/fonts # Contains default font definition, replaced by project fonts definitions.
material_base_mdc/mdc: # Contains default MDC definition, replaced by project MDC definition except mdc.js.
css:
theme:
../../dist/css/mdc.css: false
regions:
navbar: 'Navbar'
header: 'Header'
actions: 'Actions'
main_top: 'Main top'
content_above: 'Content above'
breadcrumb: 'Breadcrumb'
messages: 'Messages'
highlighted: 'Highlighted'
help: 'Help'
content: 'Content'
content_secondary: 'Content secondary'
sidebar_first: 'Sidebar first'
sidebar_second: 'Sidebar second'
content_below: 'Content below'
main_bottom: 'Main bottom'
footer: 'Footer'
drawer: 'Drawer'
overlay: 'Overlay'
regions_hidden:
page_bottom: 'Page bottom'
page_top: 'Page top'
# Information added by Drupal.org packaging script on 2025-09-07
version: '3.1.1'
project: 'material_base'
datestamp: 1757255849
