chore: customize github dark dimmed theme

This commit is contained in:
Stevan Freeborn
2026-06-30 14:59:00 -05:00
parent 0da93e4a88
commit a41f55d59f
2 changed files with 189 additions and 1 deletions
+3
View File
@@ -79,5 +79,8 @@ return {
button.desc = button.desc .. string.rep(" ", 43 - #button.desc)
button.key_format = " %s"
end
vim.api.nvim_set_hl(0, "DashboardHeader", { fg = "#b39cd0", bold = true })
vim.api.nvim_set_hl(0, "DashboardFooter", { fg = "#b39cd0", bold = true })
end,
}