15 lines
211 B
Lua
15 lines
211 B
Lua
return {
|
|
"projekt0n/github-nvim-theme",
|
|
main = "github-theme",
|
|
opts = {
|
|
options = {
|
|
styles = {
|
|
comments = "NONE",
|
|
},
|
|
inverse = {
|
|
visual = true,
|
|
},
|
|
},
|
|
},
|
|
}
|