Skip to content

Commit

Permalink
fix: telescope selection
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx03 committed Oct 2, 2023
1 parent 67f9d36 commit 85ac187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/solarized.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*solarized.nvim.txt* For NVIM v0.9.1 Last change: 2023 July 06
*solarized.nvim.txt* For NVIM v0.9.1 Last change: 2023 October 02

==============================================================================
Table of Contents *solarized.nvim-table-of-contents*
Expand Down Expand Up @@ -90,7 +90,7 @@ To manually install Solarized, follow these steps:

GET SOME HELP *solarized.nvim-get-some-help*

Use `:h solarized.nvim.txt` to get some help
Use |solarized.nvim.txt| to get some help


COMMANDS *solarized.nvim-commands*
Expand Down
2 changes: 1 addition & 1 deletion lua/solarized/themes/default/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ return function(c, config)
local utils = require('solarized.utils')
local set_hl = utils.set_hl

set_hl('TelescopeSelection', { fg = c.base2, bg = c.base01 })
set_hl('TelescopeSelection', { link = 'Visual' })
set_hl('TelescopeSelectionCaret', { link = 'TelescopeSelection' })
set_hl('TelescopeMultiSelection', { link = 'Type' })
set_hl('TelescopeMultiIcon', { fg = c.cyan })
Expand Down

0 comments on commit 85ac187

Please sign in to comment.