Add Retro 82 theme (#5110)

* Add Retro 82 theme

* Start with the groove

* Rename
This commit is contained in:
David Heinemeier Hansson
2026-03-26 16:55:00 +01:00
committed by GitHub
parent b25d47288a
commit a68f2ae045
18 changed files with 134 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
return {
{
"OldJobobo/retro-82.nvim",
name = "retro-82",
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "retro-82",
},
},
}