From 425997fdad34712a9c1ba99f6a74acdec9fd382d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20B=C3=B6hrnsen?= Date: Sat, 11 May 2019 20:44:14 +0000 Subject: [PATCH 1/2] remove 256 colors in vim config --- vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vimrc b/vimrc index 455012b..3a83c7a 100644 --- a/vimrc +++ b/vimrc @@ -29,7 +29,6 @@ source ~/.vim-plugs " color scheme set background=light " tell vim we use a light background - set t_Co=256 " enable 256 color mode let g:solarized_termcolors=256 " fix solarized colors in xterm try From ccaf39866585c318bb7e770a842187dd62feb00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20B=C3=B6hrnsen?= Date: Sat, 11 May 2019 20:45:28 +0000 Subject: [PATCH 2/2] try without setting env --- .gitpod.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 26b707c..8612015 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \ USER gitpod # Apply user-specific settings -ENV TERM="xterm-256color" +#ENV TERM="xterm-256color" # Give back control USER root