Convert two more themes that are a good fit to be generic
This commit is contained in:
@@ -2,7 +2,7 @@ mode = "dark"
|
|||||||
|
|
||||||
accent = "#7d82d9"
|
accent = "#7d82d9"
|
||||||
selection = "#252e56"
|
selection = "#252e56"
|
||||||
muted = "#3d4573"
|
muted = "#6d7db6"
|
||||||
|
|
||||||
background = "#060B1E"
|
background = "#060B1E"
|
||||||
dark_background = "#040816"
|
dark_background = "#040816"
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
return {
|
|
||||||
{
|
|
||||||
"bjarneo/ethereal.nvim",
|
|
||||||
priority = 1000,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"LazyVim/LazyVim",
|
|
||||||
opts = {
|
|
||||||
colorscheme = "ethereal",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Ethereal",
|
|
||||||
"extension": "Bjarne.ethereal-omarchy"
|
|
||||||
}
|
|
||||||
@@ -2,7 +2,7 @@ mode = "dark"
|
|||||||
|
|
||||||
accent = "#78824b"
|
accent = "#78824b"
|
||||||
selection = "#383838"
|
selection = "#383838"
|
||||||
muted = "#444444"
|
muted = "#666666"
|
||||||
|
|
||||||
background = "#222222"
|
background = "#222222"
|
||||||
dark_background = "#191919"
|
dark_background = "#191919"
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
return {
|
|
||||||
{
|
|
||||||
"OldJobobo/miasma.nvim",
|
|
||||||
priority = 1000,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"LazyVim/LazyVim",
|
|
||||||
opts = {
|
|
||||||
colorscheme = "miasma",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Miasma",
|
|
||||||
"extension": "oldjobobo.miasma-theme"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user