daltonmenezes / aura-theme

✨ A beautiful dark theme for your favorite apps.
MIT License
3.29k stars 154 forks source link

Theme for NeoVim #28

Closed marilira closed 2 years ago

marilira commented 3 years ago

I use the theme on vscode and would also to use on my Neovim :)

daltonmenezes commented 3 years ago

Hi @marilira , can you provide me some infos?

  1. Neovim uses the same vim colorschemes?
  2. There Is no difference about neovim and vim themes?
  3. What steps I need to apply a theme on neovim?
marilira commented 3 years ago

I haven't been using Neovim / vim long enough, but what do I know:

  1. At the moment I am using dracula for vim and works properly on Neovim.
  2. I see other colorschemes for Neovim written in Lua like this one
  3. I use vim-plug to manage the plugins, so in my config file (on Windows it's: ~\AppData\Local\nvim\init.vim) it looks like this:
call plug#begin('~\AppData\Local\nvim-data\plugged')

    Plug 'dracula/vim', {'as': 'dracula'}

call plug#end()

colo dracula "set the theme

I hope I have helped in something.

ashishbinu commented 3 years ago

Hey, I can give it a shot. I will try doing both vim and neovim themes. As, most of the stuff would be same.

daltonmenezes commented 3 years ago

Hi @ashishbinu , it would be great for sure. Thanks, just remember, one PR per port, let me know if you need some help and use vscode port as the base to put the colors in a right way. 💜

ashishbinu commented 3 years ago

Hi @ashishbinu , it would be great for sure. Thanks, just remember, one PR per port, let me know if you need some help and use vscode port as the base to put the colors in a right way. :purple_heart:

Yeah sure, I will keep in mind.

daltonmenezes commented 3 years ago

@ashishbinu thanks, just one more thing, don't forget to read the documents and comment the #56 issue requesting to work on this port, so I can assign you to that issue. 💜

kavinvalli commented 2 years ago

Hi, can someone please tell the status of this port @ashishbinu

ashishbinu commented 2 years ago

Sorry, @daltonmenezes I am currently busy with some issues in the real life. I was not able to devote time for this. I would be more busy coming months too. I am unassigning myself from this issue, hope someone else could finish this port.

JLighter commented 2 years ago

I created a repository related to this port. I started from gruvbox neovim's theme which uses lush as theme framework. Feel free to contribute by opening a PR, it'll be awesome !