Fairyfloss dark theme palette test

This commit is contained in:
ailurux
2024-03-20 11:47:58 +11:00
parent f1599c237c
commit 170c23b832
2 changed files with 18 additions and 12 deletions
+2 -2
View File
@@ -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")