diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-03-20 11:47:58 +1100 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-03-20 11:47:58 +1100 |
| commit | 170c23b832eed6dad2b118e50164464cc93e5c4c (patch) | |
| tree | 0209fe57670c826965edda70d5a717c92e95f127 /lua/main.lua | |
| parent | f1599c237c36f08e96dd5d1ab98bc04e35e1ade1 (diff) | |
| download | tangara-fw-170c23b832eed6dad2b118e50164464cc93e5c4c.tar.gz | |
Fairyfloss dark theme palette test
Diffstat (limited to 'lua/main.lua')
| -rw-r--r-- | lua/main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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") |
