Set nvim theme

This commit is contained in:
BuyMyMojo 2025-03-31 10:12:03 +11:00
parent fccd7f3fc5
commit acb40bd978
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
3 changed files with 5 additions and 0 deletions

View file

@ -1,4 +1,5 @@
{ {
"github-theme": { "branch": "main", "commit": "c106c9472154d6b2c74b74565616b877ae8ed31d" },
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
"todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" }, "todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" },
"typr": { "branch": "main", "commit": "5ee7b67dc610e8ec2c0c8a6912a8d1fba90160c2" }, "typr": { "branch": "main", "commit": "5ee7b67dc610e8ec2c0c8a6912a8d1fba90160c2" },

View file

@ -34,3 +34,4 @@ require("lazy").setup({
checker = { enabled = true }, checker = { enabled = true },
}) })
vim.cmd('colorscheme github_dark_dimmed')

View file

@ -0,0 +1,3 @@
return {
{ 'projekt0n/github-nvim-theme', name = 'github-theme' },
}