m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

Added fzf equivalent to the termschool vim theme.

Marco Paganini
2021-05-08 17:48:24 -07:00
parent f56349e6cd
commit 2ddf2cdd28

@@ -256,3 +256,14 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=marker:#f0d50c,spinner:#cf73e6,header:#91aadf' --color=marker:#f0d50c,spinner:#cf73e6,header:#91aadf'
``` ```
![](https://user-images.githubusercontent.com/40050527/112976973-b7798280-917f-11eb-832a-92714e156365.png) ![](https://user-images.githubusercontent.com/40050527/112976973-b7798280-917f-11eb-832a-92714e156365.png)
### [TermSchool](https://github.com/marcopaganini/termschool-vim-theme)
Note: Truecolor theme.
```sh
export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color="fg:#f0f0f0,bg:#252c31,bg+:#005f5f,hl:#87d75f,gutter:#252c31"
--color="query:#ffffff,prompt:#f0f0f0,pointer:#dfaf00,marker:#00d7d7"
'
![](https://i.imgur.com/a/CRoK2ed.png)