mirror of
https://github.com/gabehf/base46.git
synced 2026-03-08 23:18:15 -07:00
formatting
This commit is contained in:
parent
8740a57519
commit
c0eeb77704
1 changed files with 2 additions and 1 deletions
|
|
@ -22,8 +22,8 @@ local base16 = require 'base16'
|
|||
base16(base16.themes("brewer"), true)
|
||||
EOF
|
||||
```
|
||||
(note : This colorscheme plugin keeps the guibg of NORMAL as none , so neovim just takes the terminal bg color , this is very useful when you want to have a transparent background )
|
||||
|
||||
(note : This colorscheme plugin keeps the guibg of NORMAL as none , so neovim just takes the terminal bg color , this is very useful when you want to have a transparent background )
|
||||
|
||||
This is how I use it. Uses [`norcalli/nvim.lua`](https://github.com/norcalli/nvim.lua).
|
||||
|
||||
|
|
@ -42,6 +42,7 @@ define, so the `base16.theme_from_array` utility function is available.
|
|||
## API
|
||||
|
||||
### base16.apply_theme(theme_definition: dict, use_256_colorspace: bool)
|
||||
|
||||
### base16(theme_definition: dict, use_256_colorspace: bool)
|
||||
|
||||
Alias for `base16.apply_theme(theme_definition: dict, use_256_colorspace: bool)`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue