claro.info.yml
Same filename in other branches
File
-
core/
themes/ claro/ claro.info.yml
View source
- # This theme is marked as @internal. It is intended to evolve and change over
- # minor releases.
- # Change record https://www.drupal.org/node/2582945.
- # As the UI of Drupal improves between minor versions, the markup and assets
- # in the Claro theme will change. The Claro theme is not backwards compatible.
- # If you wish to modify the output or assets of Claro you can:
- # 1. Copy the whole of Claro and rename it as your own administration theme. You
- # will need to manually manage your own updates if you want to stay up to
- # date with Claro's bug fixes and feature support.
- #
- # 2. Sub-theme Claro. This is only recommended if you want to make minor tweaks
- # and understand that Claro could break your modifications as it changes.
- name: Claro
- type: theme
- base theme: classy
- description: 'A clean, accessible, and powerful Drupal administration theme.'
- alt text: 'Screenshot of Claro, Drupal administration theme.'
- package: Core
- version: VERSION
- experimental: true
- core: 8.x
- libraries:
- - claro/global-styling
- libraries-override:
- system/base:
- css:
- component:
- /core/themes/stable/css/system/components/ajax-progress.module.css: css/components/ajax-progress.module.css
- /core/themes/stable/css/system/components/autocomplete-loading.module.css: css/components/autocomplete-loading.module.css
- /core/themes/stable/css/system/components/system-status-counter.css: css/components/system-status-counter.css
- /core/themes/stable/css/system/components/system-status-report-counters.css: css/components/system-status-report-counters.css
- /core/themes/stable/css/system/components/system-status-report-general-info.css: css/components/system-status-report-general-info.css
- /core/themes/stable/css/system/components/tabledrag.module.css: css/components/tabledrag.css
-
- system/admin:
- css:
- theme:
- /core/themes/stable/css/system/system.admin.css: false
-
- core/drupal.dropbutton:
- css:
- component:
- /core/themes/stable/css/core/dropbutton/dropbutton.css: css/components/dropbutton.css
-
- core/drupal.tabledrag:
- js:
- misc/tabledrag.js: js/tabledrag.js
-
- core/drupal.vertical-tabs:
- css:
- component:
- /core/themes/stable/css/core/vertical-tabs.css: false
- js:
- misc/vertical-tabs.js: js/vertical-tabs.js
-
- core/jquery.ui:
- css:
- theme:
- assets/vendor/jquery.ui/themes/base/theme.css: false
-
- core/jquery.ui.dialog:
- css:
- component:
- assets/vendor/jquery.ui/themes/base/dialog.css: false
-
- classy/dialog: claro/claro.drupal.dialog
-
- classy/base:
- css:
- component:
- css/components/action-links.css: false
- css/components/breadcrumb.css: false
- css/components/button.css: false
- css/components/collapse-processed.css: false
- css/components/container-inline.css: css/classy/components/container-inline.css
- css/components/details.css: false
- css/components/dropbutton.css: false
- css/components/exposed-filters.css: css/classy/components/exposed-filters.css
- css/components/field.css: css/classy/components/field.css
- css/components/form.css: false
- css/components/icons.css: css/classy/components/icons.css
- css/components/inline-form.css: css/classy/components/inline-form.css
- css/components/item-list.css: css/classy/components/item-list.css
- css/components/link.css: css/classy/components/link.css
- css/components/links.css: css/classy/components/links.css
- css/components/menu.css: css/classy/components/menu.css
- css/components/more-link.css: css/classy/components/more-link.css
- css/components/pager.css: false
- css/components/tabledrag.css: false
- css/components/tableselect.css: css/components/tableselect.css
- css/components/tablesort.css: css/classy/components/tablesort.css
- css/components/tabs.css: false
- css/components/textarea.css: css/classy/components/textarea.css
- css/components/ui-dialog.css: css/classy/components/ui-dialog.css
-
- classy/book-navigation: claro/classy.book-navigation
-
- classy/dropbutton:
- css:
- component:
- css/components/dropbutton.css: false
-
- classy/file: claro/classy.file
-
- classy/forum: claro/classy.forum
-
- classy/image-widget: claro/image-widget
-
- classy/indented: claro/classy.indented
-
- classy/media_embed_ckeditor_theme: claro/classy.media_embed_ckeditor_theme
-
- classy/media_embed_error: claro/classy.media_embed_error
-
- classy/messages:
- css:
- component:
- css/components/messages.css: false
-
- classy/node: claro/classy.node
-
- classy/progress: claro/progress
-
- classy/search-results: claro/classy.search-results
-
- classy/user: false
-
- user/drupal.user: claro/form.password-confirm
-
- field_ui/drupal.field_ui:
- css:
- theme:
- /core/themes/stable/css/field_ui/field_ui.admin.css: css/theme/field-ui.admin.css
-
- filter/drupal.filter.admin:
- css:
- theme:
- /core/themes/stable/css/filter/filter.admin.css: css/theme/filter.theme.css
-
- filter/drupal.filter:
- css:
- theme:
- /core/themes/stable/css/filter/filter.admin.css: css/theme/filter.theme.css
-
- views_ui/admin.styling:
- css:
- theme:
- /core/themes/stable/css/views_ui/views_ui.admin.theme.css: css/theme/views_ui.admin.theme.css
-
- # Drupal throws an IncompleteLibraryDefinitionException if a base theme
- # defined library is set to false in a subtheme's libraries-override. We use
- # 'claro/empty' for working around this behavior.
- # @see https://www.drupal.org/node/3098375
- classy/media_library: claro/empty
-
- libraries-extend:
- ckeditor/drupal.ckeditor:
- - claro/ckeditor-editor
- core/ckeditor:
- - claro/ckeditor-dialog
- core/drupal.collapse:
- - claro/details-focus
- core/drupal.dialog:
- - claro/claro.drupal.dialog
- core/drupal.dropbutton:
- - claro/dropbutton
- core/drupal.checkbox:
- - claro/checkbox
- core/drupal.message:
- - claro/messages
- core/drupal.progress:
- - claro/progress
- core/drupal.vertical-tabs:
- - claro/vertical-tabs
- core/jquery.ui:
- - claro/claro.jquery.ui
- file/drupal.file:
- - claro/file
- system/admin:
- - claro/system.admin
- core/drupal.autocomplete:
- - claro/autocomplete
- tour/tour-styling:
- - claro/tour-styling
- shortcut/drupal.shortcut:
- - claro/drupal.shortcut
- core/drupal.ajax:
- - claro/ajax
- views/views.module:
- - claro/views
- media/media_embed_ckeditor_theme:
- - claro/classy.media_embed_ckeditor_theme
- media_library/view:
- - claro/media_library.theme
- media_library/widget:
- - claro/media_library.theme
-
- quickedit_stylesheets:
- - css/components/quickedit.css
- ckeditor_stylesheets:
- - css/base/elements.css
- - css/base/typography.css
- - css/theme/ckeditor-frame.css
- - css/classy/components/media-embed-error.css
-
- regions:
- header: 'Header'
- pre_content: 'Pre-content'
- breadcrumb: Breadcrumb
- highlighted: Highlighted
- help: Help
- content: Content
- page_top: 'Page top'
- page_bottom: 'Page bottom'
- sidebar_first: 'First sidebar'
- regions_hidden:
- - sidebar_first
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.