This repository has been archived on 2026-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
nvim/lua/chadrc.lua

11 lines
161 B
Lua

---@type ChadrcConfig
local M = {}
M.base46 = {
theme = "catppuccin",
theme_toggle = { "tokyodark", "tokyonight" },
transparency = true
}
return M