morhetz / gruvbox

Retro groove color scheme for Vim
13.71k stars 1.1k forks source link

How can I set `italic` and `bold` #369

Closed uunnxx closed 3 years ago

uunnxx commented 3 years ago

Hi there! Sorry for bothering you guys, and thank you for such a great colorscheme.

I'm setting:

hi! link elixirBlockDefinition GruvboxRed

how can I set italic or bold for this ?

uunnxx commented 3 years ago

Or like this:

hi! link elixirPrivateFunctionDeclaration GruvboxOrange
hi! link elixirBlockDefinition GruvboxRed

gruvbox

I need bold font on privateFunctionDeclaration And is this correct or the right way to change colors of the keywords ?

uunnxx commented 3 years ago
" GruvboxRed
" GruvboxRedBold ; s:none, s:bold
" GruvboxRedSign ; s:sign_column, s:invert_sign

" GruvboxGreen
" GruvboxGreenBold ; s:none, s:bold
" GruvboxGreenSign ; s:sign_column, s:invert_sign

" GruvboxYellow
" GruvboxYellowBold ; s:none, s:bold
" GruvboxYellowSign ; s:sign_column, s:invert_sign

" GruvboxBlue
" GruvboxBlueBold ; s:none, s:bold
" GruvboxBlueSign ; s:sign_column, s:invert_sign

" GruvboxPurple
" GruvboxPurpleBold ; s:none, s:bold
" GruvboxPurpleSign ; s:sign_column, s:invert_sign

" GruvboxAqua
" GruvboxAquaBold ; s:none, s:bold
" GruvboxAquaSign ; s:sign_column, s:invert_sign

" GruvboxOrange
" GruvboxOrangeBold ; s:none, s:bold
" GruvboxOrangeSign ; s:sign_column, s:invert_sign