Skip to content

Commit

Permalink
docs: add transparency option to readme (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon McLean <simonmclean@simons-mbp-2.home>
Co-authored-by: simonmclean <simonmclean@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 16, 2024
1 parent c6d7d5d commit 59b9bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ Key mappings can either be a string, or a table of strings if you want multiple
debounce_ms = 100,
},
backdrop = 60 -- Backdrop opacity. 0 is fully opaque, 100 is fully transparent (disables the feature)
transparency = 0, -- 0 is fully opaque, 100 is fully transparent
border = 'single' -- See :h nvim_open_win for border options
max_height = 45,
max_width = 220,
Expand Down
1 change: 1 addition & 0 deletions doc/triptych.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ bindings.
debounce_ms = 100,
},
backdrop = 60 -- Backdrop opacity. 0 is fully opaque, 100 is fully transparent (disables the feature)
transparency = 0, -- 0 is fully opaque, 100 is fully transparent
border = 'single' -- See :h nvim_open_win for border options
max_height = 45,
max_width = 220,
Expand Down

0 comments on commit 59b9bc5

Please sign in to comment.