Skip to content

Commit

Permalink
feat(telescope): prompt border in different color
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 26, 2024
1 parent 623c3cd commit 7ea04d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,8 @@ function M.setup()
-- Telescope
TelescopeBorder = { fg = c.border_highlight, bg = c.bg_float },
TelescopeNormal = { fg = c.fg, bg = c.bg_float },
TelescopePromptBorder = { fg = c.orange, bg = c.bg_float },
TelescopePromptTitle = { fg = c.orange, bg = c.bg_float },

-- NvimTree
NvimTreeNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar },
Expand Down

0 comments on commit 7ea04d5

Please sign in to comment.