seven.info.yml 2.5 KB

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