diff --git a/themes/ethereal/colors.toml b/themes/ethereal/colors.toml index b7ab3af3..88d967ed 100644 --- a/themes/ethereal/colors.toml +++ b/themes/ethereal/colors.toml @@ -2,7 +2,7 @@ mode = "dark" accent = "#7d82d9" selection = "#252e56" -muted = "#3d4573" +muted = "#6d7db6" background = "#060B1E" dark_background = "#040816" diff --git a/themes/ethereal/neovim.lua b/themes/ethereal/neovim.lua deleted file mode 100644 index 885bece6..00000000 --- a/themes/ethereal/neovim.lua +++ /dev/null @@ -1,12 +0,0 @@ -return { - { - "bjarneo/ethereal.nvim", - priority = 1000, - }, - { - "LazyVim/LazyVim", - opts = { - colorscheme = "ethereal", - }, - }, -} diff --git a/themes/ethereal/vscode.json b/themes/ethereal/vscode.json deleted file mode 100644 index 2fccd6b0..00000000 --- a/themes/ethereal/vscode.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "Ethereal", - "extension": "Bjarne.ethereal-omarchy" -} diff --git a/themes/miasma/colors.toml b/themes/miasma/colors.toml index 864d3f38..72949b7d 100644 --- a/themes/miasma/colors.toml +++ b/themes/miasma/colors.toml @@ -2,7 +2,7 @@ mode = "dark" accent = "#78824b" selection = "#383838" -muted = "#444444" +muted = "#666666" background = "#222222" dark_background = "#191919" diff --git a/themes/miasma/neovim.lua b/themes/miasma/neovim.lua deleted file mode 100644 index a46c690e..00000000 --- a/themes/miasma/neovim.lua +++ /dev/null @@ -1,12 +0,0 @@ -return { - { - "OldJobobo/miasma.nvim", - priority = 1000, - }, - { - "LazyVim/LazyVim", - opts = { - colorscheme = "miasma", - }, - }, -} diff --git a/themes/miasma/vscode.json b/themes/miasma/vscode.json deleted file mode 100644 index f133d52d..00000000 --- a/themes/miasma/vscode.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "Miasma", - "extension": "oldjobobo.miasma-theme" -}