-*- html -*- works rather nicely for this buffer.

The theme tags:

<theme-set what='setting-name' to='value' [int=''] [themefile=''] />

  Set the setting 'what' to the specified value.
  If themefile is specified, the path to the theme is prepended
  to the value, if 'int' is specified, the value is considered to
  be an integer.

  The configuration variables for background, foreground and link
  colors are only shown if the theme sets the variable
  can-change-colors to 1

<theme-path match='glob'>
</theme-path>

  Only parse the contents if the current administration interface path
  matches the specified glob pattern.



Stand alone settings (no other settings are based on these):

  ---------------------------------------------------------
  setting                       default
  ---------------------------------------------------------
  warncolor                     darkred
  background		        none
  content-background	        none
  err-1                		/internal-roxen-err_1
  err-2                		/internal-roxen-err_2
  err-3                		/internal-roxen-err_3
  left-background	        none
  left-image           		/internal-roxen-unit
  logo                 		/internal-roxen-roxen
  obox-titlefont		helvetica,arial
  obox-bordercolor		black
  selected-indicator   		/internal-roxen-next
  subtabs-align			left
  subtabs-background	        none
  subtabs-extraargs		none
  top-background		none
  toptabs-align			left
  toptabs-background	        none
  toptabs-extraargs		none
  ---------------------------------------------------------

Base settings:

  ---------------------------------------------------------
  setting              default
  ---------------------------------------------------------
  fgcolor              user
  bgcolor              user
  font                 user
  tab-frame-image      /internal-roxen-tabframe
  gbutton-frame-image  /internal-roxen-gbutton
  ---------------------------------------------------------


Second level settings, by default derived from base settings:

  ---------------------------------------
  setting             derived from
  ---------------------------------------
  fade1                bgcolor
  fade2                bgcolor
  fade3                bgcolor
  fade4                bgcolor
  toptabs-frame        tab-frame-image
  subtabs-frame        tab-frame-image
  left-buttonframe     gbutton-frame-image
  gbutton-font         font
  tabs-font            font
  toptabs-selcolor     bgcolor
  toptabs-seltextcolor fgcolor
  toptabs-dimtextcolor bgcolor
  obox-titlefg         bgcolor
  obox-bodybg          bgcolor
  obox-bodyfg          fgcolor
  subtabs-bgcolor      bgcolor
  subtabs-seltextcolor fgcolor
  subtabs-dimtextcolor bgcolor
  content-titlebg      bgcolor
  content-titlefg      fgcolor
  ---------------------------------------


Third level settings, by default derived from second level settings:

  ---------------------------------------
  setting             	derived from
  ---------------------------------------
  content-bg    	fade1
  left-buttonbg    	fade1
  left-selbuttonbg    	fade3
  obox-titlebg    	fade2
  subtabs-dimcolor    	fade2
  subtabs-font    	tabs-font
  subtabs-selcolor    	fade1
  top-bgcolor    	fade3
  top-fgcolor    	fade4
  toptabs-bgcolor    	fade3
  toptabs-dimcolor    	fade2
  toptabs-font    	tabs-font
  ---------------------------------------




Composite settings, composed from several other settings.
Overriding these is not really recommended, but possible.


setting		   default value
--------------------------------------------------------------------------
logo-html          <img border=0 src=&usr.logo;>

toptabs-args       frame-image=&usr.toptabs-frame; &usr.toptab-extraargs;

subtabs-args       frame-image=&usr.subtabs-frame; &usr.subtabs-extraargs;
                   bgcolor=&usr.subtabs-bgcolor; font=&usr.subtabs-font;
                   textcolor=&usr.subtabs-dimtextcolor;
                   dimcolor=&usr.subtabs-dimcolor;
                   seltextcolor=&usr.subtabs-selcolor;
                   selcolor=&usr.subtabs-selcolor;

body-args	   link=&usr.linkcolor; vlink=&usr.linkcolor;
                   alink=&usr.fade2; bgcolor=&usr.bgcolor;
                   text=&usr.text; [background=&usr.background;]

top-tableargs      bgcolor=&usr.top-bgcolor;
                   [background=&usr.top-background;]

left-tableargs     valign=top width=150
                   [background=&usr.left-background;]

content-tableargs  valign=top width='100%'
                   [background=&usr.content-background;]

toptabs-tableargs  bgcolor=&usr.toptabs-bgcolor;
                   [background=&usr.toptabs-background;]
                   [align=&usr.toptabs-align;]

subtabs-tableargs  bgcolor=&usr.subtabs-bgcolor;
                   [background=&usr.subtabs-background;]
                   [align=&usr.subtabs-align;]
--------------------------------------------------------------------
