mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-16 09:05:50 +01:00
update the documentation
This commit is contained in:
parent
8c10161acf
commit
dadcbf9ae8
1 changed files with 18 additions and 5 deletions
|
@ -65,35 +65,48 @@ page-padding
|
||||||
The page padding defines the gap in pixels between each rendered page and can
|
The page padding defines the gap in pixels between each rendered page and can
|
||||||
not be changed during runtime.
|
not be changed during runtime.
|
||||||
|
|
||||||
* Value-type: Integer
|
* Value type: Integer
|
||||||
* Default value: 1
|
* Default value: 1
|
||||||
|
|
||||||
pages-per-row
|
pages-per-row
|
||||||
^^^^^^^^^^^^^
|
^^^^^^^^^^^^^
|
||||||
Defines the number of pages that are rendered next to each other in a row.
|
Defines the number of pages that are rendered next to each other in a row.
|
||||||
|
|
||||||
* Value-type: Integer
|
* Value type: Integer
|
||||||
* Default value: 1
|
* Default value: 1
|
||||||
|
|
||||||
|
highligt-color
|
||||||
|
^^^^^^^^^^^^^^
|
||||||
|
Defines the color value that is used to higlight things in the document, e.g all
|
||||||
|
search results.
|
||||||
|
|
||||||
|
* Value type: String
|
||||||
|
* Default value: #9FBC00
|
||||||
|
|
||||||
|
highlight-active-color
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
Defines the color value that is used to mark the active highlight in the
|
||||||
|
document, e.g the current search results.
|
||||||
|
|
||||||
recolor-darkcolor
|
recolor-darkcolor
|
||||||
^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^
|
||||||
Defines the color value that is used to represent dark colors in recoloring mode
|
Defines the color value that is used to represent dark colors in recoloring mode
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #FFFFFF
|
* Default value: #FFFFFF
|
||||||
|
|
||||||
recolor-lightcolor
|
recolor-lightcolor
|
||||||
^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^
|
||||||
Defines the color value that is used to represent light colors in recoloring mode
|
Defines the color value that is used to represent light colors in recoloring mode
|
||||||
|
|
||||||
* Value-type: String
|
* Value type: String
|
||||||
* Default value: #000000
|
* Default value: #000000
|
||||||
|
|
||||||
zoom-step
|
zoom-step
|
||||||
^^^^^^^^^
|
^^^^^^^^^
|
||||||
Defines the amount of percent that is zoomed in or out on each comand.
|
Defines the amount of percent that is zoomed in or out on each comand.
|
||||||
|
|
||||||
* Value-type: Integer
|
* Value type: Integer
|
||||||
* Default value: 10
|
* Default value: 10
|
||||||
|
|
||||||
map - Mapping a shortcut
|
map - Mapping a shortcut
|
||||||
|
|
Loading…
Reference in a new issue