Files
omarchy/config/nvim/lua/plugins/theme.lua

9 lines
86 B
Lua
Raw Normal View History

2025-06-01 11:39:15 +02:00
return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "tokyonight",
},
},
}