From ebf3c5d4457f3e723d82938246d3f78ef01ea149 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 9 Aug 2020 04:31:48 +0100 Subject: [PATCH] dot/Xdefaults: Make `xdvi' work properly with dark colours. By default it's now white on black, but you can tell it its name is `xdvi-bow' to be black on white. --- dot/Xdefaults | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dot/Xdefaults b/dot/Xdefaults index 24968f7..0db5de3 100644 --- a/dot/Xdefaults +++ b/dot/Xdefaults @@ -160,7 +160,6 @@ noseguy*program: /usr/games/fortune -s !! XDvi XDvi.keepPosition: true XDvi.shrinkFactor: 6 -XDvi.background: white XDvi.expert: true XDvi.statusline: false XDvi.Hush: true @@ -168,9 +167,11 @@ XDvi.thorough: true XDvi.gsAlpha: true XDvi.not1lib: true XDvi.watchFile: 1 -xdvirv.background: black -xdvirv.foreground: white -xdvirv.highlight: black +XDvi.highlight: red +xdvi.background: black +xdvi.foreground: white +xdvi-bow.background: white +xdvi-bow.foreground: black !! xbiff. xbiff*volume: 0 -- 2.11.0