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_shortcut = "AlphaShortcut"
end
dashboard.section.header.opts.hl = "AlphaHeader"
dashboard.section.buttons.opts.hl = "AlphaButtons"
dashboard.section.footer.opts.hl = "AlphaFooter"
dashboard.section.header.opts.hl = "Function"
dashboard.section.buttons.opts.hl = "Identifier"
dashboard.section.footer.opts.hl = "Function"
dashboard.opts.layout[1].val = 4
return dashboard
end,