From c5ba90a7b9f2c498410bc31cd52db9b931ff08d3 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 7 May 2017 22:42:02 +0200 Subject: [PATCH] added simple theme --- .gitignore | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 20d9dd10..59314d59 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ !.config/emulationstation/es_systems.cfg !.config/emulationstation/themes !.config/emulationstation/themes/es-theme-carbon +!.config/emulationstation/themes/simple #!.config/mc #!.config/mc/ini diff --git a/.gitmodules b/.gitmodules index 9d07de54..9e523937 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,9 @@ [submodule "es-theme-carbon"] path = .config/emulationstation/themes/es-theme-carbon url = https://github.com/RetroPie/es-theme-carbon.git +[submodule "es-theme-simple"] + path = .config/emulationstation/themes/simple + url = https://github.com/nilsbyte/simple.git [submodule "oh-my-zsh"] path = .zsh/oh-my-zsh url = https://github.com/hanez/oh-my-zsh.git