diff --git a/plasma/rootfs/etc/obarun/install.conf b/plasma/rootfs/etc/obarun/install.conf
index 7cf5fb46addff1f8e364ce6f1a3f32bd1e60162f..360a941f2bd8965ddef663d890155a487c4c10ec 100644
--- a/plasma/rootfs/etc/obarun/install.conf
+++ b/plasma/rootfs/etc/obarun/install.conf
@@ -24,9 +24,15 @@ DEBUG=0
 # git source of obarun-install package 
 GIT_ADDR="https://framagit.org/Obarun/obarun-install.git"
 
+# git source of obarun-install-themes package 
+GIT_ADDR_THEMES="https://framagit.org/Obarun/obarun-install-themes.git"
+
 # git branch to use, if not set master is took by default
 BRANCH=""
 
+# git branch to use for obarun-install-themes, if not set master is took by default
+THEMES_BRANCH=""
+
 # gpg directory used during the installation
 GPG_DIR="/var/lib/obarun/gnupg"