summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--qutebrowser/.config/qutebrowser/.gitignore2
-rwxr-xr-xqutebrowser/.config/qutebrowser/autoconfig.yml2
-rw-r--r--qutebrowser/.config/qutebrowser/everforest/__pycache__/__init__.cpython-312.pycbin151 -> 0 bytes
-rw-r--r--qutebrowser/.config/qutebrowser/everforest/__pycache__/draw.cpython-312.pycbin11118 -> 0 bytes
4 files changed, 1 insertions, 3 deletions
diff --git a/qutebrowser/.config/qutebrowser/.gitignore b/qutebrowser/.config/qutebrowser/.gitignore
index 5dce734..d5908da 100644
--- a/qutebrowser/.config/qutebrowser/.gitignore
+++ b/qutebrowser/.config/qutebrowser/.gitignore
@@ -1,2 +1,2 @@
-dracula/__pycache__/*
+__pycache__
 qsettings/QtProject.conf
diff --git a/qutebrowser/.config/qutebrowser/autoconfig.yml b/qutebrowser/.config/qutebrowser/autoconfig.yml
index e458638..614f921 100755
--- a/qutebrowser/.config/qutebrowser/autoconfig.yml
+++ b/qutebrowser/.config/qutebrowser/autoconfig.yml
@@ -6,8 +6,6 @@
 
 config_version: 2
 settings:
-  colors.webpage.darkmode.enabled:
-    global: false
   content.notifications.enabled:
     https://www.netflix.com: false
   downloads.prevent_mixed_content:
diff --git a/qutebrowser/.config/qutebrowser/everforest/__pycache__/__init__.cpython-312.pyc b/qutebrowser/.config/qutebrowser/everforest/__pycache__/__init__.cpython-312.pyc
deleted file mode 100644
index a15fe96..0000000
--- a/qutebrowser/.config/qutebrowser/everforest/__pycache__/__init__.cpython-312.pyc
+++ /dev/null
Binary files differdiff --git a/qutebrowser/.config/qutebrowser/everforest/__pycache__/draw.cpython-312.pyc b/qutebrowser/.config/qutebrowser/everforest/__pycache__/draw.cpython-312.pyc
deleted file mode 100644
index 8298be7..0000000
--- a/qutebrowser/.config/qutebrowser/everforest/__pycache__/draw.cpython-312.pyc
+++ /dev/null
Binary files differ