v4k-git-backup/engine/art/editor/lite/data/user/init.lua

15 lines
369 B
Lua
Raw Normal View History

2023-11-05 15:30:11 +00:00
-- put user settings here
-- this module will be loaded after everything else when the application starts
local keymap = require "core.keymap"
local config = require "core.config"
local style = require "core.style"
-- light theme:
-- require "themes.summer"
2023-11-19 12:07:28 +00:00
--require "themes.fwk" -- monokai, dracula
2023-11-05 15:30:11 +00:00
-- key binding:
-- keymap.add { ["ctrl+escape"] = "core:quit" }