[Snacks] Update colors, disable scope anim

This commit is contained in:
2025-11-07 12:06:47 +01:00
parent 053a7f2ba2
commit 76b571569c
2 changed files with 16 additions and 2 deletions

View File

@@ -126,6 +126,7 @@ return {
SnacksDashboardIcon = { fg = "palette.orange" }, SnacksDashboardIcon = { fg = "palette.orange" },
SnacksDashboardHeader = { fg = "palette.darkred" }, SnacksDashboardHeader = { fg = "palette.darkred" },
SnacksDashboardTitle = { fg = "palette.turquoise" }, SnacksDashboardTitle = { fg = "palette.turquoise" },
SnacksIndentScope = { fg = "palette.lightblue" }
}, },
}, },
}) })

View File

@@ -32,7 +32,15 @@ return {
padding = 1, padding = 1,
cwd = true, 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, pane = 2,
icon = "", icon = "",
@@ -50,7 +58,12 @@ return {
{ section = "startup" }, { section = "startup" },
}, },
}, },
indent = { enabled = true }, indent = {
enabled = true,
animate = {
enabled = false,
},
},
lazygit = { enabled = true }, lazygit = { enabled = true },
picker = { enabled = true }, picker = { enabled = true },
quickfile = { enabled = true }, quickfile = { enabled = true },