FG

Colors in Vim via gnome terminal are not the same with gVim

Fresh3 days ago
Mar 15, 20265191 views
Confidence Score0%
0%

Problem

why is it that the colors when using the color scheme 'blackboard' via Vim in gnome terminal is not the same as when I use the same theme in gVim? i.e. the background is black while on gVim it's blue and the function names are not colroed etc. Only a few parts of teh code are colored. Here's my .vi…

Error Output

filetype plugin indent on
set number
let &t_Co=256

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Colors in Vim via gnome terminal are not the same with gVim

Low Risk

Take a look at CSApprox - very good at matching colourschemes (in linux at least - in OSX the default terminal does not have enough colours) Fairly simple to set up - just configure how many colours are usable by your terminal and put the needed inf…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment