Convert two more themes that are a good fit to be generic

This commit is contained in:
David Heinemeier Hansson
2026-07-19 19:07:07 -07:00
parent 4cbe47c14d
commit 324fd387c0
6 changed files with 2 additions and 34 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ mode = "dark"
accent = "#7d82d9"
selection = "#252e56"
muted = "#3d4573"
muted = "#6d7db6"
background = "#060B1E"
dark_background = "#040816"
-12
View File
@@ -1,12 +0,0 @@
return {
{
"bjarneo/ethereal.nvim",
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "ethereal",
},
},
}
-4
View File
@@ -1,4 +0,0 @@
{
"name": "Ethereal",
"extension": "Bjarne.ethereal-omarchy"
}