Re: [vimb-users] styling ex line and status line

2015-01-24 Thread Daniel Carl
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

Re: [vimb-users] styling ex line and status line

2015-01-22 Thread robohobo
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

[vimb-users] styling ex line and status line

2015-01-22 Thread klaus schilling
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