You are here

toolbar_themes.libraries.yml in Toolbar Themes 8

File

toolbar_themes.libraries.yml
View source
  1. # Module Libraries
  2. base:
  3. css:
  4. component:
  5. css/toolbar-themes-form.css: {}
  6. js:
  7. js/base.js: {}
  8. dependencies:
  9. - core/jquery
  10. grunticon_load:
  11. js:
  12. themes/base/grunticons/icon_load.js: {}
  13. # Toolbar Themes
  14. # Base theme.
  15. toolbar_themes_base.base:
  16. version: 8.0-1.x
  17. css:
  18. theme:
  19. themes/base/base_module.css: {}
  20. themes/base/base_handles.css: {}
  21. themes/base/base_theme.css: {}
  22. toolbar_themes_base.icons:
  23. version: 8.0-1.x
  24. css:
  25. theme:
  26. themes/base/base_icons.css: {}
  27. # Admin Menu theme.
  28. toolbar_admin_menu.base:
  29. version: 8.0-1.x
  30. css:
  31. theme:
  32. themes/admin_menu/admin_menu_theme.css: {}
  33. dependencies:
  34. - toolbar_themes/toolbar_themes_base.base
  35. toolbar_admin_menu.icons:
  36. version: 8.0-1.x
  37. css:
  38. theme:
  39. themes/admin_menu/admin_menu_icons.css: {}
  40. dependencies:
  41. - toolbar_themes/toolbar_themes_base.icons
  42. # Toolbar Mini theme.
  43. toolbar_mini.base:
  44. version: 8.0-1.x
  45. css:
  46. theme:
  47. themes/mini/mini_theme.css: {}
  48. dependencies:
  49. - toolbar_themes/toolbar_themes_base.base
  50. toolbar_mini.icons:
  51. css:
  52. theme:
  53. themes/mini/mini_icons.css: {}
  54. dependencies:
  55. - toolbar_themes/toolbar_themes_base.icons
  56. # Seven theme.
  57. toolbar_seven.base:
  58. version: 8.0-1.x
  59. css:
  60. theme:
  61. themes/seven/seven_theme.css: {}
  62. dependencies:
  63. - toolbar_themes/toolbar_themes_base.base
  64. toolbar_seven.icons:
  65. version: 8.0-1.x
  66. css:
  67. theme:
  68. themes/seven/seven_icons.css: {}
  69. dependencies:
  70. - toolbar_themes/toolbar_themes_base.icons