Code Monkey home page Code Monkey logo

Comments (6)

Susensio avatar Susensio commented on August 14, 2024

I'm having the same problem, as mentioned in #3362

from lazygit.

karamanliev avatar karamanliev commented on August 14, 2024

Just for the record I have COLORTERM=truecolor setup inside tmux.

from lazygit.

jessevdp avatar jessevdp commented on August 14, 2024

I think I have the exact same problem...

A weird-ish yellow background for both additions and deletions when inside Tmux > lazygit. The regular git-delta diff colors work when lazygit runs outside of Tmux. Or when just using git diff (using delta) inside of Tmux.

Somehow that 3rd layer (Tmux > lazygit > delta) messes up the background colors from my theme.

from lazygit.

karamanliev avatar karamanliev commented on August 14, 2024

I don't know why I didn't think of this until now, but the solution I've found is to alias lazygit to use screen-256color env in my .zshrc / .bashrc:

alias lazygit='env TERM=screen-256color lazygit'
alias lg='lazygit'

from lazygit.

jessevdp avatar jessevdp commented on August 14, 2024

Thanks for the workaround 😁

I guess that also sheds some more light on the underlying issue.

Inside of Tmux $TERM is usually set to tmux-256color.

Delta works fine when run standalone inside of Tmux. At least when also setting a :Tc "terminal override in Tmux like so:

set-option -ga terminal-overrides ",*-256color:Tc"

What could be going on inside of lazygit here that messes with this?

from lazygit.

Susensio avatar Susensio commented on August 14, 2024

I don't know why I didn't think of this until now, but the solution I've found is to alias lazygit to use screen-256color env in my .zshrc / .bashrc:

alias lazygit='env TERM=screen-256color lazygit'
alias lg='lazygit'

I don't know if lazygit uses italics but screen-256color does not support italics

from lazygit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.