Allow dynamic choice of accents for schemes #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the neovim / kitty / etc themes involve a fixed choice of accents (five of the eight by default). This too should perhaps be parameterized, allowing for the customization of generated themes' overall variance or vibrancy. The current model involves custom logic for piecing together the scheme structure that is produced by
monobiome scheme, so this would likely involve peeling back a layer and having a "meta-scheme" that can produce canonical variations (or possibly fully accept custom specification of accent roles).