From 953e2436392d6b56d858edadc783b6f0055a143a Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Tue, 7 Apr 2020 03:59:10 +0100 Subject: [PATCH] [UI] Make neo-quitter default theme --- lib/util/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/default.php b/lib/util/default.php index e5864fd211..7cf14ae7d0 100644 --- a/lib/util/default.php +++ b/lib/util/default.php @@ -30,7 +30,7 @@ $default = 'nickname' => 'gnusocial', 'wildcard' => null, 'server' => $_server, - 'theme' => 'neo-gnu', + 'theme' => 'neo-quitter', 'path' => $_path, 'logfile' => null, 'logdebug' => false,