Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marius
zathura
Commits
24d0bbd3
Commit
24d0bbd3
authored
Apr 27, 2014
by
Sebastian Ramacher
Browse files
Document index-{fg,bg} and -active variants
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
b86a1716
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
24d0bbd3
...
...
@@ -5,7 +5,7 @@ include ../common.mk
include
../colors.mk
include
config.mk
MAN_SOURCES
=
$(
wildcard
man/
*
.
tx
t
)
$(
wildcard
man/
*
.txt
)
man/conf.py
MAN_SOURCES
=
$(
wildcard
man/
*
.
rs
t
)
$(
wildcard
man/
*
.txt
)
man/conf.py
DOXYGEN_SOURCES
=
$(
wildcard
../
*
.h
)
Doxyfile
HTML_SORUCES
=
$(
wildcard
*
.rst api/
*
.rst configuration/
*
.rst installation/
*
.rst usage/
*
.rst
)
conf.py
...
...
doc/man/zathurarc.5.rst
View file @
24d0bbd3
...
...
@@ -886,6 +886,35 @@ En/Disables the D-Bus service required for synctex forward synchronization.
* Value type: Boolean
* Default value: true
index-fg
^^^^^^^^
Defines the foreground color of the index mode.
* Value type: String
* Default value: #DDDDDD
index-bg
^^^^^^^^
Define the background color of the index mode.
* Value type: String
* Default value: #232323
index-active-fg
^^^^^^^^^^^^^^^
Defines the foreground color of the selected element in index mode.
* Value type: String
* Default value: #232323
index-active-bg
^^^^^^^^^^^^^^^
Define the background color of the selected element in index mode.
* Value type: String
* Default value: #9FBC00
SEE ALSO
========
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment