-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark Theme #57
Comments
Please share your minimal init.vim/vimrc file |
`set termguicolors filetype off "========================================================================================" call plug#begin('~/.local/share/nvim/plugged') Plug 'itchyny/lightline.vim' Plug 'ayu-theme/ayu-vim' Plug 'kassio/neoterm' Plug 'autozimu/LanguageClient-neovim', { " (Optional) Multi-entry selection UI. Plug 'neomake/neomake' call plug#end() "========================================================================================" let ayucolor="dark" |
You may also need to run |
Doesn't it make sense to register them as 3 themes? colo ayu-dark, ayu-mirage, ayu-light? Having to execute |
Just take a look inside the |
You're not wrong, but I don't like that I have to change mindset when I use that theme compared to others. i.e. I use Maybe #54 solves some these issues. |
I've tried, you only need to change the "let ayucolor='dark' to 'let ayucolor='dark' | color ayu' and it the color will be what you want it to be |
Solved it on my end. Just had to set the colorscheme and background, as well as termguicolors, after the plugins. Also, set call plug#end() "for vim-plug set termguicolors |
let ayucolor="dark" not working. Theme is stuck on default pallete
The text was updated successfully, but these errors were encountered: