mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
* Add theme Ethereal * Update to follow the Omarchy hot reload * Add aether to all themes * Add a vscode theme * Revert "Add aether to all themes" This reverts commit 421f467e213150254ab10dbe09dd6382bf6c54eb. * Format the kitty file * Make available to all via migration * Fix * Add hot reload * Change the background image to something of higher quality This looks a lot better on a 6K monitor * Highlight border color should be brighter than inactive color * Add preview.png for new visual theme selector * Add the ethereal nvim variant of aehter --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
14 lines
233 B
Lua
14 lines
233 B
Lua
return {
|
|
{
|
|
"bjarneo/ethereal.nvim",
|
|
dependencies = { "bjarneo/aether.nvim" }, -- Ensure aether is loaded first
|
|
priority = 1000,
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "ethereal",
|
|
},
|
|
},
|
|
}
|