ghifarit53 / tokyonight-vim

A clean, dark vim colorscheme that celebrates the lights of downtown Tokyo at night, based on a VSCode theme by @enkia with the same name [Archived because I'm no longer using this]
MIT License
557 stars 48 forks source link

Add option for make lightline mode in bold #16

Open fitrh opened 3 years ago

fitrh commented 3 years ago

I'm new in vim configuration stuff, so i don't know how to make it as a part of tokyonight option, for now, if i want vim mode to bold, i have to modified lightline file like

let s:p.normal.left = [ [ s:normal_l1_fg, s:normal_l1_bg, 'bold' ], [ s:normal_l2_fg, s:normal_l2_bg ] ]

I think it's nice to have them as an option in theme.

This is how vim mode look like Screenshot_20201130_135318

And this is with bold Screenshot_20201130_135345