lite/data/user/init.lua

15 lines
366 B
Lua
Raw Normal View History

2021-07-04 14:56:05 +02: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 "user.colors.summer"
require "user.colors.gruvbox_dark"
-- key binding:
-- keymap.add { ["ctrl+escape"] = "core:quit" }