Replies: 1 comment 1 reply
-
# set 'bg' and 'gutter' color alike
fzf --color gutter:green,bg:green
--color=[BASE_SCHEME][,COLOR_NAME[:ANSI_COLOR][:ANSI_ATTRIBUTES]]...
Color configuration. The name of the base color scheme is followed by custom color mappings.
BASE SCHEME:
(default: dark on 256-color terminal, otherwise 16)
dark Color scheme for dark 256-color terminal
light Color scheme for light 256-color terminal
16 Color scheme for 16-color terminal
bw No colors (equivalent to --no-color)
COLOR NAMES:
fg Text
preview-fg Preview window text
bg Background
preview-bg Preview window background
hl Highlighted substrings
fg+ Text (current line)
bg+ Background (current line)
gutter Gutter on the left
hl+ Highlighted substrings (current line)
... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I disable this side grey line on the left? Or change it's color?

Beta Was this translation helpful? Give feedback.
All reactions