Skip to content

Latest commit

History

History
88 lines (58 loc) 路 2.68 KB

File metadata and controls

88 lines (58 loc) 路 2.68 KB

ZenBlue

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.


馃摳 Previews

Visual Studio Code

A fully themed workbench with true semantic highlighting for modern languages.

TypeScript Preview Go Preview HTML Preview Python Preview

NeoVIM

A fully themed workbench with true semantic highlighting for modern languages in NeoVIM.

Go Preview C Preview

Zsh

A clean, minimal prompt tailored to match your editor's palette.

ZSH Theme Preview


馃殌 Installation

1. Visual Studio Code

Option A: Install via VS Code

  1. Open the Extensions sidebar (Ctrl+Shift+X or Cmd+Shift+X).
  2. Search for ZenBlue.
  3. Click Install.
  4. Navigate to File > Preferences > Theme > Color Theme and select ZenBlue.

Option B: Install via Marketplace Install directly from the VS Code Marketplace.

2. Zsh (Oh My Zsh)

  1. Clone the repository to your local machine:

    git clone [https://github.com/Yamo406/ZenBlue.git](https://github.com/Yamo406/ZenBlue.git)
    
  2. 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).

  1. Open your .zshrc file:

    nano ~/.zshrc
    
  2. Set the theme variable:

    ZSH_THEME="ZenBlue"
  3. Reload your terminal configuration:

    source ~/.zshrc

馃帹 Color Palette

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! 馃挋