From e9db8a71445b6e661007280c3b6a293028c2f1a0 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Wed, 27 Oct 2021 17:44:38 +0800 Subject: [PATCH] cleanup readme --- doc/zenbones.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/zenbones.md b/doc/zenbones.md index a5977a5..fa530c4 100644 --- a/doc/zenbones.md +++ b/doc/zenbones.md @@ -1,8 +1,8 @@ # Zenbones -**Zenbones** is a vim/neovim colorscheme designed to highlight code -using contrasts and font variations. Colors are tasked only for other roles such -as diagnostics, diffs, search matches. +**Zenbones** is a vim/neovim colorscheme designed to highlight code using +contrasts and font variations. Colors are tasked only for other roles such as +diagnostics, diffs, search matches. ## Usage @@ -34,10 +34,13 @@ the flavor name e.g. `g:rosebones_italic_comments`. Just remember: `zenbones_` are for the `light` background and `zenflesh_` is for the dark. Another way to set configuration is to assign a dictionary to the prefix: + ```vim let g:forestbones = #{ solid_line_nr: v:true } ``` + Or in lua: + ```lua vim.g.forestbones = { solid_line_nr = true } ```