You are here

seven.info.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/themes/seven/seven.info.yml
  2. 10 core/themes/seven/seven.info.yml
core/themes/seven/seven.info.yml

File

core/themes/seven/seven.info.yml
View source
  1. # This theme is marked as @internal. It is intended to evolve and change over
  2. # minor releases.
  3. # Change record https://www.drupal.org/node/2582945.
  4. # As the UI of Drupal improves between minor versions, the mark up and assets
  5. # in the Seven theme will change. The Seven theme is not backwards
  6. # compatible. If you wish to modify the output or assets of Seven you can:
  7. # 1. Copy the whole of Seven and rename it as your own administration theme. You
  8. # will need to manually manage your own updates if you want to stay up to
  9. # date with Seven's bug fixes and feature support.
  10. #
  11. # 2. Sub-theme Seven. This is only recommended if you want to make minor
  12. # tweaks and understand that Seven could break your modifications as it
  13. # changes.
  14. name: Seven
  15. type: theme
  16. base theme: classy
  17. description: 'The default administration theme for Drupal 8 was designed with clean lines, simple blocks, and sans-serif font to emphasize the tools and tasks at hand.'
  18. alt text: 'Default administration theme for Drupal 8 with simple blocks and clean lines.'
  19. package: Core
  20. version: VERSION
  21. core: 8.x
  22. libraries:
  23. - seven/global-styling
  24. libraries-override:
  25. system/base:
  26. css:
  27. component:
  28. /core/themes/stable/css/system/components/system-status-counter.css: css/components/system-status-counter.css
  29. /core/themes/stable/css/system/components/system-status-report-counters.css: css/components/system-status-report-counters.css
  30. /core/themes/stable/css/system/components/system-status-report-general-info.css: css/components/system-status-report-general-info.css
  31. core/drupal.vertical-tabs:
  32. css:
  33. component:
  34. /core/themes/stable/css/core/vertical-tabs.css: false
  35. core/jquery.ui:
  36. css:
  37. theme:
  38. assets/vendor/jquery.ui/themes/base/theme.css: false
  39. core/jquery.ui.dialog:
  40. css:
  41. component:
  42. assets/vendor/jquery.ui/themes/base/dialog.css: false
  43. classy/dialog:
  44. seven/seven.drupal.dialog
  45. classy/base:
  46. css:
  47. component:
  48. css/components/action-links.css: css/classy/components/action-links.css
  49. css/components/breadcrumb.css: css/classy/components/breadcrumb.css
  50. css/components/button.css: css/classy/components/button.css
  51. css/components/collapse-processed.css: css/classy/components/collapse-processed.css
  52. css/components/container-inline.css: css/classy/components/container-inline.css
  53. css/components/details.css: false
  54. css/components/exposed-filters.css: css/classy/components/exposed-filters.css
  55. css/components/field.css: css/classy/components/field.css
  56. css/components/form.css: css/classy/components/form.css
  57. css/components/icons.css: css/classy/components/icons.css
  58. css/components/inline-form.css: css/classy/components/inline-form.css
  59. css/components/item-list.css: css/classy/components/item-list.css
  60. css/components/link.css: css/classy/components/link.css
  61. css/components/links.css: css/classy/components/links.css
  62. css/components/menu.css: css/classy/components/menu.css
  63. css/components/more-link.css: css/classy/components/more-link.css
  64. css/components/pager.css: css/classy/components/pager.css
  65. css/components/tabledrag.css: css/classy/components/tabledrag.css
  66. css/components/tableselect.css: css/classy/components/tableselect.css
  67. css/components/tablesort.css: css/classy/components/tablesort.css
  68. css/components/tabs.css: css/classy/components/tabs.css
  69. css/components/textarea.css: css/classy/components/textarea.css
  70. css/components/ui-dialog.css: css/classy/components/ui-dialog.css
  71. classy/media_library:
  72. css:
  73. layout:
  74. css/layout/media-library.css: false
  75. classy/book-navigation: seven/classy.book-navigation
  76. classy/dropbutton: seven/classy.dropbutton
  77. classy/file: seven/classy.file
  78. classy/forum: seven/classy.forum
  79. classy/image-widget: seven/classy.image-widget
  80. classy/indented: seven/classy.indented
  81. classy/media_embed_ckeditor_theme: seven/classy.media_embed_ckeditor_theme
  82. classy/media_embed_error: seven/classy.media_embed_error
  83. classy/messages: seven/classy.messages
  84. classy/node: seven/classy.node
  85. classy/progress: seven/classy.progress
  86. classy/search-results: seven/classy.search-results
  87. classy/user: seven/classy.user
  88. libraries-extend:
  89. core/ckeditor:
  90. - seven/ckeditor-dialog
  91. core/drupal.dialog:
  92. - seven/seven.drupal.dialog
  93. core/drupal.dropbutton:
  94. - seven/classy.dropbutton
  95. core/drupal.progress:
  96. - seven/classy.progress
  97. core/drupal.vertical-tabs:
  98. - seven/vertical-tabs
  99. core/jquery.ui:
  100. - seven/seven.jquery.ui
  101. file/drupal.file:
  102. - seven/classy.file
  103. media/media_embed_ckeditor_theme:
  104. - seven/classy.media_embed_ckeditor_theme
  105. media_library/view:
  106. - seven/media_library
  107. media_library/widget:
  108. - seven/media_library
  109. tour/tour-styling:
  110. - seven/tour-styling
  111. user/drupal.user:
  112. - seven/classy.user
  113. quickedit_stylesheets:
  114. - css/components/quickedit.css
  115. regions:
  116. header: 'Header'
  117. pre_content: 'Pre-content'
  118. breadcrumb: Breadcrumb
  119. highlighted: Highlighted
  120. help: Help
  121. content: Content
  122. page_top: 'Page top'
  123. page_bottom: 'Page bottom'
  124. sidebar_first: 'First sidebar'
  125. regions_hidden:
  126. - sidebar_first
  127. ckeditor_stylesheets:
  128. - css/classy/components/media-embed-error.css