seebi / dircolors-solarized

This is a repository of themes for GNU ls (configured via GNU dircolors) that support Ethan Schoonover’s Solarized color scheme.
http://ethanschoonover.com/solarized
MIT License
2.83k stars 453 forks source link

wrong ls color when using iterm2 ssh into linux(xubuntu) box #65

Closed albertnetymk closed 8 years ago

albertnetymk commented 8 years ago

Setup

  1. Prepare iterm2 palette as instructed by https://github.com/altercation/solarized/tree/master/iterm2-colors-solarized
  2. Download .dircolors from https://github.com/seebi/dircolors-solarized/blob/master/dircolors.256dark

    How to reproduce

  3. Open iterm2 on mac.
  4. ssh
  5. Apply dircolors, and invoke ls to see the output. wrong

    Other info

    • After launching tmux, the color becomes correct: right
    • Using uxterm (configured using https://github.com/solarized/xresources) on the server directly (without ssh) gives me the correct color both outside and inside tmux.

      ENV

Server (linux) OS: Ubuntu 14.03 Mac: 10.9.5 iterm2: 2.1.4 Shell: zsh

seebi commented 8 years ago

hi @albertnetymk, is this issue still relevant? I can't reproduce it ...

seebi commented 8 years ago

pls reopen if you still have a problem

albertnetymk commented 8 years ago

It turns out to be an issue in mosh. I recalled that I could reproduce the bug even in ssh, but I guess I was wrong. Sorry for the noise. Thank you very much for the work.