qutebrowser: enable toggling dark mode during runtime
This commit is contained in:
parent
62bd9e6676
commit
72e4a8f932
2 changed files with 3 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ in
|
|||
bg = color.bg;
|
||||
preferred_color_scheme = "dark";
|
||||
darkmode = {
|
||||
enabled = true;
|
||||
enabled = false;
|
||||
threshold = {
|
||||
text = 150;
|
||||
background = 205;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue