|
| 1 | +# Jensen for [Sublime Text](https://sublimetext.com) |
| 2 | + |
| 3 | +> Augment your editor with Cyber Renaissance aesthetics |
| 4 | +
|
| 5 | + |
| 6 | + |
| 7 | +## About |
| 8 | + |
| 9 | +Jensen is a theme collection inspired by the iconic aesthetics of **Deus Ex: Human Revolution**. This Sublime Text theme brings the signature gold and copper tones of the Cyber Renaissance to your code editor, featuring high contrast and purposeful color choices against a deep carbon black background. |
| 10 | + |
| 11 | +Created by **tomaytotomato** as a tribute to the stunning UI/UX design of Deus Ex: Human Revolution by Eidos Montreal. |
| 12 | + |
| 13 | +## Color Palette |
| 14 | + |
| 15 | +Jensen uses a carefully crafted color scheme: |
| 16 | + |
| 17 | +| Color | Hex | Purpose | |
| 18 | +|------------|-----------|----------------------------| |
| 19 | +| Background | `#141514` | Deep carbon black | |
| 20 | +| Foreground | `#FBFBFB` | Bright white text | |
| 21 | +| Comment | `#C4C7C4` | Muted gray for comments | |
| 22 | +| Green | `#A0FF33` | French lime (strings/data) | |
| 23 | +| Blue | `#0EA2C9` | Electric blue (keywords/types) | |
| 24 | +| Red | `#F25244` | Alert red (errors/warnings) | |
| 25 | +| Gold | `#EDA622` | Signature gold (classes/emphasis) | |
| 26 | + |
| 27 | +### Syntax Coloring |
| 28 | + |
| 29 | +- **Gold** (`#EDA622`): Class names, important declarations, headings |
| 30 | +- **Blue** (`#0EA2C9`): Keywords (`public`, `class`, `void`), types, constants |
| 31 | +- **Green** (`#A0FF33`): String literals, functions, attributes |
| 32 | +- **Red** (`#F25244`): Reserved for errors, warnings, and deprecated items |
| 33 | +- **Gray** (`#C4C7C4`): Comments |
| 34 | + |
| 35 | + |
| 36 | +## Installation |
| 37 | + |
| 38 | +### Package Control |
| 39 | + |
| 40 | +1. Open the command palette with `Ctrl+Shift+P` (Windows/Linux) or `Cmd+Shift+P` (macOS) |
| 41 | +2. Type "Install Package" and select `Package Control: Install Package` |
| 42 | +3. Search for "Jensen Color Scheme" and press Enter |
| 43 | + |
| 44 | +### Manual Installation |
| 45 | + |
| 46 | +1. Download `jensen.tmTheme` from this repository |
| 47 | +2. Open Sublime Text and go to `Preferences → Browse Packages...` |
| 48 | +3. Create a folder called `User` if it doesn't exist |
| 49 | +4. Copy `jensen.tmTheme` into the `User` folder |
| 50 | +5. Go to `Preferences → Color Scheme` and select `Jensen` |
| 51 | + |
| 52 | +For detailed installation instructions, see [INSTALL.md](./INSTALL.md). |
| 53 | + |
| 54 | +## Features |
| 55 | + |
| 56 | +- **High Contrast**: Distinct foreground/background separation for optimal readability |
| 57 | +- **Signature Gold**: The iconic `#EDA622` gold highlights classes and important declarations |
| 58 | +- **Intuitive Colors**: Keywords and structure in blue, data/strings in green, emphasis in gold |
| 59 | +- **Reserved Red**: Red color reserved exclusively for errors and warnings, avoiding visual fatigue |
| 60 | +- **Markdown Support**: Enhanced styling for Markdown documents with gold headings |
| 61 | +- **JSON Highlighting**: Nested level alternating between gold keys and green values |
| 62 | + |
| 63 | +## Inspiration |
| 64 | + |
| 65 | +This theme is a tribute to **Deus Ex: Human Revolution** by Eidos Montreal and the cyberpunk aesthetic that defined a generation of gaming. |
| 66 | + |
| 67 | +*"I never asked for this..."* |
| 68 | + |
| 69 | +## License |
| 70 | + |
| 71 | +[MIT License](./LICENSE) |
0 commit comments