schemes
schemes copied to clipboard
Inconsistent shade spanning for some schemes
In order to create a dark scheme, colors
base00
tobase07
should span from dark to light.
It looks like that most of the tokyonight-*
schemes breaks this rule, creating inconsistent coloring.
tokyodark.yaml
is a particularly egregious example:
The colors base08
- base0F
is also kind of random. There are probably other non-compliant themes, but these are the ones I found.
Tbh, I wish that the spec makes it so that the color values are prefixed with a #
, to make it easier to inspect and edit in editors that supports color highlighting/manipulation.