summaryrefslogtreecommitdiffstats
path: root/doc/rofi-manpage.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-30 08:33:40 +0200
committerDave Davenport <qball@gmpclient.org>2017-03-30 08:33:40 +0200
commit4d19e35b0e14dda5a965ddd2f9663529b6b908e3 (patch)
tree1720788399b939c792523ff9ff1a2b26c6089dcb /doc/rofi-manpage.markdown
parent898e4a2717a7c160b46b4665b4d192a024859213 (diff)
Remove more traces of old theme.
Diffstat (limited to 'doc/rofi-manpage.markdown')
-rw-r--r--doc/rofi-manpage.markdown64
1 files changed, 0 insertions, 64 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index 7c44a0ae..5ba54c15 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -219,70 +219,6 @@ Hide the indicator that shows what part of the string is matched.
Disables lazy grab, this forces the keyboard being grabbed before gui is shown.
-### Theming
-
-These options are **deprecated** and should not be used. Please use the new theme format to customize rofi.
-
-All colors are either hex #rrggbb, #aarrggbb or argb:aarrggbbvalues or X11 color names.
-
-`-bw`
-
-Set border width in pixels.
-
- rofi -bw 1
-
-Default: *1*
-
-`-font`
-
-Specify a font. Pango syntax is used.
-
- rofi -font "Dejavu Sans Mono 14"
-
-Default: *mono 12*
-
-`-eh` *element height*
-
-The height of a field in lines. e.g.
-
- echo -e "a\n3|b\n4|c\n5" | rofi -sep '|' -eh 2 -dmenu
-
-Default: *1*
-
-The following options are further explained in the theming section:
-
-`-color-window` *background* *border color* *separator color*
-
-Set window background, border and separator color.
-
-`-color-normal` *background, foreground, background alt, highlight background, highlight foreground*
-
-`-color-urgent` *background, foreground, background alt, highlight background, highlight foreground*
-
-`-color-active` *background, foreground, background alt, highlight background, highlight foreground*
-
-Specify the colors used in a row per state (normal, active, urgent).
-
-`-line-margin`
-
-Set the spacing between the rows.
-
-Default: *3*, Min: *3*, Max: *50*
-
-`-separator-style` *style*
-
-Set separator style. Possible options are "none", "solid" or "dash".
-
-Default: *dash*
-
-`-hide-scrollbar`
-
-Hide the scrollbar.
-
-`-scrollbar-width` *width*
-
-Set the scrollbar width.
-
### Matching
`-matching` *method*