feat: color scheme improvements
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
return {
|
||||||
|
"AvengeMedia/base46",
|
||||||
|
lazy = true,
|
||||||
|
opts = {},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user