You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading this plugin, it will run following steps:
196
157
197
158
1. Run the filters, only enable the colors you choose from candidate list. See [Filter](#filter).
198
159
2. Register triggers to invoke related policies at a proper timing. See [Timing & Policy](#timing--policy).
@@ -206,13 +167,12 @@ When a timing is triggered, it will run following steps:
206
167
You can also use command `Colorbox` to control the player with below subcommands:
207
168
208
169
-`update`: Update all git submodules.
209
-
-`reinstall`: Clean & re-install all git submodules.
210
170
-`info`: Show detailed information and configured status.
211
171
-**Note:** use `scale=0.7` to specify popup window's size in range `(0, 1]`, by default is `scale=0.7`.
212
172
213
173
> [!NOTE]
214
174
>
215
-
> You can still use `colorscheme` command to change colorscheme.
175
+
> You can still use `colorscheme` command to change the colorscheme.
216
176
217
177
## 🔧 Configuration
218
178
@@ -265,11 +225,9 @@ The `colorbox.ColorSpec` type is a lua table that has below fields:
265
225
-`priority`: Plugin priority, `integer` type, for example:
266
226
-**awesome-neovim** is `100`
267
227
-**vimcolorschemes** is `0`
268
-
-`source`: Data source, `string` type, for example:
269
-
-**awesome-neovim** is `"https://www.trackawesomelist.com/rockerBOO/awesome-neovim/readme/#colorscheme"`
270
228
-`git_path`: Git submodule file path, `string` type, for example:
271
229
-`"folke-tokyonight.nvim"`
272
-
-`git_branch`: Optional git branch of plugin (most plugins use default main/master branch, while some have specific branch), `string?` type, for example:
230
+
-`git_branch`: (Optional) git branch of plugin (most plugins use default branch such as `main` or `master`, while some use specific branch such as `neovim`), `string?` type, for example:
273
231
-`"neovim"`
274
232
-`color_names`: Color names that plugin contains, `string[]` type, for example:
@@ -342,7 +300,7 @@ The filetype timing needs to specify below 2 fields in its policy:
342
300
343
301
### Background
344
302
345
-
There're some colors (`tokyonight-day`, `rose-pine-dawn`) are forced to be light, e.g. they forced `set background=light` on loading. Thus the other following colors will continue use `light` background.
303
+
There're some colors (`tokyonight-day`, `rose-pine-dawn`) are forced to be light, i.e. they forced `set background=light` on loading. Thus the other following colors will continue use `light` background.
346
304
347
305
If you want to bring the dark-able colors back to `dark`, please use:
0 commit comments