mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
themes/catppuccin: propagate transparency to floating window options
This commit is contained in:
parent
7d1061210a
commit
5f2718875e
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ in {
|
|||
require('catppuccin').setup {
|
||||
flavour = "${style}",
|
||||
transparent_background = ${boolToString transparent},
|
||||
float = {
|
||||
transparent = ${boolToString transparent},
|
||||
},
|
||||
term_colors = true,
|
||||
integrations = {
|
||||
nvimtree = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue