We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9723a82 commit af7ebc6Copy full SHA for af7ebc6
bigbashview/usr/lib/bbv/ui/qt.py
@@ -289,7 +289,7 @@ def style(self, colorful):
289
self.web.page().setBackgroundColor(QColor.fromRgbF(0, 0, 0, 1))
290
elif colorful == "transparent":
291
self.setAttribute(Qt.WA_TranslucentBackground)
292
- self.web.page().setBackgroundColor(QColor.fromRgbF(0, 0, 0, 0.01))
+ self.web.page().setBackgroundColor(QColor.fromRgbF(0, 0, 0, 0))
293
self.setStyleSheet("background:transparent;")
294
elif os.environ.get('XDG_CURRENT_DESKTOP') == 'KDE':
295
rgb = os.popen("kreadconfig5 --group WM --key activeBackground").read().split(',')
0 commit comments