qutebrowser: set hints border

This commit is contained in:
surtur 2022-10-30 02:29:23 +02:00
parent af8e5c7a0d
commit 092d2870c2
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -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