Colorblind ThemeColor-blind friendly syntax highlighting for VSCode
A dark theme created with accessibility in mind. Designed to provide meaningful syntax highlighting for all types of developers, with a special focus on being friendly to color-blind individuals. The theme is directly based on the work of Paul Tol in data visualization accessibility. How It's MadeThis theme is generated from the 23-color "discrete rainbow scheme" for colorblind accessibility described here. You can view the YAML of the color palette here. Token stylizing and editor appearance directly mirror the VSCode Dark+ theme built into the IDE. The YAML for that color palette is here, and the template JSON schema is here. A quick Python script replaces tokens in the schema with a best-match from Paul Tol's design. CustomizingIndividual colors for the theme can be changed in either The You may need to modify the Python code as necessary! Note that the template defines how colors are applied, but you will need to manually pull out preferred color codes. |