Skip to content

Commit

Permalink
fix(alpha): AlphaFooter
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 19, 2023
1 parent 467d889 commit 8be0a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ function M.setup()
AlphaShortcut = { fg = c.orange },
AlphaHeader = { fg = c.blue },
AlphaHeaderLabel = { fg = c.orange },
AlphaFooter = { fg = c.yellow, italic = true },
AlphaFooter = { fg = c.blue1 },
AlphaButtons = { fg = c.cyan },

-- WhichKey
Expand Down

0 comments on commit 8be0a63

Please sign in to comment.