alex
alex
### Checklist - [x] Using latest version on the [App Store](http://itunes.apple.com/app/id1156707581) - [x] Read the [docs](http://blink.sh/docs/) - [x] Searched for [existing GitHub issues](https://github.com/blinksh/blink/issues) ### Configuration iPad - iPadOS 15.2.1 -...
Curlie output is hard to read with a light color scheme:
Example: Expected behaviour: Possible fix: ```css /* Preview highlights*/ .markdown-preview-section mark { color: var(--text-on-accent) } /* Communitiy plugins' search highlights*/ .community-modal-search-results-wrapper span.suggestion-highlight { color: var(--text-on-accent) } ```
Please add the name like "Navbuddy" to navbuddy buffer Examples from Telescope.nvim, Dashbord.nvim, Neogit.nvim I use lualine `buffers` component to check buffers in tabline: ```lua options.tabline = { lualine_a =...