Eva is a base16-color scheme inspired by fighting scenes during the gloomy weather of Evangelion Unit-01 from Neon Genesis Evangelion.
Evangelion Unit-01 illustrated by artist qs2435.
The themes in this repository were built by using https://github.com/belak/base16-builder-go.
The scheme consists of three groups of colors representing fluorescent surfaces, solid surfaces, and background objects in the fighting scenes.
* The fluorescent color codes are from Crayola crayon colors.
The visibility of the colors in this scheme divided into five groups according to their contrast ratios:
- Background colors: consist of various shades of dark cyan, grey and white colors, the default background color (#2a3b4d) has a contrast ratio of 1.0,
- Comments: the contrast ratio of the comments is 2.5, which makes the comments less visible and less distracted,
- Normal texts: the contrast ratio of the normal texts is 4.5, as recommended in G18: Ensuring that a contrast ratio of at least 4.5,
- Solid-color texts: the contrast ratio of the solid colors is 3.0, this value makes the solid color texts more distinguishable from the fluorescent color texts,
- Fluorescent-color texts: the contrast ratios of the colors in this category are more than 5.0, using to emphasize important parts of the codes such as classes, functions, methods, strings, integers, and so on.
Note: the contrast ratios calculated by comparing the target colors to the default background color (#2a3b4d).
Note: For anyone who wants to use the Eva scheme with darker fluorescent colors, please try the alternative eva-dim scheme .
This repository only focuses on color designs, for any bug report, please directly go to the template repositories listed in https://github.com/chriskempson/base16. Once the bug fixed, please rebuild all themes using https://github.com/belak/base16-builder-go and send a pull request to this repository.