8 lines
145 B
Lua
8 lines
145 B
Lua
return {
|
|
'projekt0n/github-nvim-theme',
|
|
name = 'github-theme',
|
|
config = function()
|
|
vim.cmd('colorscheme github_dark_dimmed')
|
|
end
|
|
}
|