Skip to content

Commit

Permalink
this milk is no good (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisiacc committed Jan 29, 2022
1 parent d3ab0b7 commit 52fa817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/gruvbox-baby/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -365,13 +365,13 @@ function M.setup(config)
-- Telescope
TelescopeBorder = { fg = c.dark, bg = c.dark },
TelescopePromptBorder = { fg = c.medium_gray, bg = c.medium_gray },
TelescopePromptNormal = { fg = milk, bg = c.medium_gray },
TelescopePromptNormal = { fg = c.milk, bg = c.medium_gray },
TelescopePromptPrefix = { fg = c.soft_yellow, bg = c.medium_gray },

TelescopeNormal = { bg = c.dark },

TelescopePreviewTitle = { fg = c.background, bg = c.forest_green },
TelescopePromptTitle = { fg = milk, bg = c.soft_yellow },
TelescopePromptTitle = { fg = c.background, bg = c.soft_yellow },
TelescopeResultsTitle = { fg = c.dark, bg = c.dark },

TelescopeSelection = { bg = c.diff.change },
Expand Down

0 comments on commit 52fa817

Please sign in to comment.