Skip to content

Commit

Permalink
feat: Add highlights for dashboard-nvim (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchesal committed Dec 30, 2023
1 parent 7fa0734 commit 6c193f4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lua/cyberdream/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,23 @@ function M.setup()
AlphaFooter = { fg = t.cyan },
AlphaButtons = { fg = t.blue },

-- dashboard-nvim
DashboardHeader = { fg = t.purple },
DashboardFooter = { fg = t.cyan },
-- dashboard-nvim: doom theme
DashboardShortCut = { fg = t.orange },
DashboardDesc = { fg = t.orange },
DashboardKey = { fg = t.green },
DashboardIcon = { fg = t.blue },
-- dashboard-nvim: hyper theme
DashboardProjectTitle = { fg = t.blue },
DashboardProjectTitleIcon = { fg = t.orange },
DashboardProjectIcon = { fg = t.orange },
DashboardMruTitle = { fg = t.blue },
DashboardMruIcon = { fg = t.orange },
DashboardFiles = { fg = t.cyan },
DashboardShortCutIcon = { fg = t.pink },

-- Telescope
TelescopeBorder = { fg = t.bgHighlight },
TelescopePromptTitle = { fg = t.blue },
Expand Down

0 comments on commit 6c193f4

Please sign in to comment.