feat(extras): add fish theme format (#306)

* feat(extras): move fish colors from script to theme format

* move fish themes to fish_themes
This commit is contained in:
typicode
2023-02-09 20:30:07 +01:00
committed by GitHub
parent 6705d069d9
commit 3685c241a2
6 changed files with 148 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ function M.setup()
local extras = {
kitty = "conf",
fish = "fish",
fish_themes = "theme",
alacritty = "yml",
wezterm = "toml",
tmux = "tmux",