Skip to content

Commit

Permalink
feat(dashboard): add highlight groups for doom theme (catppuccin#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr authored Oct 14, 2023
1 parent f582b57 commit 3bdd5e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/catppuccin/groups/integrations/dashboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ function M.get()
DashboardMruTitle = { fg = C.sky },
DashboardProjectTitle = { fg = C.sky },
DashboardFiles = { fg = C.lavender },
DashboardKey = { fg = C.orange },
DashboardDesc = { fg = C.blue },
DashboardIcon = { fg = C.pink, bold = true },
}
end

Expand Down

0 comments on commit 3bdd5e8

Please sign in to comment.