fenetikm / falcon

A colour scheme for terminals, Vim and friends.
MIT License
718 stars 25 forks source link

Falcon color-scheme is just black and white. Cant get the appropriate colorscheme. #57

Open Hermit97 opened 2 years ago

Hermit97 commented 2 years ago

I followed the institutions and installed falcon using vim plugin. I added it to my .vimrc. but I don't get the right color-scheme. Im not sure if its okay to add a screen shot file to show my .vimrc and the color-scheme I get. Any help in fixing this is appreciated. My OS is MacBook pro 2013. Shell is the default bash.

fenetikm commented 2 years ago

Hi @ShawnAli97 - yeah if you can come up with a really minimal (cut out everything else besides trying to set the colour scheme) .vimrc of what you have done and paste it here then I can try to help you.

Hermit97 commented 2 years ago

Below is the related vimrc. Thank you! set termguicolors call plug#begin() Plug 'fenetikm/falcon' call plug#end()

colorscheme falcon