From 8fd6ddb55e89e0b0618733493383080f22eed807 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 3 Oct 2022 23:09:02 +0200 Subject: [PATCH] Light theme by default --- sbapp/sideband/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py index 4bf9705..8554932 100644 --- a/sbapp/sideband/core.py +++ b/sbapp/sideband/core.py @@ -161,7 +161,7 @@ class SidebandCore(): self.config = {} # Settings self.config["display_name"] = "Anonymous Peer" - self.config["dark_ui"] = True + self.config["dark_ui"] = False self.config["start_announce"] = False self.config["propagation_by_default"] = False self.config["home_node_as_broadcast_repeater"] = False