You are here

toolbar_themes.toolbar_themes.yml in Toolbar Themes 8

File

toolbar_themes.toolbar_themes.yml
View source
  1. # Theme definitions for Toolbar themes.
  2. toolbar_themes_base:
  3. label: "Toolbar Themes Base"
  4. hidden: true
  5. version: 8.0-1.x
  6. description: "A minimal base theme for Toolbar"
  7. path: themes/base
  8. template_toolbar: templates/toolbar-themes--base-toolbar
  9. template_toolbar_menu: templates/toolbar-themes--base-menu
  10. icons: grunticons/processed
  11. libraries:
  12. base: toolbar_themes/toolbar_themes_base.base
  13. icons: toolbar_themes/toolbar_themes_base.icons
  14. toolbar_admin_menu:
  15. label: "Admin Menu"
  16. version: 8.0-1.x
  17. description: "Drupal 7 Admin Menu module style."
  18. path: themes/admin_menu
  19. screen_shot: screenshot.png
  20. base_theme: toolbar_themes_base
  21. libraries:
  22. base: toolbar_themes/toolbar_admin_menu.base
  23. icons: toolbar_themes/toolbar_admin_menu.icons
  24. toolbar_mini:
  25. label: "Toolbar Mini"
  26. version: 8.0-1.x
  27. description: "A minified version of the standard toolbar."
  28. path: themes/mini
  29. screen_shot: screenshot.png
  30. base_theme: toolbar_themes_base
  31. libraries:
  32. base: toolbar_themes/toolbar_mini.base
  33. icons: toolbar_themes/toolbar_mini.icons
  34. toolbar_seven:
  35. label: "Seven"
  36. version: 8.0-1.x
  37. description: "Toolbar styled to compliment the Seven admin themes color scheme."
  38. path: themes/seven
  39. screen_shot: screenshot.png
  40. base_theme: toolbar_themes_base
  41. libraries:
  42. base: toolbar_themes/toolbar_seven.base
  43. icons: toolbar_themes/toolbar_seven.icons