mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
* 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>
14 lines
216 B
Lua
14 lines
216 B
Lua
return {
|
|
{
|
|
"bjarneo/hackerman.nvim",
|
|
dependencies = { "bjarneo/aether.nvim" }, -- Ensure aether is loaded first
|
|
priority = 1000,
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "hackerman",
|
|
},
|
|
},
|
|
}
|