Skip to content

Y4M06/ZenBlue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! 💙

About

VScode ZenBlue theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors