-
There's a slew of options for [catppuccin/nvim](https://github.com/catppuccin/nvim) that might be worth being able to set.
On the other hand, the other apps catppuccin configures don't seem to have…
-
### Neovim version
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1716656478
### Minimal configuration
{
"tiagovla/tokyodark.nvim",
lazy = false,
opts = {
transparent_backgroun…
-
I copied the example configurations to my .lua file it it worked fine.
```lua
-- ...
transparent_background = true, -- I want transparent background
background_clear = {
-- "float_win",
…
-
Hi, thanks for the colorscheme!
It's beautiful but there are certain colors that look odd. For example, the current symbol highlight looks like this:
![Screenshot 2024-09-16 at 10 39 42](https:/…
-
### Problem
Terminal shows incorrect ANSI escapes for values 37 (bright white foreground) and 40 (black background). The black background seems to always be treated as background, even if particular …
-
### Self Checks
- [x] I'm using the latest lualine.
- [x] I didn't find the issue in existing issues or PRs.
### How to reproduce the problem
Only a component with an icon in an inactive luali…
-
Tried using it and activating it in both an init.vim and through nvim commands but it just makes everything gray
-
## Prerequsities
- [x] I'm on the latest version of the plugin
- [x] I've installed the required dependencies
- per docs, all 5 dependencies
- [x] I've run `:h gitlab.nvim.troubleshooting` an…
-
**Describe the bug**
The highlight group `@markup.quote` is not transparent with `ChadrcConfig.ui.transparency = true` .
**To Reproduce**
Steps to reproduce the behavior:
1. Set `ChadrcConfig.…
-
So I am writing a custom theme and have `NotifyBackground = {fg=x, bg=x}` and when I first load my config i get the typical Notify message about a background_colour and NotifyBackground not being set …