https://github.com/vitallium/tokyonight-fish
TokyoNight colors for fish shell
https://github.com/vitallium/tokyonight-fish
fish fish-shell fish-theme theme
Last synced: 5 months ago
JSON representation
TokyoNight colors for fish shell
- Host: GitHub
- URL: https://github.com/vitallium/tokyonight-fish
- Owner: vitallium
- License: apache-2.0
- Created: 2022-10-27T19:13:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T16:33:51.000Z (over 1 year ago)
- Last Synced: 2025-01-31T17:36:14.401Z (over 1 year ago)
- Topics: fish, fish-shell, fish-theme, theme
- Homepage:
- Size: 502 KB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TokyoNight colors for [fish shell](https://fishshell.com/)
This repo contains TokyoNight themes for convenient installation with [`fisher`](https://github.com/jorgebucaran/fisher):
## Installation
Install themes with `fisher`:
```sh
fisher install vitallium/tokyonight-fish
```
Choose the theme:
```sh
fish_config theme save "TokyoNight Night"
# or
fish_config theme save "TokyoNight Storm"
# or
fish_config theme save "TokyoNight Moon"
# or
fish_config theme save "TokyoNight Day"
```
## Previews
TokyoNight Night

TokyoNight Storm

TokyoNight Moon

TokyoNight Day

## Credits
All colors were taken from [the original repo](https://github.com/folke/tokyonight.nvim/blob/main/extras/fish/).