hgview #242729 Diff view colours. [open]
Hi,
The diff view currently has a black background and white text. I find this very intrusive given that the rest of the hgview interface is (on my system) light colours. Is it possible to have the diff view obey the desktop colours (from the gtk-engine or equivalent?).
Cheers | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
closed by | <not specified> |
Comments
-
2014/05/13 09:51, written by aleufroy
-
2014/05/13 10:21, written by vext01
-
2014/05/13 14:48, written by aleufroy
add commentThe default colors can be cutomized with the diffbgcolor, difffgcolor, diffpluscolor, diffminuscolor and diffsectioncolor configuration parameters.
Putting your preferences in "~/.hgrc" makes them permanent:
You can be creative ;)
Excellent! Is there a list of things I can put in hgrc that relate to hgview? The manual page says something about 'hg qv-config', which doesn't seem to be existing on my system. 'hg qv' correctly starts up hgview, but 'hg qv-config' is not recognised:
hg: unknown command 'qv-config'
In my hgrc I have:
[extensions]
...
hgview=/usr/local/lib/python2.7/site-packages/hgext/hgview.py
"qv-config" seems out of date :/
You may find a complete list of parameters in the "Configuration options" section of the help message (hg qv --help or the "?" button in the GUI)