seven.info.yml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. misc/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. libraries-extend:
  46. core/ckeditor:
  47. - seven/ckeditor-dialog
  48. core/drupal.vertical-tabs:
  49. - seven/vertical-tabs
  50. core/jquery.ui:
  51. - seven/seven.jquery.ui
  52. tour/tour-styling:
  53. - seven/tour-styling
  54. quickedit_stylesheets:
  55. - css/components/quickedit.css
  56. regions:
  57. header: 'Header'
  58. pre_content: 'Pre-content'
  59. breadcrumb: Breadcrumb
  60. highlighted: Highlighted
  61. help: Help
  62. content: Content
  63. page_top: 'Page top'
  64. page_bottom: 'Page bottom'
  65. sidebar_first: 'First sidebar'
  66. regions_hidden:
  67. - sidebar_first