Tehnix / spaceneovim

Spacemacs for Neovim—link to layers 👉
https://github.com/Tehnix/spaceneovim-layers
MIT License
110 stars 4 forks source link

Question: Setting themes and fonts #8

Closed slipsnip closed 4 years ago

slipsnip commented 4 years ago

The Readme gives some examples of setting a theme under the heading "Customization" along with the command syntax but where can I find the list of theme names and airline themes to choose from. Also regarding setting a font, being that I run nvim from terminal do I simply change the font my terminal emulator is using or is spaceneovim sourcing other fonts.

This is not an issue but I was unsure where to post my question and seen that there was another question posted here.

Tehnix commented 4 years ago

Hey!

The Readme gives some examples of setting a theme under the heading "Customization" along with the command syntax but where can I find the list of theme names and airline themes to choose from.

You'll be able to find a list of VIM themes here https://vimcolors.com. You'll then need to find the repository it is in (you can click on them), and add it to your config to pull via

function! Layers()
  " ...
  ExtraPlugin 'liuchengxu/space-vim-dark'
endfunction

For AirLine themes, I think https://github.com/vim-airline/vim-airline-themes is the go to for that :)

Also regarding setting a font, being that I run nvim from terminal do I simply change the font my terminal emulator is using or is spaceneovim sourcing other fonts.

Fonts will be controlled by the terminal, so you'll need to configure your terminal with your favorite font. If you are using a GUI you can set it for that specifically though in your UserConfig block (where most of your VIM configurations will go).

slipsnip commented 4 years ago

Thank you Tehnix you have been extremely helpful and this answers all of my questions perfectly. I much appreciate your time and the awesome job you have done on spaceneovim. I have experimented with other vim distributions and am finding this one to suit my use case the best. Thanks

Tehnix commented 4 years ago

@slipsnip happy to hear it worked for you! :) I'll close this issue to clean up the issues list.