Files
omarchy/config/nvim/lua/plugins/theme.lua
David Heinemeier Hansson 609c8ef84e Revert "Merge pull request #37 from prertik/nvim-switch-to-current-theme"
This reverts commit 79a8d34cc5, reversing
changes made to d05020b7c1.
2025-07-04 11:49:09 -07:00

9 lines
86 B
Lua

return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "tokyonight",
},
},
}