Skip to content

Commit

Permalink
fix(dashboard): orange -> peach
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Oct 14, 2023
1 parent 3bdd5e8 commit 54002a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/catppuccin/groups/integrations/dashboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function M.get()
DashboardMruTitle = { fg = C.sky },
DashboardProjectTitle = { fg = C.sky },
DashboardFiles = { fg = C.lavender },
DashboardKey = { fg = C.orange },
DashboardKey = { fg = C.peach },
DashboardDesc = { fg = C.blue },
DashboardIcon = { fg = C.pink, bold = true },
}
Expand Down

0 comments on commit 54002a1

Please sign in to comment.