Files
neovim-dots/lua/plugins/github-theme.lua
T
2026-05-09 12:41:44 -05:00

15 lines
211 B
Lua

return {
"projekt0n/github-nvim-theme",
main = "github-theme",
opts = {
options = {
styles = {
comments = "NONE",
},
inverse = {
visual = true,
},
},
},
}