https://github.com/uloco/repro-frecency-background-issue
https://github.com/uloco/repro-frecency-background-issue
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/uloco/repro-frecency-background-issue
- Owner: uloco
- Created: 2024-06-04T14:18:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T14:23:40.000Z (about 2 years ago)
- Last Synced: 2024-06-04T16:16:11.031Z (about 2 years ago)
- Language: Lua
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproduction Repository
Regarding issue https://github.com/nvim-telescope/telescope-frecency.nvim/issues/210
## How to reproduce
* Copy this config in your nvim config folder
* Use a light terminal background
* Start neovim and let it install everything etc.
* Default dark theme is loaded altough neovim should detect the terminal theme background as light not as dark.
* Remove frecency as a dependency from the lazy list and restart nvim
* neovim successfully detects background as light.
I tested this in iTerm2 on MacOS but I don't think it is a terminal or OS related issue, since other plugins work fine.