We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FZF seems to be handling this :
https://github.com/junegunn/fzf
--color 'fg:#bbccdd,fg+:#ddeeff,bg:#334455,preview-bg:#223344,border:#778899'
Currently, icdiff only accepts a small subset of all possible colors.
It could also be done with ANSI codes but I would find it even cooler to simply use RGB which is easier to parse for a human.
The text was updated successfully, but these errors were encountered:
The code for the handling of ansi codes in FZF (in golang) is here :
https://github.com/junegunn/fzf/blob/261d3d3340a9afa9925ec693a47ebe632d6870cb/src/ansi.go
Maybe one could start from this instead which is in Python :
https://github.com/cbouy/asciipainter/blob/master/asciipainter.py#L33
Sorry, something went wrong.
No branches or pull requests
FZF seems to be handling this :
https://github.com/junegunn/fzf
Currently, icdiff only accepts a small subset of all possible colors.
It could also be done with ANSI codes but I would find it even cooler to simply use RGB which is easier to parse for a human.
The text was updated successfully, but these errors were encountered: