chore(build): auto-generate extras

This commit is contained in:
github-actions[bot]
2024-01-20 11:16:41 +00:00
parent 75c60d5694
commit dd8c010554
5 changed files with 21 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ TokyoNight](https://github.com/enkia/tokyo-night-vscode-theme) theme. Includes
- [Fish](https://fishshell.com/docs/current/index.html) ([fish](extras/fish))
- [Fish Themes](https://fishshell.com/docs/current/interactive.html#syntax-highlighting) ([fish_themes](extras/fish_themes))
- [Foot](https://codeberg.org/dnkl/foot) ([foot](extras/foot))
- [Fzf](https://github.com/junegunn/fzf) ([fzf](extras/fzf))
- [GitUI](https://github.com/extrawurst/gitui) ([gitui](extras/gitui))
- [Helix](https://helix-editor.com/) ([helix](extras/helix))
- [iTerm](https://iterm2.com/) ([iterm](extras/iterm))

View File

@@ -0,0 +1,5 @@
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \
--color=fg:#3760bf,bg:#e1e2e7,hl:#b15c00 \
--color=fg+:#3760bf,bg+:#c4c8da,hl+:#b15c00 \
--color=info:#2e7de9,prompt:#007197,pointer:#007197 \
--color=marker:#587539,spinner:#587539,header:#587539"

View File

@@ -0,0 +1,5 @@
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \
--color=fg:#c8d3f5,bg:#222436,hl:#ff966c \
--color=fg+:#c8d3f5,bg+:#2f334d,hl+:#ff966c \
--color=info:#82aaff,prompt:#86e1fc,pointer:#86e1fc \
--color=marker:#c3e88d,spinner:#c3e88d,header:#c3e88d"

View File

@@ -0,0 +1,5 @@
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \
--color=fg:#c0caf5,bg:#1a1b26,hl:#ff9e64 \
--color=fg+:#c0caf5,bg+:#292e42,hl+:#ff9e64 \
--color=info:#7aa2f7,prompt:#7dcfff,pointer:#7dcfff \
--color=marker:#9ece6a,spinner:#9ece6a,header:#9ece6a"

View File

@@ -0,0 +1,5 @@
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \
--color=fg:#c0caf5,bg:#24283b,hl:#ff9e64 \
--color=fg+:#c0caf5,bg+:#292e42,hl+:#ff9e64 \
--color=info:#7aa2f7,prompt:#7dcfff,pointer:#7dcfff \
--color=marker:#9ece6a,spinner:#9ece6a,header:#9ece6a"