Skip to content

Latest commit

 

History

History
91 lines (63 loc) · 2.78 KB

File metadata and controls

91 lines (63 loc) · 2.78 KB

Kanagawa for Fish

A dark and light theme for Fish shell inspired by the famous painting "The Great Wave off Kanagawa" by Katsushika Hokusai.

This theme is a port of the kanagawa.nvim colorscheme for Neovim.

Preview

Kanagawa Wave (Dark)

Theme Variants

Theme Description File
Wave (Dark) Dark theme with deep blue ocean tones kanagawa.theme
Lotus (Light) Light theme with warm, paper-like tones kanagawa-light.theme

Installation

Fisher (Recommended)

fisher install hwisu/kanagawa-fish

Oh My Fish

omf install https://github.com/hwisu/kanagawa-fish

Manual Installation

# Clone the repository
git clone https://github.com/hwisu/kanagawa-fish.git

# Copy themes to Fish config
cp kanagawa-fish/themes/*.theme ~/.config/fish/themes/

Usage

# List available themes
fish_config theme list

# Apply dark theme (Wave)
fish_config theme choose kanagawa

# Apply light theme (Lotus)
fish_config theme choose kanagawa-light

# Save theme permanently
fish_config theme save

Color Palette

Wave (Dark)

Element Color Hex
Normal text #DCD7BA #DCD7BA
Commands #7FB4CA #7FB4CA
Keywords #957FB8 #957FB8
Strings #98BB6C #98BB6C
Parameters #FFA066 #FFA066
Comments #727169 #727169
Errors #C34043 #C34043

Lotus (Light)

Element Color Hex
Normal text #545464 #545464
Commands #4D699B #4D699B
Keywords #624C83 #624C83
Strings #6F894E #6F894E
Parameters #5D57A3 #5D57A3
Comments #8A8980 #8A8980
Errors #E82424 #E82424

Credits

License

MIT