File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ unreleased]
9
9
10
+ ### Added
11
+
12
+ -
13
+
14
+ ### Fixes
15
+
16
+ - dark foreground color for visited entries in telescope.nvim
17
+
10
18
## [ v0.0.3] - 09 Dec 2021
11
19
12
20
### Added
Original file line number Diff line number Diff line change @@ -382,14 +382,7 @@ function M.setup(config)
382
382
TelescopeBorder = {fg = c .border },
383
383
TelescopePromptPrefix = {fg = c .fg },
384
384
TelescopeMatching = {fg = c .syntax .constant , style = " bold" },
385
- TelescopePreviewPipe = {fg = c .bright_yellow },
386
- TelescopePreviewRead = {fg = c .bright_yellow },
387
- TelescopePreviewSize = {fg = c .bright_green },
388
- TelescopePreviewUser = {fg = c .bright_yellow },
389
- TelescopePreviewBlock = {fg = c .bright_yellow },
390
- TelescopePreviewGroup = {fg = c .bright_yellow },
391
- TelescopePreviewWrite = {fg = c .bright_magenta },
392
- TelescopePreviewSticky = {fg = c .bright_cyan },
385
+ TelescopeMultiSelection = {fg = c .syntax .comment },
393
386
394
387
-- NvimTree
395
388
NvimTreeNormal = {fg = c .fg_light , bg = c .bg_sidebar },
You can’t perform that action at this time.
0 commit comments