klaus schilling wrote:
> Hello,
> Is it possible to change the font type, size, and colors of the status
> line and the ex command line of vimb? Would it require editing the
> userstyle sheet, creating a gtk theme, or changing the source code of
> vimb?
The style of the status line can be changed
Hi Klaus,
Font type and size can be changed in the config.def.h file.
#define SETTING_GUI_FONT_NORMAL "monospace normal 10"
#define SETTING_GUI_FONT_EMPH "monospace bold 10"
Best,
R.
On 23/01/2015 10:39 a.m., klaus schilling wrote:
> Hello,
> Is it possible to change the font type, size, and c
Hello,
Is it possible to change the font type, size, and colors of the status
line and the ex command line of vimb? Would it require editing the
userstyle sheet, creating a gtk theme, or changing the source code of
vimb?
Klaus Schilling