I’m using base16 shell to manage terminal colors: https://github.com/chriskempson/base16-shell
The colors look fine in desktop renders, but is messed up in notebook/labs. I’m guessing it has something to do with the terminal themes background color, but I can’t find where to configure the specific color code.
Can anyone point me to the configuration or documentation or source code location to where black is configured for the background color?
To replicate the bad color colors:
# 1) Starts jupyter lab on port 8888
docker run -it --rm -p 8888:8888 -e SHELL=tmux drvim/drvim-jupyter drvim/drvim-jupyter
# 2) change go into browser and change terminal theme to dark
# 3) run ./colortest
~/.config/base16-shell/colortest
To replicate the good test in local docker:
# 1) Use same image but start `tmux` instead of `jupyter lab`
docker run -it --rm -p 8888:8888 -e SHELL=tmux drvim/drvim-jupyter drvim/drvim-jupyter tmux
# 2) run ./colortest
~/.config/base16-shell/colortest
# 3) change back to base16_ocean
base16_ocean