ntk148v / komau.vim

Yet another minimal colorscheme for Vim/Neovim
Apache License 2.0
72 stars 8 forks source link

Can we disable the italic text? #3

Closed aerosayan closed 5 months ago

aerosayan commented 5 months ago

Hello, thanks for sharing the color-scheme. I love it.

Is there any way to disable the italics?

The font I'm using (Victor Mono) does not have good italic fonts, and so the code becomes difficult to read.

If there was any configuration option to disable the italics, it would be helpful.

Thanks!

colorscheme

ntk148v commented 5 months ago

Hi @aerosayan,

I've pushed new options, get the newest version of komau.vim and try these options 🥂

" Disable italic, enable by default
let g:komau_italic=0
" Disable bold, enable by default
let g:komau_bold=0
aerosayan commented 5 months ago

@ntk148v Thanks! It worked well!

screen

aerosayan commented 5 months ago

@ntk148v Also, the red accent color you used, is really nice!

I modified the colorscheme little bit, and used it for the functions.

modified-colorscheme