[Snacks] Update colors, disable scope anim
This commit is contained in:
@@ -126,6 +126,7 @@ return {
|
||||
SnacksDashboardIcon = { fg = "palette.orange" },
|
||||
SnacksDashboardHeader = { fg = "palette.darkred" },
|
||||
SnacksDashboardTitle = { fg = "palette.turquoise" },
|
||||
SnacksIndentScope = { fg = "palette.lightblue" }
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
@@ -32,7 +32,15 @@ return {
|
||||
padding = 1,
|
||||
cwd = true,
|
||||
},
|
||||
{ pane = 2, icon = " ", title = "Projects", section = "projects", indent = 2, padding = 1, limit = 4 },
|
||||
{
|
||||
pane = 2,
|
||||
icon = " ",
|
||||
title = "Projects",
|
||||
section = "projects",
|
||||
indent = 2,
|
||||
padding = 1,
|
||||
limit = 4,
|
||||
},
|
||||
{
|
||||
pane = 2,
|
||||
icon = " ",
|
||||
@@ -50,7 +58,12 @@ return {
|
||||
{ section = "startup" },
|
||||
},
|
||||
},
|
||||
indent = { enabled = true },
|
||||
indent = {
|
||||
enabled = true,
|
||||
animate = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
lazygit = { enabled = true },
|
||||
picker = { enabled = true },
|
||||
quickfile = { enabled = true },
|
||||
|
||||
Reference in New Issue
Block a user