@@ -25,7 +25,6 @@ Options |srcery-options|
25
25
g:srcery_inverse_matche | srcery-option-inverse-matches |
26
26
g:srcery_inverse_match_paren | srcery-option-inverse-match-paren |
27
27
g:srcery_dim_lisp_paren | srcery-option-dim-lisp-paren |
28
- g:srcery_bg_passthrough | srcery-option-bg-passthrough |
29
28
g:srcery_guisp_fallback | srcery-option-guisp-fallback |
30
29
g:srcery_italic_types | srcery-option-italic-types |
31
30
g:srcery_bg | srcery-option-bg |
@@ -210,18 +209,6 @@ g:srcery_dim_lisp_paren
210
209
Dims lisp dialects delimiters to a fairly dark gray (xgray5
211
210
specifically).
212
211
213
- Default: 0
214
-
215
- *srcery-option-bg-passthrough*
216
- g:srcery_bg_passthrough
217
-
218
- Lets the terminal control the background color in Vim by setting the
219
- background NONE.
220
-
221
- A possible use case for this could be you want to manipulate the
222
- background color in the terminal, and let the results bubble up to
223
- Vim.
224
-
225
212
Default: 0
226
213
227
214
*srcery-option-guisp-fallback*
@@ -246,13 +233,21 @@ g:srcery_italic_types
246
233
247
234
Default: 0
248
235
249
- *srcery-bg*
236
+ *srcery-option -bg*
250
237
g:srcery_bg
251
- Background color, specified as an RGB value.
252
- Note that this will only work with `set termguicolors` in your config,
253
- and that it is mutually exclusive with `g: srcery_hard_black_terminal_bg ` .
254
238
255
- Default: `g: srcery_black `
239
+ Let's you customize the background color. This var takes a list with
240
+ two elements, with a HEX in the first position, and a terminal color
241
+ index for the second position. This lets you set both a 24-bit color,
242
+ and a 8bit terminal color index.
243
+
244
+ You can specify `NONE ` as a value, which would be the same as the
245
+ previous option `srcery_bg_passthrough`
246
+
247
+ You can specify `DEFAULT` as a value, if you only want to customize
248
+ one value.
249
+
250
+ Default: `[g:srcery_black, 0]`
256
251
257
252
*srcery-option-hard-black-terminal-bg*
258
253
g:srcery_hard_black_terminal_bg
0 commit comments