Vim in Windows Command Prompt only has 16 colors to work with

25 views
Skip to first unread message

DwigtArmyOfChampions

unread,
May 24, 2024, 4:19:05 PMMay 24
to vim_use
If I launch vim from the Windows 10 cmd line and then run the command "echo &t_Co" it only returns 16. Is there any way to get at least 256 colors to display in a regular cmd window, if not full color?

Maxim Kim

unread,
Jun 1, 2024, 8:06:37 AMJun 1
to vim_use
I had for a long time

if has("win32") && !has("gui_running")
    set t_Co=256
endif

in my configuration to make it 256 colors aware.
Reply all
Reply to author
Forward
0 new messages