Add a new theme called Hackerman (#3317)

* Add a new theme called hackerman

* Update to follow the Omarchy hot reload

* Add high res wallpapers

* Add an initial vscode color scheme

* Excess CR

* Set the colorscheme name to aether

* Change the nvim plugin name back to aether

* Add hot reload

* Use a variant of aether

* Swap the starting background

* Add migration

* Add preview.png

---------

Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
bjarneo
2025-11-20 10:54:17 +01:00
committed by GitHub
parent 08143c5cbc
commit a1b1eb5920
18 changed files with 232 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
return {
{
"bjarneo/hackerman.nvim",
dependencies = { "bjarneo/aether.nvim" }, -- Ensure aether is loaded first
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "hackerman",
},
},
}