Skip to content

Commit d44081d

Browse files
committed
[Update] add transparent codesnap
1 parent 207907f commit d44081d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,13 @@ CodeSnap.nvim use gradient background by default, you can specify the gradient c
315315

316316
![Custom background gradient](/doc/custom_background_gradient.png)
317317

318+
Or you prefer transparent background, for example:
319+
```lua
320+
background = "#00000000",
321+
```
322+
323+
![Transparent background](/doc/transparent_demo.png)
324+
318325
#### Custom code theme
319326

320327
For code theme, it's a little bit complex than background theme, you may notice that there only have one config to specify the code theme, which is `theme`, which is a string that represents the code theme name.

doc/transparent_demo.png

113 KB
Loading

0 commit comments

Comments
 (0)