Theme for NeoVim #125
Replies: 12 comments 2 replies
-
Hi @marilira , can you provide me some infos?
|
Beta Was this translation helpful? Give feedback.
-
I haven't been using Neovim / vim long enough, but what do I know:
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. |
Beta Was this translation helpful? Give feedback.
-
Hey, I can give it a shot. I will try doing both vim and neovim themes. As, most of the stuff would be same. |
Beta Was this translation helpful? Give feedback.
-
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. 💜 |
Beta Was this translation helpful? Give feedback.
-
Yeah sure, I will keep in mind. |
Beta Was this translation helpful? Give feedback.
-
@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. 💜 |
Beta Was this translation helpful? Give feedback.
-
Hi, can someone please tell the status of this port @ashishbinu |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
I created a repository related to this port. |
Beta Was this translation helpful? Give feedback.
-
I started creating a port for this theme. I didn't use any specific framework, everything was based on tokyonight and neon themes. It's still not 100% compatible with Aura colors, I accept help or issues pointing out where I should change the colors. Installation method only available for packer.nvim, please open discussions about other plugin managers. https://github.com/baliestri/aura-theme/tree/feat/neovim-port/packages/neovim |
Beta Was this translation helpful? Give feedback.
-
@daltonmenezes, I'm working on this now, can you give all the accent colors, not through function, there is no color library in Lua. |
Beta Was this translation helpful? Give feedback.
-
Hi guys, It was done. https://github.com/helbing/aura.nvim |
Beta Was this translation helpful? Give feedback.
-
I use the theme on vscode and would also to use on my Neovim :)
Beta Was this translation helpful? Give feedback.
All reactions