-
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
Green highlight is too bright for comments #71
Comments
Hi @YaLTeR, the choice of theme determines the foreground color of the text for syntax highlighting, but it does not determine the background color. To select the background color, delta provides options It sounds like you want to experiment with the value of I don't have a terminal emulator with base16-ocean theme installed, but the dark mode defaults used by delta were chosen for a black terminal background. Is the answer here to choose your own custom colors for base16-ocean? |
Oh I'm sorry, yes you're absolutely right. The default Honestly, I have struggled with finding good defaults for delta on a dark background. I think it looks great on a light background with the defaults (e.g. white, or I sometimes use the iTerm2 "material" theme which is a sort of very light pearl gray background). But I'd always felt that we can find better defaults for dark. |
On a related note, |
The inserted word is basically invisible:


On regular code it's fine but could still be less bright:
Themes I tried: default, OneHalfDark. Terminal: alacritty. Alacritty theme: base16-ocean.
The text was updated successfully, but these errors were encountered: