From f1599c237c36f08e96dd5d1ab98bc04e35e1ade1 Mon Sep 17 00:00:00 2001 From: ailurux Date: Mon, 18 Mar 2024 13:11:13 +1100 Subject: Better styling for settings pages + dropdown menus --- lua/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/main.lua') diff --git a/lua/main.lua b/lua/main.lua index f2533387..f7dfb2c9 100644 --- a/lua/main.lua +++ b/lua/main.lua @@ -35,7 +35,7 @@ GLOBAL_BINDINGS = { end), } -local theme_light = require("theme_dark") +local theme_light = require("theme_light") theme.set(theme_light) local backstack = require("backstack") -- cgit v1.2.3