From 487843653fa7a172396348402b59b3a880932559 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Tue, 7 Jun 2022 12:24:13 +0200 Subject: [PATCH] default terminal theme selenized-black --- bin/mabox-langfiles | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mabox-langfiles b/bin/mabox-langfiles index 17ea4a9..105c552 100755 --- a/bin/mabox-langfiles +++ b/bin/mabox-langfiles @@ -10,6 +10,7 @@ if [ ! -f "$FILE" ]; then else rsync -a /usr/share/mabox/lang/en/ $HOME/ fi + echo "selenized-black" > $HOME/.theme_history touch $HOME/.config/mabox/.lang fi