&liberator.appname; allows you to style both the browser and any web pages you view. All
styling is specified via CSS. Although you may style any user interface element
via the
Load a color scheme. name is found by searching the
The ColorScheme autocommand is triggered after the color scheme has been sourced.
Highlight group with css. css is one or more comma separated CSS
declarations (E.g. color: blue; background-color: red). Normally, css is
checked for valid syntax before it's applied. Once you're certain it's valid,
Valid groups are:
Every invocation completely replaces the styling of any previous invocation, unless -append (short option: -a) is provided, in which case css is appended to its current value. If css is not provided, any styles matching group are listed, or all styles if no group provided.
Reset the highlighting for group to its default value. If group is not given, reset all highlighting groups.
Add CSS styles to the browser or to web pages. filter is a comma separated list of URLs to match. URLs ending with * are matched as prefixes, URLs not containing any : or / characters are matched as domains. css is a full CSS rule set (e.g., body { color: blue; }).
If name (short option: -n) is provided, any existing style with the same name is overridden, and the style may later be deleted using name. If -append (short option: -a) is provided along with -name, css and filter are appended to its current value.
If css isn't provided, matching styles are listed.
Delete any matching styles. If filter is provided, only matching elements of
the filter are disabled. For instance, a filter
Enable any matching styles. Arguments are the same as for
Disable any matching styles. Arguments are the same as for
Toggle any matching styles. Arguments are the same as for