Skip to content

Commit d295d5f

Browse files
authored
chore: wording (#261)
1 parent 1ca8a13 commit d295d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ It uses GitHub actions to weekly collect/update the colorscheme dataset.
4343
> 3. For multiple plugins that contain the same color name, it picks one from them by a weighted scoring algorithm based on multiple attributes:
4444
> 1. If a plugin is especially for Neovim (i.e. it is from **awesome-neovim**), it earns extra 10 points.
4545
> 2. If a plugin has latest git commits, it earns extra 10 points.
46-
> 3. In these multiple plugins, the stars of each repositories **are proportional to** the most stars repository. For example, if we have 3 plugins with stars 500, 380 and 71, then the 1st repository with most stars (500) has 80 points, the 2nd (380) has 60.8 points (`60.8 = 380 / 500 * 80`), the 3rd (71) has 11.36 points (`11.36 = 71 / 500 * 80`).
46+
> 3. In these multiple plugins, the score of each repository is the `star / max(stars of all repositories) * 80`. For example, if we have 3 plugins with stars 500, 380 and 71, then the 1st repository with most stars (500) has 80 points, the 2nd (380) has 60.8 points (`60.8 = 380 / 500 * 80`), the 3rd (71) has 11.36 points (`11.36 = 71 / 500 * 80`).
4747
>
4848
> Please check [COLORSCHEMES.md](https://github.com/linrongbin16/colorbox.nvim/blob/main/COLORSCHEMES.md) for full colorscheme dataset.
4949

0 commit comments

Comments
 (0)