docs: add transparent background note in README

This commit is contained in:
Paulo Granthon 2024-08-14 12:35:06 -03:00
parent 993f29df25
commit 2ac8f1b3a8

View File

@ -57,7 +57,7 @@ Currently, customization is still a work in progress.
`todo!()`
However, you can overwrite any changes that `Hyper.nvim` makes after calling the `load` function.
However, you can overwrite any changes that `Hyper.nvim` makes after calling the `load` function.
Personaly, I think the theme looks the best while having a transparent background
instead of the theme's pitch black one,
@ -88,6 +88,8 @@ Coupled with [Picom](https://github.com/yshui/picom)'s `blur-background` options
![Hyper.nvim example transparent](./docs/example-transparent.png)
_You can see this configuration in my [neovim](http://github.com/paulo-granthon/nvim/blob/main/plugin/colors.lua#L28-L38) dotfiles._
## License
This project is licensed under the [MIT License](https://github.com/paulo-granthon/hyper.nvim/blob/main/LICENSE).