[Conkeror] Changing font in minibuffer etc.: further help wanted

John J Foerch jjfoerch at earthlink.net
Wed Jul 30 14:10:08 PDT 2008


Jeremy Maitin-Shepard <jeremy at jeremyms.com> writes:
> #minibuffer if you want to affect everything in the minibuffer area, or
>  alternatively perhaps one of:
> #minibuffer-prompt
> #minibuffer-input
> #minibuffer-message
> #minibuffer-mode-indicator (for the input mode indicator at the right)

This may be helpful to anybody wanting to style the minibuffer.  Here is
an example of how it can be done in the rc, as opposed to in the profile
css files.

  register_user_stylesheet(
      "data:text/css,"+
          escape("#minibuffer, .mode-line {"+
                 " font-size: 16px;"+
                 "}\n"+
                 "#minibuffer-prompt { color: red; }"));
  
-- 
John Foerch



More information about the Conkeror mailing list