summaryrefslogtreecommitdiff
path: root/ar/.config/qutebrowser/config.py
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-30 16:22:42 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-30 16:22:42 +0900
commit34dde4c6819f59c2bac300cf98fffb2349d09aba (patch)
treeb084f6e35d4712d53d8960f3f8569effc22c1869 /ar/.config/qutebrowser/config.py
parent0a6424c82047da50b3eba1107d5974829d9bb821 (diff)
modified qutebrowser/config.py, modified themes/xresources.py
Diffstat (limited to 'ar/.config/qutebrowser/config.py')
-rw-r--r--ar/.config/qutebrowser/config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ar/.config/qutebrowser/config.py b/ar/.config/qutebrowser/config.py
index 5b8d12f..ae4dccd 100644
--- a/ar/.config/qutebrowser/config.py
+++ b/ar/.config/qutebrowser/config.py
@@ -530,7 +530,7 @@ c.colors.webpage.darkmode.enabled = True
## - never: Never apply dark mode filter to any images.
## - smart: Apply dark mode based on image content. Not available with Qt 5.15.0.
## - smart-simple: On QtWebEngine 6.6, use a simpler algorithm for smart mode (based on numbers of colors and transparency), rather than an ML-based model. Same as 'smart' on older QtWebEnigne versions.
-c.colors.webpage.darkmode.policy.images = "never"
+c.colors.webpage.darkmode.policy.images = "smart-simple"
## Which pages to apply dark mode to. The underlying Chromium setting has
## been removed in QtWebEngine 5.15.3, thus this setting is ignored
@@ -775,7 +775,7 @@ c.content.blocking.method = "both"
## - no-3rdparty: Accept cookies from the same origin only. This is known to break some sites, such as GMail.
## - no-unknown-3rdparty: Accept cookies from the same origin only, unless a cookie is already set for the domain. On QtWebEngine, this is the same as no-3rdparty.
## - never: Don't accept cookies at all.
-# c.content.cookies.accept = 'all'
+c.content.cookies.accept = "no-3rdparty"
## Store cookies.
## Type: Bool
@@ -2593,4 +2593,4 @@ config.bind(
config.bind("zs", "config-cycle statusbar.show always never")
config.bind("zt", "config-cycle tabs.show always never")
-config.source("themes/catppuccin.py")
+config.source("themes/gruvbox.py")