From 324fd387c020aaf667079386c12dc43b1ba0ff80 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 19 Jul 2026 19:07:05 -0700 Subject: [PATCH] Convert two more themes that are a good fit to be generic --- themes/ethereal/colors.toml | 2 +- themes/ethereal/neovim.lua | 12 ------------ themes/ethereal/vscode.json | 4 ---- themes/miasma/colors.toml | 2 +- themes/miasma/neovim.lua | 12 ------------ themes/miasma/vscode.json | 4 ---- 6 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 themes/ethereal/neovim.lua delete mode 100644 themes/ethereal/vscode.json delete mode 100644 themes/miasma/neovim.lua delete mode 100644 themes/miasma/vscode.json 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" -}