ahmadawais / shades-of-purple-vscode

🦄 Shades of Purple offers a hand-picked selection of bold and vibrant shades of purple that will transform your code into a visually stunning masterpiece. With its carefully crafted color palette, this theme brings a sense of style, elegance, and whimsy to your favorite code editor, making your coding sessions a delightful journey of creativity.
https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple
Other
719 stars 64 forks source link

Theme for VIM #39

Open jrock2004 opened 5 years ago

jrock2004 commented 5 years ago

Would love to see this converted for vim

ahmadawais commented 5 years ago

I'd love to do that. @jrock2004 if you'd like to help me with that let me know. I can provide you review/git repo and theme sytax colors.

jrock2004 commented 5 years ago

I have never created one but looking at an example it seems like it’s not too hard. But yeah, color list can help

https://github.com/dracula/vim/blob/b7e11c087fe2a9e3023cdccf17985704e27b125d/colors/dracula.vim

Rigellute commented 5 years ago

I've created a vim theme based on shades-of-purple https://github.com/Rigellute/shades-of-purple.vim

Thanks for creating this great colour scheme!

unrealjo commented 2 years ago

I was looking for a shades of purple colorscheme for neovim , I saw the theme made by Rigellute , It was great but it doesn't fit with some features of neovim and also I was looking for something written in lua . ,so I end up creating a neovim theme base on shades of purple called neovim-purple https://github.com/yeddaif/neovim-purple , written in lua with support of built-in lsp and tree-sitter and more plugins . It was a super amazing time creating my first ever neovim plugin :)