Mercurial > dotfiles
comparison dot_config/nvim/init.vim @ 344:606a805e5820
Remove darwin specific colorscheme
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 31 Jan 2021 19:06:49 +0100 |
parents | 111a00459ad9 |
children | 3d01318e4743 |
comparison
equal
deleted
inserted
replaced
343:01f52891b497 | 344:606a805e5820 |
---|---|
61 let g:one_allow_italics=1 | 61 let g:one_allow_italics=1 |
62 let g:nvcode_termcolors=256 | 62 let g:nvcode_termcolors=256 |
63 colorscheme one | 63 colorscheme one |
64 set background=dark | 64 set background=dark |
65 | 65 |
66 if s:darwin | 66 if s:windows |
67 set background=dark | |
68 colorscheme tomorrow-night | |
69 set guifont=inconsolata:h13 | |
70 elseif s:windows | |
71 set background=light | 67 set background=light |
72 colorscheme PaperColor | 68 colorscheme PaperColor |
73 set guifont=consolas:h10 | 69 set guifont=consolas:h10 |
74 endif | 70 endif |
75 | 71 |