mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 22:13:48 +01:00
15 lines
259 B
ReStructuredText
15 lines
259 B
ReStructuredText
FAQ
|
|
===
|
|
|
|
Set colors have no effect
|
|
-------------------------
|
|
|
|
If you want to overwrite a color you need to make sure that you either escape
|
|
the hash tag or put the new value between paranthesis.
|
|
|
|
::
|
|
|
|
set color red
|
|
set color \#000000
|
|
set color "#000000"
|