-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
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
list suggested terminal themes #103
Comments
Agreed, thanks for reporting this. Delta doesn't (yet) have its own concept of colour theme for the structural elements surrounding the diff (it does allow syntax highlighting themes to be chosen which apply to the code in the diff itself). The blue you point out is hard-coded, so the simplest fix might be to introduce a command-line option allowing that colour to be specified. |
I'm working on a branch that will allow all colors to be specified as either RGB, or as an ANSI terminal code, using command line options. By the way, that blue color is not specified as RGB by Delta: it's ANSI terminal color code 34 ("blue foreground"). I.e. the actual displayed colour is controlled by your terminal emulator, so there's a quick fix if you're happy with altering that blue everywhere. In my terminal (iTerm2), I can change it like this: |
I've merged a branch which allows all colors to be configured using command line options. The new options are described in the
along with a section describing how to specify colors:
|
On my iterm dark theme and the blue colour is a bit hard to see. Would be great if you could recommend some colour theme.

The text was updated successfully, but these errors were encountered: