Updating colors

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-14 10:21:40 +02:00
parent d4dc08a03b
commit 986a4498f0

View File

@@ -23,9 +23,9 @@ return {
button.opts.hl = "AlphaButtons" button.opts.hl = "AlphaButtons"
button.opts.hl_shortcut = "AlphaShortcut" button.opts.hl_shortcut = "AlphaShortcut"
end end
dashboard.section.header.opts.hl = "AlphaHeader" dashboard.section.header.opts.hl = "Function"
dashboard.section.buttons.opts.hl = "AlphaButtons" dashboard.section.buttons.opts.hl = "Identifier"
dashboard.section.footer.opts.hl = "AlphaFooter" dashboard.section.footer.opts.hl = "Function"
dashboard.opts.layout[1].val = 4 dashboard.opts.layout[1].val = 4
return dashboard return dashboard
end, end,