atelierbram / Base2Tone-nvim

Collection of duotone colorschemes for Neovim written in lua.
26 stars 2 forks source link

How to installation, usage instructions? #1

Closed aasutossh closed 2 years ago

atelierbram commented 2 years ago

@aasutossh I will update the readme very soon. But you install these colorschemes just like you would any other plugin.

Activate in one of your lua config files like:

vim.cmd("colorscheme base2tone_evening_dark")

or in command mode: colo base2tone_evening_dark or any of the other variations …

aasutossh commented 2 years ago

i was able to install it. do we plan to support neeovim features such as treesitter?

atelierbram commented 2 years ago

It already supports Treesitter, it is written in Lua and specially adapted with Treesitter. It supports quite a few of the popular plugins like Telescope, Nvim-Tree, IndentBlankline, GitSigns.

aasutossh commented 2 years ago

That's so good to hear.

aasutossh commented 2 years ago

I really like https://github.com/rakr/vim-two-firewatch theme. And wanted some latest neovim features and plugins support with it. Do you have a guide to port themes to add supports for such?

atelierbram commented 2 years ago

No easy porting AFAIK, but what I use is this colorgen-nvim colorscheme generator tool for NeoVim. It is written in Rust, so one has to install that programming language as well. Good luck!

aasutossh commented 2 years ago

No easy porting AFAIK, but what I use is this colorgen-nvim colorscheme generator tool for NeoVim. It is written in Rust, so one has to install that programming language as well. Good luck!

Thank you for the tip. Edit: could you provide one sample file for colorgen-nvim for duotone themes?