itchyny / lightline.vim Public
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
Add simpleblack theme #398
Conversation
I can't assign you as a reviewer, so I'm pinging you @itchyny =) |
let s:blue2 = [ '#91AADF', '110' ] | ||
|
||
let s:green = [ '#57BA37', '71' ] | ||
let s:gold = [ '#F0D50C', '220' ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make the hex consistently lowercase?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, thanks for reviewing @itchyny =)
Thank you. |
Cool, thanks =) |
Hi, great work on this plugin =)
I had this theme sitting in my own configuration for awhile and I was wondering if it would be nice to add to lightline's available themes.
This is how it looks like:

It was based on my colorscheme called simpleblack
I'm open to any feedback.
Thanks :)