mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 17:13:42 -05:00
Updated Color schemes (markdown)
@@ -19,19 +19,6 @@ export FZF_DEFAULT_OPTS='
|
|||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
||||||
### 24-bit colors
|
|
||||||
|
|
||||||
The latest version of fzf supports 24-bit colors.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
# Solarized colors
|
|
||||||
export FZF_DEFAULT_OPTS='
|
|
||||||
--color=bg+:#073642,bg:#002b36,spinner:#719e07,hl:#586e75
|
|
||||||
--color=fg:#839496,header:#586e75,info:#cb4b16,pointer:#719e07
|
|
||||||
--color=marker:#719e07,fg+:#839496,prompt:#719e07,hl+:#719e07
|
|
||||||
'
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Base scheme
|
#### Base scheme
|
||||||
|
|
||||||
(default: dark on 256-color terminal, otherwise 16)
|
(default: dark on 256-color terminal, otherwise 16)
|
||||||
@@ -55,8 +42,20 @@ export FZF_DEFAULT_OPTS='
|
|||||||
- `spinner` Streaming input indicator
|
- `spinner` Streaming input indicator
|
||||||
- `header` Header
|
- `header` Header
|
||||||
|
|
||||||
|
#### 24-bit colors
|
||||||
|
|
||||||
## Color schemes
|
The latest version of fzf supports 24-bit colors.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# Solarized colors
|
||||||
|
export FZF_DEFAULT_OPTS='
|
||||||
|
--color=bg+:#073642,bg:#002b36,spinner:#719e07,hl:#586e75
|
||||||
|
--color=fg:#839496,header:#586e75,info:#cb4b16,pointer:#719e07
|
||||||
|
--color=marker:#719e07,fg+:#839496,prompt:#719e07,hl+:#719e07
|
||||||
|
'
|
||||||
|
```
|
||||||
|
|
||||||
|
## Color schemes (256-colors)
|
||||||
|
|
||||||
### Red
|
### Red
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user