vim

For discussion on all things (neo)vim.
dominicm 2020-03-02T07:16:33.007400Z

https://vimawesome.com/plugin/semantic-highlight-vim anyone tried something like this for clj?

2020-03-02T07:49:59.008Z

i would use something like that, IF i had colorful highlighting. i personally prefer very monochrome colors

dominicm 2020-03-02T08:20:17.008600Z

I was thinking of going monochrome and using that as my only color

dominicm 2020-03-02T08:20:42.009400Z

I'm getting annoyed with the low contrast of my theme. I think it's time to learn how to write my own :)

2020-03-02T09:16:00.010100Z

i wrote my theme recently (https://github.com/alexanderheldt/monokrom.vim), it was pretty fun actually. i recommend looking at onedark.vim and dracula.vim, they had nice structure if you ask me. that theme was my first thing i ever wrote in vimscript so it is probably not the best reference

2👏
dominicm 2020-03-02T13:23:16.010800Z

Needs more light theme :)

2020-03-02T13:51:41.011900Z

i've been thinking about making a light theme to use with something like redshift because my current one (the one above) makes it a bit hard to read with redshift

dharrigan 2020-03-02T15:29:26.012200Z

Presently I use palenight as my theme

dharrigan 2020-03-02T15:29:28.012400Z

which I rather enjoy

dharrigan 2020-03-02T15:29:33.012600Z

tis not light, but dark 🙂

dharrigan 2020-03-02T15:29:55.012800Z

<https://github.com/drewtempelmeyer/palenight.vim>

dave 2020-03-02T15:41:36.013Z

haven't seen palenight. i like it!

dave 2020-03-02T15:41:51.013400Z

while we're sharing color schemes, this is the one i've been using for years: https://github.com/morhetz/gruvbox

1❤️
dave 2020-03-02T15:42:10.013800Z

occasionally i'll try something else, but nothing feels the same

walterl 2020-03-03T14:17:46.018500Z

I've gone back and forth between gruvbox and badwolf (https://github.com/sjl/badwolf) many times

nbardiuk 2020-03-02T16:00:04.015400Z

for light theme I use github colors https://github.com/cormacrelf/vim-colors-github It is as comfortable to read as slack - just black, blue and red on white

walterl 2020-03-03T14:21:07.018800Z

Wow. I don't go for light themes, but this one seems to strike a very good balance between utility and comfort.

rafaeldelboni 2020-03-02T16:17:19.016Z

I wrote this one and it has some clojure specific settings, but dark: https://github.com/rafaeldelboni/novum.vim

2👍2❤️
dave 2020-03-02T17:50:13.016200Z

i love this! i've had a hard time finding a light theme that i like, this one really hits the sweet spot. i spend a lot of time reviewing PRs in github, so it just feels familiar and comfortable 🙂

nbardiuk 2020-03-02T17:51:41.016400Z

yes! this was the main reason to switch :)