qutebrowser: add stylesheet
This commit is contained in:
parent
c65f52d98d
commit
27da0b1d83
@ -4,6 +4,7 @@ config.load_autoconfig()
|
||||
|
||||
c.window.transparent = True
|
||||
|
||||
c.content.user_stylesheets = ["~/.config/qutebrowser/style.css"]
|
||||
c.colors.webpage.bg = "#444444"
|
||||
c.colors.completion.category.bg = "#111111"
|
||||
c.colors.completion.even.bg = "black"
|
||||
|
3
src/.config/qutebrowser/style.css
Normal file
3
src/.config/qutebrowser/style.css
Normal file
@ -0,0 +1,3 @@
|
||||
body {
|
||||
background: #000000;
|
||||
}
|
Loading…
Reference in New Issue
Block a user