summaryrefslogtreecommitdiff
path: root/security/hotssh/files/patch-hotssh_hotvte_vteterm.py
blob: cb274cd2b9b9400965183f9e5a712315cdd15236 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- hotssh/hotvte/vteterm.py.orig
+++ hotssh/hotvte/vteterm.py
@@ -264,7 +264,7 @@
     def __set_gtk_colors(self):
         fg = self.style.text[gtk.STATE_NORMAL]
         bg = self.style.base[gtk.STATE_NORMAL]
-        self.set_colors(True, fg, bg, isdefault=True)
+        self.set_colors(fg, bg, False, isdefault=True)
         
     def set_colors(self, fg, bg, palette, isdefault=False):
         if not isdefault: