From c0eeb777042fe20a62fc1e4d26ac6481c5b3764d Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sat, 18 Sep 2021 17:32:04 -0500 Subject: [PATCH] formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55b1a44..2d45dce 100644 --- a/README.md +++ b/README.md @@ -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)`.