sainnhe / sonokai

High Contrast & Vivid Color Scheme based on Monokai Pro
MIT License
1.65k stars 119 forks source link

How to change style to Andromeda in lua? #76

Closed Sudeep-Sharma0-0 closed 1 year ago

Sudeep-Sharma0-0 commented 1 year ago

I installed this in neovim and can't figure out how to change style to andromeda from default one.

Sudeep-Sharma0-0 commented 1 year ago

Ok I don't know why I never thought of this but its just:

vim.cmd ("let g:sonokai_style = 'andromeda'")

antoineco commented 1 year ago

@Sudeep-Sharma0-0 it's even simpler than that:

vim.g.sonokai_style = 'andromeda'