hosts: rename cityseventeen and apeturescience
This commit is contained in:
parent
7a3833b08a
commit
ff1392552b
44 changed files with 37 additions and 37 deletions
9
hosts/tyresidon/skel/qutebrowser/colours/darkmode.py
Normal file
9
hosts/tyresidon/skel/qutebrowser/colours/darkmode.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
# ruff: noqa: ANN001, FBT003
|
||||
|
||||
"""Functions to facilitate dark mode configuration."""
|
||||
|
||||
|
||||
def darkmode_on(config, pages: list[str]) -> None:
|
||||
"""Enable dark mode on every page in `pages` using `config`."""
|
||||
for page in pages:
|
||||
config.set("colors.webpage.darkmode.enabled", True, page)
|
Loading…
Add table
Add a link
Reference in a new issue