The perfect deep blue for your Zen mode.
ZenBlue is a unified, deep-ocean color scheme designed to reduce eye strain and induce a state of deep focus during long coding sessions. Inspired by classic abyss aesthetics, it is currently available and optimized for Visual Studio Code and Zsh.
A fully themed workbench with true semantic highlighting for modern languages.
A fully themed workbench with true semantic highlighting for modern languages in NeoVIM.
A clean, minimal prompt tailored to match your editor's palette.
Option A: Install via VS Code
- Open the Extensions sidebar (
Ctrl+Shift+XorCmd+Shift+X). - Search for
ZenBlue. - Click Install.
- Navigate to
File > Preferences > Theme > Color Themeand select ZenBlue.
Option B: Install via Marketplace Install directly from the VS Code Marketplace.
-
Clone the repository to your local machine:
git clone [https://github.com/Yamo406/ZenBlue.git](https://github.com/Yamo406/ZenBlue.git)
-
Move the ZenBlue.zsh-theme file into your Oh My Zsh themes directory (usually ~/.oh-my-zsh/themes/):
cp ZenBlue/zsh/ZenBlue.zsh-theme ~/.oh-my-zsh/themes/
(Note: Adjust the source path if your zsh theme file is located in a different directory within the repo).
-
Open your .zshrc file:
nano ~/.zshrc -
Set the theme variable:
ZSH_THEME="ZenBlue" -
Reload your terminal configuration:
source ~/.zshrc
ZenBlue relies on a strict palette of deep navies (#000520), glowing cyans (#2EC0FF), and pale yellows (#EDF9B1).
For a detailed breakdown of all hex codes used, please refer to the specific configuration files within the editors/vscode and zsh directories.
Configure it to your liking! 💙






