https://github.com/kjakapat/eva-theme
Eva themes built from https://github.com/kjakapat/base16-eva-scheme
https://github.com/kjakapat/eva-theme
color-scheme emacs-theme gnome-terminal-themes iterm2-theme terminal-theme textmate-theme theme vim-theme
Last synced: 7 months ago
JSON representation
Eva themes built from https://github.com/kjakapat/base16-eva-scheme
- Host: GitHub
- URL: https://github.com/kjakapat/eva-theme
- Owner: kjakapat
- License: mit
- Created: 2020-05-04T19:10:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T05:16:49.000Z (about 1 year ago)
- Last Synced: 2025-01-30T06:22:31.496Z (about 1 year ago)
- Topics: color-scheme, emacs-theme, gnome-terminal-themes, iterm2-theme, terminal-theme, textmate-theme, theme, vim-theme
- Language: Lua
- Size: 429 KB
- Stars: 81
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Eva is a [base16](https://github.com/chriskempson/base16)-color scheme inspired by fighting scenes during the gloomy weather of Evangelion Unit-01 from [Neon Genesis Evangelion](https://en.wikipedia.org/wiki/Neon_Genesis_Evangelion).

Evangelion Unit-01 illustrated by artist [qs2435](https://www.deviantart.com/qs2435).
The themes in this repository were built by using [https://github.com/belak/base16-builder-go](https://github.com/belak/base16-builder-go).
## Color design
The scheme consists of three groups of colors representing fluorescent surfaces, solid surfaces, and background objects in the fighting scenes.
- Fluorescent colors*:
- Solid colors:
- Background colors: 

\* The fluorescent color codes are from [Crayola crayon colors](https://en.wikipedia.org/wiki/List_of_Crayola_crayon_colors#Fluorescent_crayons).
## Visibility
The visibility of the colors in this scheme divided into five groups according to their contrast ratios:
1. 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,
2. Comments: the contrast ratio of the comments is 2.5, which makes the comments less visible and less distracted,
3. 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](https://www.w3.org/TR/WCAG20-TECHS/G18.html),
4. 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,
5. 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).
## Screenshots
_Note_: For anyone who wants to use the Eva theme with darker fluorescent colors, try the alternative [eva-dim scheme](https://github.com/kjakapat/base16-eva-scheme/blob/master/eva-dim.yaml), and for the improved visibility version, try [eva-darken scheme](https://github.com/kjakapat/base16-eva-scheme/blob/master/eva-darken.yaml).
## Bug reports
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](https://github.com/chriskempson/base16). Once the bug fixed, please rebuild all themes using [https://github.com/belak/base16-builder-go](https://github.com/belak/base16-builder-go) and send a pull request to this repository.
## License
[MIT License](https://github.com/kjakapat/base16-eva-scheme/blob/master/LICENSE)