Change qutebrowser hints
This commit is contained in:
parent
25502c2d20
commit
9f1fc4aefe
@ -1,10 +1,14 @@
|
|||||||
config.load_autoconfig()
|
config.load_autoconfig()
|
||||||
|
|
||||||
|
|
||||||
|
c.colors.webpage.bg = "black"
|
||||||
c.colors.completion.category.bg = "#111111"
|
c.colors.completion.category.bg = "#111111"
|
||||||
c.colors.completion.even.bg = "black"
|
c.colors.completion.even.bg = "black"
|
||||||
c.colors.statusbar.private.bg = "black"
|
c.colors.statusbar.private.bg = "black"
|
||||||
c.colors.hints.bg = "black"
|
c.colors.hints.bg = "black"
|
||||||
c.colors.hints.fg = "white"
|
c.colors.hints.fg = "white"
|
||||||
|
c.hints.border = "1px dotted white"
|
||||||
|
c.hints.radius = 10
|
||||||
c.colors.tabs.bar.bg = "black"
|
c.colors.tabs.bar.bg = "black"
|
||||||
c.colors.webpage.darkmode.algorithm = "lightness-hsl"
|
c.colors.webpage.darkmode.algorithm = "lightness-hsl"
|
||||||
c.colors.webpage.darkmode.contrast = 1.0
|
c.colors.webpage.darkmode.contrast = 1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user