romgrk / doom-one.vim

A dark colorschme for vim, ported from doom-emacs' doom-one theme.
104 stars 19 forks source link

Manual Installation? #18

Open starget24 opened 2 years ago

starget24 commented 2 years ago

So i tried to install it manually, copied autoload/color.vim code to ~/.vim/autoload/color.vim and colors/doom-one.vim code to ~/.vim/colors/doom-one.vim, and when i set the colorscheme to my .vimrc it went black and white like #1, but since i am using vim 8.2 the workarounds from there didn't work . Here is my .vimrc config

1 syntax on                                                                       
2
3 filetype on
4
5 colorscheme doom-one
6
7 set encoding=utf8
8
9 let g:airline_powerline_fonts = 1
10
11 let g:airline_theme='deus'
12
13 let g:airline#extensions#tabline#enabled = 1
14
15 let g:airline#extensions#tabline#left_sep = ' '
16
17 let g:airline#extensions#tabline#left_alt_sep = '|'
18
19 let g:airline#extensions#tabline#formatter = 'default'
20
21 set number

I installed onedark in the meantime in the same way and syntasis work great but the bg was set to a weird brownish color instead of the bluish that is supposed to, i don't know if this had anything to do with doom-one not working but maybe its worth it pointing it out.