mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Updated Color schemes (markdown)
@@ -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'
|
||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
|
### 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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user