EHA Code Dark Theme
A VS Code theme designed to match my JetBrains Rider setup with:
- jake-theme UI.
- EHA Studio Dark editor colour scheme.
Features
- Pure black UI chrome: activity bar, sidebar, tab bar, title bar, status bar, and terminal.
- Near-black editor with a darker gutter.
- Visual Studio Dark syntax highlighting colours.
- Consistent with JetBrains Rider appearance.
- High contrast for better readability.
Requirements
This theme requires the JetBrains Mono font to be installed.
Note: if you have a JetBrains IDE installed, the font will be installed already.
Installation
VS Code Marketplace
- Open VS Code.
- Open the Extensions view (
Ctrl+Shift+X / Cmd+Shift+X).
- Search for EHA Code Dark.
- Click Install.
- Open the Command Palette (
Ctrl+Shift+P / Cmd+Shift+P).
- Select Preferences: Colour Theme.
- Choose EHA Code Dark.
Manually
- Run the included
install-windows.ps1 script or manually copy the eha-code-dark folder to your VS Code extensions directory:
- Windows:
%USERPROFILE%\.vscode\extensions\
- macOS:
~/.vscode/extensions/
- Restart VS Code and select the theme via the Command Palette as above.
Colour Palette
UI Colours
#000000: UI chrome (activity bar, sidebar, tab bar, title bar, status bar, terminal).
#111111: Editor background.
#181818: Editor gutter.
#245B82 / #0B293F: Selection.
#383838: Active tab.
Syntax Colours
#569CD6: Keywords.
#D69D85: Strings.
#57A64A: Comments.
#DCDCAA: Functions.
#4EC9B0: Types/Classes.
#B5CEA8: Numbers.
#B8D7A3: Interfaces.
Source
Derived from:
- jake-theme by Jake Coffman.
- Visual Studio Dark editor scheme.
| |