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 = "#78824b"
selection = "#383838"
muted = "#444444"
muted = "#666666"
background = "#222222"
dark_background = "#191919"
-12
View File
@@ -1,12 +0,0 @@
return {
{
"OldJobobo/miasma.nvim",
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "miasma",
},
},
}
-4
View File
@@ -1,4 +0,0 @@
{
"name": "Miasma",
"extension": "oldjobobo.miasma-theme"
}