zathura/doc/faq.rst

15 lines
259 B
ReStructuredText
Raw Normal View History

2014-04-08 19:56:31 +02:00
FAQ
===
2014-04-09 01:48:07 +02:00
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"