From 4d48d35c46f334afc827eb7bf5972cd9ea12148b Mon Sep 17 00:00:00 2001 From: Patrick Gingras <775.pg.12@gmail.com> Date: Thu, 19 Jan 2023 17:17:21 -0500 Subject: [PATCH] mention g:bones_compat in doc --- doc/zenbones.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/zenbones.md b/doc/zenbones.md index d1ebfbc..affc2c4 100644 --- a/doc/zenbones.md +++ b/doc/zenbones.md @@ -85,9 +85,11 @@ the flavor name e.g. `g:rosebones_italic_comments`. | colorize_diagnostic_underline_text | both | `false` | Colorize the fg of `DiagnosticUnderline*`. | | transparent_background | both | `false` | Make background transparent. | -#### g:zenbones_compat +#### g:bones_compat -Set to `1` to enable compatibility mode. Enabled in Vim. +Set to `1` to enable compatibility mode for all colorschemes. Enabled in Vim. To +enable/disable compatibility mode for a specific theme, set the variable +`g:{theme}_compat` to `0` or `1`, e.g. `let g:zenbones_compat = 1`. ### lightline