-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Not really sure this is an issue as such, but I'm trying to understand what should be considered the canonical list of colours for gruvbox (particularly in the context of making additional gruvbox-based themes or similar).
I'm aware this is a fork of the original gruvbox repo so let me know if this issue is better directed there, but hopefully you can answer within the context of these forked repos.
This repo has the color.table file which appears to act as a canonical list. However I'm not entirely sure I understand the contents (is this a file format I'm not familiar with, or something specific to this repo?)
Would it be appropriate to use that as a canonical list, or would it be more appropriate to treat the palette images from the main gruvbox repo as the canonical list?
If the former is the case, is there a method for deriving the original dark/light palettes (inc. contrast variants) from the table file? I can see how some of it hangs together but not all. If there's some kind of reference for the file (or, as I said before, if this is a file format I've just failed to find details of), that would be really useful to know.
If the latter is the case, is there a machine-readable/textual representation or would it be a case of just transcribing the colours off the images.
Appreciate any help or info you can give me.