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.

| 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 |
fisher install hwisu/kanagawa-fish
omf install https://github.com/hwisu/kanagawa-fish
# 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/
# 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
| Element |
Color |
Hex |
| Normal text |
 |
#DCD7BA |
| Commands |
 |
#7FB4CA |
| Keywords |
 |
#957FB8 |
| Strings |
 |
#98BB6C |
| Parameters |
 |
#FFA066 |
| Comments |
 |
#727169 |
| Errors |
 |
#C34043 |
| Element |
Color |
Hex |
| Normal text |
 |
#545464 |
| Commands |
 |
#4D699B |
| Keywords |
 |
#624C83 |
| Strings |
 |
#6F894E |
| Parameters |
 |
#5D57A3 |
| Comments |
 |
#8A8980 |
| Errors |
 |
#E82424 |
MIT