klaus schilling <schilling.kl...@web.de> 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 by following settings on runtime
or via $XDG_CONFIG_HOME/vimb/config file.

- normal status bar
  :set status-color-bg
  :set status-color-fg
  :set status-font
- status bar on pages with valid https certificate
  :set status-ssl-color-bg
  :set status-ssl-color-fg
  :set status-ssl-font
- status bar on pages with untrusted https certificate
  :set status-sslinvalid-color-bg
  :set status-sslinvalid-color-fg
  :set status-sslinvalid-font

- ex command line normal
  :set input-bg-normal
  :set input-fg-normal
  :set input-font-normal

- ex command line in case of some error
  :set input-bg-error
  :set input-fg-error
  :set input-font-error

You can inspect the current settings on runtime by typing ':set {varName}?'
like in vim. In case you put these settings in the config file, you don't need
the leading ':' before the set command.

-- 
Daniel

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
vimb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vimb-users

Reply via email to