qutebrowser: set hints border
This commit is contained in:
parent
af8e5c7a0d
commit
092d2870c2
@ -265,6 +265,10 @@ c.editor.encoding = 'utf-8'
|
|||||||
# Type: ShellCommand
|
# Type: ShellCommand
|
||||||
c.fileselect.folder.command = ['kitty', 'ranger', '--choosedir={}']
|
c.fileselect.folder.command = ['kitty', 'ranger', '--choosedir={}']
|
||||||
|
|
||||||
|
# CSS border value for hints.
|
||||||
|
# Type: String
|
||||||
|
c.hints.border = '1px solid #282a36'
|
||||||
|
|
||||||
# CSS selectors used to determine which elements on a page should have
|
# CSS selectors used to determine which elements on a page should have
|
||||||
# hints.
|
# hints.
|
||||||
# Type: Dict
|
# Type: Dict
|
||||||
|
Loading…
Reference in New Issue
Block a user