Skip to content

Commit 0b07d4d

Browse files
committed
Updating docs and adding sublime
1 parent 6ed02f8 commit 0b07d4d

5 files changed

Lines changed: 1237 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The Jensen theme uses a carefully curated palette inspired by Deus Ex: Human Rev
6060

6161
If you like this theme or think it needs a tweak here or there, please get involved.
6262

63-
Play around with the theme on [Themer.dev](https://themer.dev/?colors.dark.shade0=%23141514&colors.dark.shade7=%23FBFBFB&colors.dark.accent0=%23F25244&colors.dark.accent3=%23f48d4f&colors.dark.accent4=%23EDA622&colors.dark.accent1=%23A0FF33&colors.dark.accent2=%230EA2C9&colors.dark.accent5=%23C4C7C4&colors.dark.accent7=%23E8B456&colors.dark.accent6=%23EDA622&activeColorSet=dark)
63+
Play around with the theme on [Themer.dev](https://themer.dev/?colors.dark.shade7=%23F2F2F2&colors.dark.shade0=%23141514&colors.dark.accent7=%23EDA622&colors.dark.accent6=%23A04201&colors.dark.accent1=%23EDA622&colors.dark.accent4=%23F5FFE5&colors.dark.accent5=%23E55D02&colors.dark.accent3=%23EDA622&colors.dark.accent2=%23F7CF6F&colors.dark.accent0=%23ED333C&calculateIntermediaryShades.dark=true)
6464

6565
## Thanks
6666

sublime/INSTALL.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Jensen Theme Installation for Sublime Text
2+
3+
Augment your Sublime Text editor with Cyber Renaissance aesthetics.
4+
5+
## Install using Package Control
6+
7+
If you are using [Package Control](https://packagecontrol.io/), you can easily install the Jensen Color Scheme:
8+
9+
1. Open the command palette: `Tools``Command Palette` (or `Cmd/Ctrl+Shift+P`)
10+
2. Type `Package Control: Install Package` and press Enter
11+
3. Search for **Jensen Color Scheme** and press Enter
12+
13+
## Install using Git
14+
15+
Alternatively, if you are a git user, you can install the theme and keep up to date by cloning the repo directly into your `Packages` directory:
16+
17+
You can locate your Sublime Text `Packages` directory by using `Preferences → Browse Packages...`
18+
19+
While inside the `Packages` directory, clone the theme repository:
20+
21+
```bash
22+
git clone https://github.com/tomaytotomato/jensen.git "Jensen Color Scheme"
23+
```
24+
25+
## Install manually
26+
27+
1. Download the `jensen.tmTheme` file from this repository
28+
2. Open Sublime Text
29+
3. Go to `Settings` -> → `Browse Packages...`
30+
4. Create a folder named `User` if it doesn't already exist
31+
5. Copy the `jensen.tmTheme` file into the `User` folder
32+
33+
## Activating the Theme
34+
35+
Once installed, activate the Jensen theme:
36+
37+
1. Go to `Settings``Color Scheme`
38+
2. Select **Jensen**
39+
40+
⚡ That's it! Your editor is now augmented with the Cyber Renaissance aesthetic.
41+
42+
*"I never asked for this..."*
43+

sublime/README.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Jensen for [Sublime Text](https://sublimetext.com)
2+
3+
> Augment your editor with Cyber Renaissance aesthetics
4+
5+
![Jensen Theme Screenshot](./screenshot.png)
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

Comments
 (0)