feat: color scheme improvements

This commit is contained in:
2026-07-11 08:55:15 +02:00
parent 7c0bb3247d
commit 92fc7fc014
3 changed files with 14 additions and 1 deletions
+8
View File
@@ -19,6 +19,14 @@ return {
-- Colours -- Colours
{ {
"<leader>fcs", "<leader>fcs",
function()
Snacks.picker.colorschemes()
end,
desc = "Show color schemes",
mode = "n",
},
{
"<leader>fco",
function() function()
Snacks.picker.highlights({ pattern = "hl_group:^Snacks" }) Snacks.picker.highlights({ pattern = "hl_group:^Snacks" })
end, end,
+1 -1
View File
@@ -134,7 +134,7 @@ return {
}, },
}) })
if not vim.g.vscode then if not vim.g.vscode then
vim.cmd([[colorscheme carbonfox]]) vim.cmd.colorscheme('carbonfox')
end end
end, end,
} }
+5
View File
@@ -0,0 +1,5 @@
return {
"AvengeMedia/base46",
lazy = true,
opts = {},
}