-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Moving discussion here from: tinted-theming/schemes#65 (comment) where I mentioned my thoughts on this and @clach04 had been thinking about something similar.
Here is some minor context:
I've been considering looking into creating another scheme system taking in ANSI 00 to 07. Then to also make it compatible with base16 and base24 templates by generating base00-base17 colours. That way the themes would be more consistent too. Generating the schemes would also be easy using base16/base24 schemes. Anyway not anything solid, just something I'm pondering.
The thoughts I had are: how can we minimise the colours in a scheme and maximise what we get out in a template. Using the ANSI 8 colours we can easily generate base16 and base24 themes and also opens the option of coming up with even 3 sets of colours per scheme (dim red and bright red generated from red for example).
Just opening this up here for thoughts and ideas.