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

Updated Color schemes (markdown)

xieyonn
2025-09-21 19:49:02 +08:00
parent 0e9c7e8ef5
commit f3eeffcbfd

@@ -301,3 +301,37 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
--color=marker:#353535,spinner:#353535,header:#353535' --color=marker:#353535,spinner:#353535,header:#353535'
``` ```
![image](https://user-images.githubusercontent.com/40050527/235365609-356e2a4d-7016-43b0-a8ca-9c25088e5027.png) ![image](https://user-images.githubusercontent.com/40050527/235365609-356e2a4d-7016-43b0-a8ca-9c25088e5027.png)
### Tomorrow-Night
```sh
_FZF_COLOR=(
fg:#c5c8c6:regular
fg+:#c5c8c6:regular
bg:#1d1f21
bg+:#373b41
selected-fg:#f0c674:regular
hl:#b294bb
hl+:#b294bb
info:#969896
marker:#f0c674
prompt:#b5bd68
spinner:#8abeb7
pointer:#81a2be
header:#81a2be
footer:#a3685a
gutter:#1d1f21
border:#373b41
scrollbar:#969896
preview-scrollbar:#969896
preview-label:#81a2be
label:#de935f
query:#c5c8c6:regular
preview-border:#373b41
preview-scrollbar:#969896
separator:#373b41
)
export FZF_DEFAULT_OPTS="${FZF_DEFAULT_OPTS} --color=\"${_FZF_COLOR[*]}\""
```
<img width="954" height="197" alt="image" src="https://github.com/user-attachments/assets/6c6d169c-83ec-40fe-a258-30c5fcfcd028" />