diff --git a/config/optional/tour.tour.theme-page.yml b/config/optional/tour.tour.theme-page.yml
index e0e974f..cb7b77f 100755
--- a/config/optional/tour.tour.theme-page.yml
+++ b/config/optional/tour.tour.theme-page.yml
@@ -19,3 +19,30 @@ tips:
     attributes: {  }
     body: 'On this page you can choose the theme for your website, it can be of the administrative type or for your website. You can install themes on Drupal. On the Drupal website you will find numerous themes: https://www.drupal.org/project/project_theme'
     location: top
+  theme-install:
+    id: theme-install
+    plugin: text
+    label: 'Install New Theme'
+    weight: -100
+    attributes:
+      data-class: action-links
+    body: 'Button to install a new theme.'
+    location: top
+  list-of-installed-themes:
+    id: list-of-installed-themes
+    plugin: text
+    label: 'List Of Installeds Themes'
+    weight: -100
+    attributes:
+      data-class: system-themes-list-installed
+    body: 'Here the list of all installed themes will be displayed, which can be set as default and enter the settings.'
+    location: top
+  list-of-themes-to-be-installed:
+    id: theme-install
+    plugin: text
+    label: 'List of themes to be installed'
+    weight: -100
+    attributes:
+      data-class: system-themes-list-uninstalled
+    body: 'List of themes that can be installed and set as default.'
+    location: top
