Skip to content

Commit

Permalink
feat: added in fzf nightfly theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bluz71 committed Sep 24, 2024
1 parent 19912f0 commit f3d5a1a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ A collection of _nightfly_-flavoured extras for various terminals and tools:
|------------------------------------------------------------|----------------------------------------------------------------
| [Alacritty](https://github.com/alacritty/alacritty) | [extras/alacritty](extras/nightfly-alacritty.toml)
| [fish](https://fishshell.com) | [extras/fish](extras/nightfly.fish)
| [fzf](https://junegunn.github.io/fzf) | [extras/fzf](extras/nightfly-fzf.sh)
| [iTerm2](https://iterm2.com) | [extras/iterm2](extras/nightfly.itermcolors)
| [kitty](https://sw.kovidgoyal.net/kitty) | [extras/kitty](extras/nightfly-kitty.conf)
| [tmux](https://github.com/tmux/tmux) | [extras/tmux](extras/nightfly.tmux)
Expand Down
13 changes: 13 additions & 0 deletions extras/nightfly-fzf.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \
--color bg+:#0e293f \
--color fg+:#d6deeb \
--color hl:#f78c6c \
--color hl+:#f78c6c \
--color border:#2f3346 \
--color info:#ecc48d \
--color header:#82aaff \
--color spinner:#21c7a8 \
--color prompt:#87afff \
--color pointer:#ff5874 \
--color marker:#f78c6c
"

0 comments on commit f3d5a1a

Please sign in to comment.