[Snacks] Update colors, disable scope anim
This commit is contained in:
@@ -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" }
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user