[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" },
SnacksDashboardHeader = { fg = "palette.darkred" },
SnacksDashboardTitle = { fg = "palette.turquoise" },
SnacksIndentScope = { fg = "palette.lightblue" }
},
},
})

View File

@@ -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 },