From b37ed1bcf754574f10dd68da69e6ba9280335402 Mon Sep 17 00:00:00 2001 From: familyfriendlymikey Date: Tue, 6 Sep 2022 18:32:41 -0400 Subject: [PATCH] set default theme to timed --- app/config.imba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.imba b/app/config.imba index 1c78d21..a877e64 100644 --- a/app/config.imba +++ b/app/config.imba @@ -14,7 +14,7 @@ export default new class config this.data.enable_search_on_paste ??= yes this.data.enable_dark_theme ??= yes this.data.enable_effective_names ??= yes - this.data.theme ??= "dark" + this.data.theme ??= "timed" this.data.default_bang ??= {} this.data.default_bang.name ??= "!google"