color settings for different environments in vimrc?

13 kali dilihat
Langsung ke pesan pertama yang belum dibaca

meine

belum dibaca,
27 Jan 2021, 16.01.1927/01/21
kepadavim...@googlegroups.com
Hi,

Working on my computer I sometimes use plain TTY and other times a GUI.
I would like to set different colorschemes for that in my vimrc.

At this moment I have following code, but it doesn't work at all -- vim
only uses the nighted_16.

if has('gui_running')
set t_Co=256
colorscheme molokai_dark
set guifont=Monospace\ 10
set columns=85 lines=30
if has('x11')
set t_Co=256
colorscheme nighted_16
set guifont=Monospace\ 10
else
set t_Co=16
colorscheme nighted_16
endif


Any suggestions on how to improve it?

TIA,

//meine

Gary Johnson

belum dibaca,
27 Jan 2021, 17.13.5927/01/21
kepadavim...@googlegroups.com
The code snippet above is missing something to end the first if,
either an endif, else/endif or elseif. You probably want to change
the second if to an elseif.

Regards,
Gary

meine

belum dibaca,
28 Jan 2021, 02.55.3828/01/21
kepadavim...@googlegroups.com
Many thanks! It now works as intended.

Kind Regards

//meine
Balas ke semua
Balas ke penulis
Teruskan
0 pesan baru