RedEye
A Sublime Text 3 color scheme inspired by flight instruments and jetliner cockpits.
Details
Installs
- Total 379
- Win 238
- Mac 75
- Linux 66
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
RedEye
RedEye is a cohesive Sublime Text color scheme prioritizing readability. Inspired by flight instruments and jetliner cockpits, the color palette and contrast balance was chosen to minimize eye strain and remain clear in all lighting conditions.
Design Goals
A Single Scheme for Day and Night
Color choices and contrast between background and foreground were tuned over multiple days and nights (and across multiple monitors) in an attempt at becoming more than just a “dark theme”.
Logical Color Groupings
Why can't reading code be similar to reading a nicely formatted text document? Like headers and paragraphs, we have classes and method definitions, and while we can't make use of type face and scale, we can make better use of a scheme's only tool: color. In RedEye colors are used to accentuate the code's natural hierarchy.
Note how easy it is to identify classes and methods in the file and the minimap
Subtle Variations
For major code blocks, RedEye avoids vomiting the rainbow into your eyes, yet it doesn't resort to unhelpful monochromatic text either. Subtle variations in the base color provide just enough contrast to distinguish between in line operations.
Faded Comments with XML Comments Support
Comments are faint to avoid pulling focus from the code. As large comment blocks usually precede method and class definitions, their style furthers the goal of visually separating major code structures.
Language Support
- C# - Originally created for C# (see above screenshots)
Rust - Some rust specific tuning
JSON - Adjusted to keep dominant colors consistent across languages (instead of defaulting to the string color)
XML - Basic Support
Markdown
Installation
Method 1: Package Control (Recommended)
- In Sublime Text, Hit Ctrl + Shift + P to bring up the command palette
- Type Install Package and hit Enter
- Type RedEye (one word) and select it from the list
Method 2: Manual Installation
- Get the theme either by downloading and extracting a release from the right, downloading the RedEye.sublime-color-scheme file from the source files above, or cloning this repository to your PC.
- In Sublime Text, go to Preferences > Browse Packages
- Create a RedEye sub folder at the packages location (or organize them anyway you like)
- Add the RedEye.sublime-color-scheme file to the sub folder
License and Contribution
Style and contents licensed under Attribution-NonCommercial-ShareAlike 4.0 International CC BY-NC-SA 4.0. Derivations should credit mattmag and link back to this repository.
If you wish to help tune the scheme towards a programming language that is currently not well supported, feel free to make the changes and create a pull request.
Thanks
Shout out to the ColorSchemeEditor and ScopeHunter plugins for making color scheme editing easier.