Generate ristretto neovim/vscode configs from the colorset too

The colorset is the Monokai Pro Ristretto palette, so the generated
themes keep all the accent colors. Brightened muted to Monokai Pro's
actual comment color, since comments sit on that key.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
David Heinemeier Hansson
2026-07-19 19:07:07 -07:00
co-authored by Claude Fable 5
parent cc4b92f367
commit 4cbe47c14d
3 changed files with 1 additions and 36 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ mode = "dark"
accent = "#f38d70"
selection = "#403e41"
muted = "#5b4a45"
muted = "#72696a"
background = "#2c2525"
dark_background = "#211b1b"
-31
View File
@@ -1,31 +0,0 @@
return {
{
"gthelding/monokai-pro.nvim",
config = function()
require("monokai-pro").setup({
filter = "ristretto",
override = function()
return {
NonText = { fg = "#948a8b" },
MiniIconsGrey = { fg = "#948a8b" },
MiniIconsRed = { fg = "#fd6883" },
MiniIconsBlue = { fg = "#85dacc" },
MiniIconsGreen = { fg = "#adda78" },
MiniIconsYellow = { fg = "#f9cc6c" },
MiniIconsOrange = { fg = "#f38d70" },
MiniIconsPurple = { fg = "#a8a9eb" },
MiniIconsAzure = { fg = "#a8a9eb" },
MiniIconsCyan = { fg = "#85dacc" }, -- same value as MiniIconsBlue for consistency
}
end,
})
vim.cmd([[colorscheme monokai-pro]])
end,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "monokai-pro",
},
},
}
-4
View File
@@ -1,4 +0,0 @@
{
"name": "Monokai Pro (Filter Ristretto)",
"extension": "monokai.theme-monokai-pro-vscode"
}