mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
qutebrowser theme polarity respects stylix config
This commit is contained in:
parent
0777afa655
commit
03111e3461
|
@ -164,7 +164,9 @@ c.tabs.last_close = 'close'
|
|||
c.tabs.position = 'left'
|
||||
c.tabs.width = '3%'
|
||||
c.window.transparent = True
|
||||
c.colors.webpage.darkmode.enabled = True
|
||||
c.colors.webpage.darkmode.enabled = ''+(if (config.stylix.polarity == "dark") then "True" else "False")+''
|
||||
|
||||
c.colors.webpage.preferred_color_scheme = "''+config.stylix.polarity+''"
|
||||
c.colors.webpage.darkmode.policy.images = 'never'
|
||||
|
||||
c.url.default_page = str(config.configdir)+'/qute-home.html'
|
||||
|
@ -312,7 +314,6 @@ c.colors.tabs.selected.odd.fg = base05
|
|||
c.colors.tabs.selected.odd.bg = base02
|
||||
c.colors.tabs.selected.even.fg = base05
|
||||
c.colors.tabs.selected.even.bg = base02
|
||||
c.colors.webpage.bg = base00
|
||||
|
||||
font = "''+userSettings.font+''"
|
||||
|
||||
|
|
Loading…
Reference in a new issue