From 170c23b832eed6dad2b118e50164464cc93e5c4c Mon Sep 17 00:00:00 2001 From: ailurux Date: Wed, 20 Mar 2024 11:47:58 +1100 Subject: Fairyfloss dark theme palette test --- lua/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/main.lua') diff --git a/lua/main.lua b/lua/main.lua index f7dfb2c9..291f524e 100644 --- a/lua/main.lua +++ b/lua/main.lua @@ -35,8 +35,8 @@ GLOBAL_BINDINGS = { end), } -local theme_light = require("theme_light") -theme.set(theme_light) +local theme_dark = require("theme_dark") +theme.set(theme_dark) local backstack = require("backstack") local main_menu = require("main_menu") -- cgit v1.2.3