diff --git a/plasma/rootfs/etc/obarun/install.conf b/plasma/rootfs/etc/obarun/install.conf
index 7cf5fb46addff1f8e364ce6f1a3f32bd1e60162f..ae4b9416b48eb67a285fb7d8e0408366d4d745de 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 branch to use, if not set master is took by default
+# git source of obarun-install-themes package 
+GIT_ADDR_THEMES="https://framagit.org/Obarun/obarun-install-themes.git"
+
+# git branch to use for obarun-install, 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"