-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I use Alacritty terminal and when I start lazygit normally everything displays fine, but when I'm inside neovim and use toggleterm or native nvim terminal, some of the text blends in with the background. However, when I do the same thing and call lazygit from neovim, but in another terminal (in this case - Warp), everythings displays just fine. Also, when "invisible" text is hovered, it turns bold and becomes white.
Here is my lazygit config.yml:
gui:
theme:
activeBorderColor:
- blue
- bold
inactiveBorderColor:
- '#576270'
optionsTextColor:
- blue
selectedLineBgColor:
- '#2B323D'
selectedRangeBgColor:
- '#2B323D'
cherryPickedCommitBgColor:
- cyan
cherryPickedCommitFgColor:
- blue
unstagedChangesColor:
- red
showFileTree: true
showListFooter: false
showRandomTip: false
showBottomLine: false
showCommandLog: true
showIcons: true
disableStartupPopups: true
notARepository: 'skip'
keybinding:
universal:
return: 'q'
os:
editCommand: 'nvim'Versions:
MacOS: Monterey 12.4
Alacritty: 0.10.1
Neovim: 0.7.2
Lazygit: 0.35
Is there a way to fix this via configuration? I did not find any of highlight groups that might affect that behaviour.
Note: I tried using both true and false as gui.theme.lightTheme.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

